bpmn-js/lib/import
Nico Rehwaldt 46d8abdd70 feat(import): allow users to hook into via events
This commit adds more life-cycle events users can
plug into during xml parsing and rendering:

* import.parse.start
* import.parse.complete
* import.render.start
* import.render.complete
* import.done

Some other events had to go because of that, namely

* import.start
* import.(success|error)

BREAKING CHANGE:

* the event import.start got renamed to import.render.start
* the events import.success and import.error got removed
in favour of import.render.complete (passing err, warnings)
2016-03-17 17:44:56 +01:00
..
BpmnImporter.js feat(i18n): add localization 2016-03-11 20:10:10 +01:00
BpmnTreeWalker.js feat(i18n): add localization 2016-03-11 20:10:10 +01:00
Importer.js feat(import): allow users to hook into via events 2016-03-17 17:44:56 +01:00
Util.js chore(project): migrate to modularized lodash@3 2015-02-02 14:46:21 +01:00
index.js feat(i18n): add localization 2016-03-11 20:10:10 +01:00