Skip to content

Releases: bpmn-io/bpmn-js

v17.2.1

22 Mar 14:44
Compare
Choose a tag to compare

Changes

  • chore(CHANGELOG): update to v17.2.1 0a93552
  • deps: update to diagram-js@14.3.1 06838aa

v17.2.0...v17.2.1

v17.2.0

22 Mar 13:53
Compare
Choose a tag to compare

Changes

  • chore(CHANGELOG): update to v17.2.0 2a4ec50
  • deps: update to diagram-js@14.3.0 cf66bc2
  • chore(CHANGELOG): update ca95053
  • chore: update to bio-dts@0.11.0 f674a48
  • deps: update to diagram-js-direct-editing@2.1.2 c31a294
  • deps: update to diagram-js@14.2.0 ccac9a0

v17.1.0...v17.2.0

v17.1.0

18 Mar 10:14
Compare
Choose a tag to compare
  • chore: update changelog dcd7261
  • deps: fix audit warnings d4f3fe9
  • Merge main to develop 4ab5e02
  • chore: remove code style conventions section 362f0fd
  • Merge main to develop 63ce8ae
  • Merge main to develop 8db07b7
  • Merge main to develop d6afcb2
  • feat: handle splitting vertical lanes e263bbb

v17.0.2...v17.1.0

v17.0.2

16 Feb 17:14
Compare
Choose a tag to compare

17.0.2

  • FIX: create hit boxes for vertical lanes (#2093)

v17.0.1

15 Feb 08:55
Compare
Choose a tag to compare

17.0.1

  • FIX: fix rendering of gateway without marker (#2102)

v17.0.0

06 Feb 10:29
Compare
Choose a tag to compare

17.0.0

Breaking Changes

  • Migrated to diagram-js@14 which removes touch interaction module, and dependency on unsupported hammerjs package. If you rely on touch interaction, you need to support touch interaction on your own.

v16.5.0

30 Jan 17:27
Compare
Choose a tag to compare

16.5.0

  • FEAT: handle adding vertical lanes (#2086)
  • FIX: don't fill multiple parallel events (#2085)

v16.4.0

23 Jan 14:53
Compare
Choose a tag to compare

16.4.0

  • FEAT: handle resizing of vertical lanes (#2062)
  • FEAT: allow text annotations to overlap with the borders of subprocesses and pools (#2049)
  • FEAT: support modeling of gateway without marker (#2063)
  • FIX: correctly remove vertical lanes (#2081)
  • FIX: do not set label on planes (#2033)

v16.3.2

09 Jan 16:00
Compare
Choose a tag to compare

16.3.2

  • FIX: support core replace in compensation behavior (#2073)

v16.3.1

05 Jan 12:46
Compare
Choose a tag to compare

16.3.1 (2024-01-05)

Bug Fixes

  • modeling: do not remove connection that is being created (3578990), closes #2068