All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note: Yet to be released changes appear here.
- ...
FIX
: remove empty text boxes on cancel editing (#20)FIX
: add missing moddle descriptors to published package (#95)CHORE
: various dependency updates
FEAT
: switch from callbacks to Promises (bf699810
)CHORE
: add basic tests infrastructure (1ea64c90
)CHORE
: migrate CI to GitHub actions (b512c6c4
)CHORE
: remove unused global connect tool (5016d943
)CHORE
: rename default branch tomain
CHORE
: bump todiagram-js@7.2
CHORE
: bump tomoddle-xml@9
- APIs don't accept callbacks anymore, instead, they return a Promise now
viewer#importXML
viewer#importDefinitions
viewer#open
viewer#saveXML
viewer#saveSVG
modeler#createDiagram
importer#importPostitDiagram
CHORE
: fix travis
CHORE
: remove examples from package
FEAT
: improve image selection (#17)CHORE
: examples cleanups
FEAT
: ability to re-configure image source (#18)CHORE
: update bpmn.io logo
FEAT
: add image element support (#11)
CHORE
: first npm release, add integration instructions
FIX
: ability to delete elements created directly on canvas (#12)
Initial release