Skip to content

Releases: bpmn-io/bpmn-js

v16.1.0

14 Dec 15:53
Compare
Choose a tag to compare

Changes

  • chore(CHANGELOG): update to v16.1.0 f981624
  • deps: drop unused dependency object-refs a8ec86d
  • deps: update to diagram-js@13.4.0 3acaa55
  • docs: remove code of conduct 72542f0
  • docs(SETUP): use local references 7c7343b
  • ci: use main branch 82af7d5
  • docs(CONTRIBUTING): update branch references to main fd4e54b
  • docs(README): drop contributing section 5951f1b
  • docs(README): replace outdated links 5059ba4
  • chore(CHANGELOG): replace outdated links 6dafa9b
  • deps: update to diagram-js-direct-editing@2.1.1 ef12191
  • deps: update to diagram-js@13.2.0 b67d74e
  • deps: update to diagram@13.1.0 621035e

v16.0.0...v16.1.0

v16.0.0

11 Dec 13:41
Compare
Choose a tag to compare

16.0.0

  • FEAT: render vertical pools and lanes (#2024)
  • FEAT: sentence case titles and labels (#2023)
  • FIX: ensure all error translations are collected (#2040)
  • DEPS update to diagram-js@13.0.0

Breaking Changes

  • Major updates to diagram-js@13 and didi@10. Make sure to check out the linked changelog updates.
  • Multiple translation labels has been updated to sentence case. If you rely on the old casing, you need to update your translations.

v15.2.2

27 Nov 14:14
460125a
Compare
Choose a tag to compare

15.2.2

  • FIX: use correct types in BpmnRenderUtil (#2036)

v15.2.1

27 Nov 10:21
Compare
Choose a tag to compare

15.2.1 (2023-11-27)

What's Changed

Full Changelog: v15.2.0...v15.2.1

v15.2.0

21 Nov 09:29
Compare
Choose a tag to compare

15.2.0 (2023-11-21)

What's Changed

Full Changelog: v15.1.3...v15.2.0

v15.1.3

07 Nov 09:38
Compare
Choose a tag to compare

15.1.3 (2023-11-07)

What's Changed

Full Changelog: v15.1.2...v15.1.3

v15.1.2

03 Nov 14:35
Compare
Choose a tag to compare

15.1.2 (2023-11-03)

What's Changed

Full Changelog: v15.1.1...v15.1.2

v15.1.1

03 Nov 11:18
Compare
Choose a tag to compare

15.1.1

  • FIX: adjust selection outline to external label (#2001)

v15.1.0

03 Nov 11:05
216b0ff
Compare
Choose a tag to compare

15.1.0

  • FEAT: add toggle for non-interrupting events (#2000)
  • FEAT: keep events non-interrupting when using bpmnReplace by default (#2000)
  • DEPS: update to diagram-js@12.7.0

v15.0.0

31 Oct 13:46
Compare
Choose a tag to compare

15.0.0

  • FEAT: align selection outline with element's shape (#1996)
  • FEAT: preview append on hover (#1985)
  • FEAT: allow overriding fill, stroke, width and height when rendering elements (#1985)
  • FIX: renderer only renders actual flow elements (#1985)
  • DEPS: update to diagram-js@12.6.0

Breaking Changes

  • BpmnRenderer only renders actual flow elements (e.g. bpmn:IntermediateCatchEvent but not bpmn:MessageEventDefinition)