Releases: bpmn-io/bpmn-js
Releases · bpmn-io/bpmn-js
v16.1.0
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
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
v15.2.1
v15.2.0
15.2.0 (2023-11-21)
What's Changed
- docs: update translations for v15.1.1 by @bpmn-io-bot in #2009
- docs: update translations for v15.1.2 by @bpmn-io-bot in #2013
- chore: update dependency cpy to v11 by @renovate in #2014
- docs: update translations for v15.1.3 by @bpmn-io-bot in #2018
- deps: update to
diagram-js@13.8.0
by @smbea in #2025 - fix(outline): end event by @smbea in #2026
Full Changelog: v15.1.3...v15.2.0
v15.1.3
15.1.3 (2023-11-07)
What's Changed
- Update
diagram-js
by @philippfromme in #2016
Full Changelog: v15.1.2...v15.1.3
v15.1.2
v15.1.1
v15.1.0
v15.0.0
15.0.0
FEAT
: align selection outline with element's shape (#1996)FEAT
: preview append on hover (#1985)FEAT
: allow overridingfill
,stroke
,width
andheight
when rendering elements (#1985)FIX
: renderer only renders actual flow elements (#1985)DEPS
: update todiagram-js@12.6.0
Breaking Changes
- BpmnRenderer only renders actual flow elements (e.g.
bpmn:IntermediateCatchEvent
but notbpmn:MessageEventDefinition
)