Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
106 lines (62 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

106 lines (62 loc) · 2.81 KB

Changelog

All notable changes to cmmn-js are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

0.19.2

  • FIX: es5ify

0.19.1

  • FIX: provide missing connection.updateWaypoints rule

0.19.0

  • FEAT: improve connect snapping
  • FEAT: snap to source and target dockings
  • FEAT: add connect previews
  • CHORE: bump to [email protected]

0.18.1

  • FIX: prevent HTML injection in search
  • FIX: prevent HTML injection in direct editing component
  • CHORE: bump to [email protected]

0.18.0

0.17.1

0.17.0

0.16.0

  • FEAT: add ability to move selection with keyboard arrows
  • FEAT: support SHIFT modifier to move elements / canvas with keyboard arrows at accelerated speed
  • FEAT: require Ctrl/Cmd to be pressed as a modifier key to move the canvas via keyboard errors
  • FEAT: auto-expand elements when children resize
  • CHORE: bind editor actions and keyboard shortcuts for explicitly added features only
  • CHORE: update to [email protected]

Breaking Changes

  • CmmnGlobalConnect provider got removed. Use connection.start rule to decide whether an element can start a connection.
  • EditorActions / Keyboard do not pull in features implicitly anymore. If you roll your own editor, include features you would like to ship with manually to provide the respective actions / keyboard bindings.
  • Moving the canvas with keyboard arrows now requires the Ctrl/Cmd modifiers to be pressed.

0.15.2

  • FIX: correct horizontal embedded label alignment

0.15.1

  • FIX: correct case plan model label positioning

0.15.0

0.14.5

  • CHORE: bump dependency versions
  • FIX: correct line-breaks vanishing during direct editing in IE

0.14.4

0.14.3

  • FIX: escape data-element-id in CSS selectors

0.14.2

  • CHORE: be able to consume library without add-module-exports transform

0.14.1

Rebuild of un-published v0.14.0.

0.14.0

Breaking Changes

  • CHORE: migrate to diagram-js@1
  • FEAT: build upon ES module foundations. You must use babelify + babel-plugin-add-module-exports to build custom variants of cmmn-js now

0.13.0

...

Check git log for earlier history.