Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

58 lines (37 loc) · 2.56 KB

Changelog

All notable changes to the bpmn-js-token-simulation are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

0.11.1

  • FIX: correct setting animation speed

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 styles
  • FIX: hide context pads for completed sub-process scopes (26d68763)
  • FIX: correct process instance state finished detection (#28)
  • CHORE: improve button and overlay colors

0.10.0

  • CHORE: update colors
  • CHORE: update to bpmn-js@7

0.9.1

  • FIX: fix simulation state (#51)

0.9.0

  • FEAT: add support for call activity (#49)

0.8.1

  • FIX: don't override default modeler keybindings (#41)
  • FIX: bind keyboard listeners on keyboard.init (not diagram import)

0.8.0

  • CHORE: update to bpmn-js@3 (#34)
  • CHORE: drop lodash dependency for smaller bundle sizes
  • CHORE: ignore dev assets in packaged bundle
  • CHORE: add linting and test coverage

Breaking Changes

  • This drops support for bpmn-js<3.

...

Check git log for earlier history.