Skip to content

Latest commit

 

History

History
109 lines (56 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

109 lines (56 loc) · 3.41 KB

Changelog

All notable changes to camunda-bpmn-js-behaviors are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

1.9.0

  • FEAT: relax zeebe:TaskListeners cleanup based on event types (#92)

1.8.0

  • FEAT: make Zeebe user task the default implementation of user task (#86)

1.7.2

  • FIX: create new user task form only if user task form referenced (#85)

1.7.1

  • FIX: clean up zeebe:TaskListeners on user task properties update (#90)

1.7.0

  • FEAT: support zeebe:TaskListener (#88)

1.6.1

  • FIX: remove empty zeebe:VersionTag (#81)

1.6.0

  • FEAT: support zeebe:versionTag for zeebe:CalledDecision, zeebe:CalledElement and zeebe:FormDefinition (#80)

1.5.0

  • FEAT: support zeebe:bindingType for zeebe:CalledDecision, zeebe:CalledElement and zeebe:FormDefinition (#78)

1.4.0

1.3.0

  • FEAT: support zeebe:UserTask (#67)

1.2.3

  • FIX: remove variable propagation behavior (#4051)

1.2.2

  • FIX: do not try to copy isExecutable from empty participants (#54)

1.2.1

  • DEPS: update devDependencies

1.2.0

  • FEAT: remove empty zeebe:Subscription extension elements (#50)

1.1.0

  • FEAT: support linking Camunda form through zeebe:formId (#49)

1.0.0

  • FEAT: remove output mappings from end events (#42)

0.6.0

  • FEAT: support bpmn:timeDate for timer boundary and intermediate catch events (#36)

0.5.0

  • FEAT: remove empty zeebe:TaskSchedule extension elements (#34)

0.4.0

  • FEAT: do not remove assignment if zeebe:candidateUsers set (#20)

0.3.0

  • FEAT: clean up timer expressions

0.2.2

  • DEPS update to min-dash@4

0.2.1

  • DEPS: support bpmn-js@10

0.2.0

  • FEAT: incorporate zeebe + camunda moddle behaviors
  • FEAT: keep isExecutable flag after participant deletion (#3)

0.1.1

  • FIX: do not update empty business key (#2)

0.1.0

  • CHORE: initial import and first release 🎉