Changelog
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
Changelog
14.1.3
CHORE
: correctly output tag in https://github.com/bpmn-io/bpmn-js/pull/1982Changelog
14.1.2
CHORE
: fix POST_RELEASE job in https://github.com/bpmn-io/bpmn-js/pull/1980Changelog
14.1.1
FIX
: asset path by @nikku in https://github.com/bpmn-io/bpmn-js/pull/1977