Releases: bpmn-io/bpmn-js
Releases · bpmn-io/bpmn-js
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
)