Changelog
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.0Changelog
15.2.0
FEAT
: remove selection outline from connections (diagram-js#826)FEAT
: position context pad according to last waypoint for connections (diagram-js#826)FIX
: prevent access of non-existing connection bounds (diagram-js#824)FIX
: correct selection outline size for end event (#2026)DEPS
: update to diagram-js@13.8.0
Changelog
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
BpmnRenderer
only renders actual flow elements (e.g. bpmn:IntermediateCatchEvent
but not bpmn:MessageEventDefinition
)Changelog
14.2.0
FEAT
: make spacetool local per default (bpmn-io/diagram-js#811, #1975)FEAT
: add complex preview feature (bpmn-io/diagram-js#807)CHORE
: mark connection as dragging when moving bendpoint (bpmn-io/diagram-js#807)DEPS
: update to diagram-js@12.5.0