Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Latest commit

 

History

History
102 lines (61 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

102 lines (61 loc) · 4.67 KB

Changelog

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

Unreleased

Note: Yet to be released changes appear here.

0.4.6

  • DOCS: various documentation updates

0.4.5

  • FIX: key replace menu entries by ID (#55)

0.4.4

0.4.3

  • FIX: force create mode when appending boundary event (#52)
  • DEPS: bump modeling dependencies

0.4.2

  • DEPS: bump modeling dependencies

0.4.1

  • FIX: always upper case Connector

0.4.0

  • FEAT: only offer latest template versions for selection (#38)
  • FIX: gracefully handle missing template category (#43)
  • FIX: prevent appending templates to connections (#46)
  • FIX: do not trigger append on external labels (#39)
  • FIX: complete direct editing when opening popup menu (#40)

0.3.1

  • FIX: handle missing target in replace options (cba23f08)

0.3.0

  • FEAT: insert unlink entry late (#35)

0.2.0

  • FEAT: allow unlink of template via replace menu (#32)

0.1.1

  • FIX: make entry ids for menu actions unique

0.1.0

Breaking Change

  • Rendering of template icons on the canvas is now a concern outside this library.

0.0.13

  • FIX: correctly handle missing appendAnything feature toggle

0.0.12

  • FEAT: support template icons (#26)
  • FEAT: support categories and search (#18)
  • FEAT: improve mixed mouse + keyboard selection (#19)
  • FEAT: improve existing tools integration (#17)
  • FEAT: visually hide search if less than five elements (#16)
  • FEAT: optionally support create/append anything (#14)
  • FEAT: add append (a), replace (r) and create (n) keyboard bindings (#15)
  • FIX: correct muted entry sizing (#24)
  • FIX: correct scroll into on Firefox (#23)
  • FIX: correct pass through of documentationRef (#28)
  • FIX: prevent click-through on documentation ref (#28)
  • FIX: prevent ENTER propagation on append

0.0.11

  • CHORE: remove debug logging (#13)

0.0.10

  • FEAT: integrate with other editing components (#10)
  • FEAT: support create anywhere from append menu (#11)

0.0.9

  • FEAT: move keyboard selected entries into viewport (87fd87fe)
  • FEAT: show docs link based on documentationRef (1fb704bb)
  • CHORE: position element template chooser based on available height (ec5c9055)

...

Check git log for earlier history.