Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

82 lines (52 loc) · 2.8 KB

Changelog

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.

Unreleased

Note: Yet to be released changes appear here.

  • ...

1.1.0

  • DEPS: use fonts via packages (946beda4)
  • DEPS: update to diagram-js@11(fc3eb84d)

1.0.1

  • FIX: remove empty text boxes on cancel editing (#20)
  • FIX: add missing moddle descriptors to published package (#95)
  • CHORE: various dependency updates

1.0.0

  • 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 to main
  • CHORE: bump to diagram-js@7.2
  • CHORE: bump to moddle-xml@9

Breaking Changes

  • 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

0.6.2

  • CHORE: fix travis

0.6.1

  • CHORE: remove examples from package

0.6.0

  • FEAT: improve image selection (#17)
  • CHORE: examples cleanups

0.5.0

  • FEAT: delete empty text boxes (#6)
  • FIX: transparent background when editing post-it elements (#4)

0.4.0

  • FEAT: ability to re-configure image source (#18)
  • CHORE: update bpmn.io logo

0.3.0

  • FEAT: add image element support (#11)

0.2.0

  • CHORE: first npm release, add integration instructions

0.1.1

  • FIX: ability to delete elements created directly on canvas (#12)

0.1.0

Initial release