bpmn-js-token-simulation
Advanced tools
Changelog
0.13.0
FEAT
: allow to toggle explicit modeFEAT
: handle diagram import during simulationFIX
: do not re-add toggle mode UI on diagram re-importtokenSimulation.toggleMode
event active flag renamed from simulationModeActive
to active
Changelog
0.12.0
A complete rewrite of the simulator, vastly improving stability.
FEAT
: extract simulator into standalone component (#65, #66)FEAT
: show scope in notification and log panelFEAT
: color tokens and element notifications according to scopeFEAT
: make notification and log panel aware of active scope filterFEAT
: support multiple parallel scopesFEAT
: support message flowsFEAT
: require external trigger on all activities with incoming message flowsFEAT
: support link eventsFEAT
: increase fastest animation speedFEAT
: improve animation speed on longer connectionsFIX
: correct end event behaving like terminate end event (#59)FIX
: correct gateway toggle inside sub-process
(#61)FIX
: better scope highlight color for canvas (fdbf665f
)CHORE
: migrate to GitHub actionsCHORE
: upgrade the code base to ES6simulator
.Changelog
0.11.0
FEAT
: ignore bpmn:Group
elements (#58)FEAT
: ignore bpmn:MessageFlow
elements during simulation (#52)FEAT
: support bpmn:SentTask
and bpmn:ReceiveTask
(#57)FEAT
: make token move duration a constant time (0156fb8e
)FEAT
: color sequence flow labels along with sequence flows (a310ac66
)FIX
: consistently ease in and ease out token animations (76562b6d
)FIX
: make intermediate throw events work, again (#53)FIX
: do not interfer with base bpmn-js stylesFIX
: hide context pads for completed sub-process scopes (26d68763
)FIX
: correct process instance state finished detection (#28)CHORE
: improve button and overlay colorsChangelog
0.10.0
CHORE
: update colorsCHORE
: update to bpmn-js@7