bpmn-js/test/spec/import
Nico Rehwaldt 04ca31fac9 feat(lib): Promisify public APIs
This commit promisifies following APIs:

   BaseViewer#importXML
   BaseViewer#importDefinitions
   BaseViewer#open
   BaseViewer#saveXML
   BaseViewer#saveSVG
   Modeler#createDiagram

Related to https://github.com/bpmn-io/bpmn-js/issues/812

BREAKING CHANGES:

* Users are now expected to have Promises either by default or
polyfilled as the APIs return a Promise now.
2020-04-29 11:12:23 +02:00
..
elements feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00
BpmnTreeWalkerSpec.js feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00
ImporterSpec.js feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00
ModelWiringSpec.js feat(labels): labels can be deleted 2018-05-24 16:22:51 +02:00
lane-flowNodes.bpmn fix(import): import elements with missing #flowNodeRef 2015-08-25 15:49:00 +02:00
lane-missing-flowNodeRef.bpmn fix(import): import elements with missing #flowNodeRef 2015-08-25 15:49:00 +02:00
sequenceFlow-missingWaypoints.bpmn fix(import): gracefully handle missing waypoints 2019-03-12 08:56:03 +00:00
sequenceFlow-ordering.bpmn feat(draw): render sequence flows behind tasks 2017-12-14 11:56:00 +01:00