bpmn-js/test/spec
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
..
draw feat(draw): render association start/end markers 2016-01-25 16:02:52 +01:00
environment chore(tests): migrate to (.not).exist matcher 2015-12-03 13:08:56 +01:00
features fix(ordering): correctly treat transactions / ad-hoc sub-processes 2016-03-16 11:26:41 +01:00
i18n feat(i18n): add localization 2016-03-11 20:10:10 +01:00
import feat(import): allow users to hook into via events 2016-03-17 17:44:56 +01:00
util feat(Viewer): indicate empty model through an error 2015-12-08 15:18:13 +01:00
ModelerSpec.js chore(Viewer+Modeler): inherit from Diagram 2016-03-17 17:44:32 +01:00
NavigatedViewerSpec.js chore(tests): migrate to (.not).exist matcher 2015-12-03 13:08:56 +01:00
ViewerSpec.js feat(import): allow users to hook into via events 2016-03-17 17:44:56 +01:00