Skip to content

Latest commit

 

History

History
114 lines (64 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

114 lines (64 loc) · 5.29 KB

Changelog

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

Unreleased

Note: Yet to be released changes appear here.

0.33.1

  • FIX: deprecate placeholders (257d0c1f)

0.33.0

  • FEAT: support update events for task listeners (775fae0d)
  • FEAT: support timeout events for task listeners (eb3bcde7)
  • CHORE: update bpmn-js peer dependency range with ^5.x || ^6.x

0.32.2

  • FIX: support line breaks in Entry Field Description (#319)

0.32.1

  • FIX: don't allow editing of camunda:InputOutput on gateways (#314)

0.32.0

  • FEAT: support camunda:errorMessage (#313)
  • CHORE: move camunda related error properties to correct provider (957beb)

0.31.0

  • FEAT: sanitize entities when building HTML (#296)
  • FEAT: support name editing for bpmn:Group
  • FEAT: improve text annotation label
  • FEAT: translate error messages
  • FIX: remove accidential whitespace (180ba5b9)
  • CHORE: update bpmn-js peer dependency range to ^3.x || ^4.x

0.30.0

  • FEAT: improve localization (#295)
  • FEAT: add hint about task definition key in user task (#294)

0.29.0

  • FEAT: add hints to returned Java types (#286)
  • FEAT: show target variable name instead of index (#287)

0.28.2

0.28.1

  • FIX: handle correct camunda:isStartableInTasklist default value

0.28.0

  • FEAT: support camunda:isStartableInTasklist (#284)
  • FIX: don't restrict properties panel height unnecessarily (#283)

0.27.0

  • CHORE: bpmn-js@3 compatibility

0.26.0

  • FEAT: provide pre-built styles
  • CHORE: bump dependency versions
  • CHORE: migrate to lodash@4

0.25.2

  • FIX: correct variable mapping not removing target props

0.25.1

  • FIX: handle delete key strokes in selects

0.25.0

0.24.1

  • FIX: show description for select entries

0.24.0

  • FEAT: binding of business rule tasks and call activities can be set to version tag 10738e92

  • FEAT: validate source and target of of variables dd163e66

  • FEAT: selecting label of an element will show all element properties in properties panel 40935240

  • FEAT: condition of conditional events can be set to script c38f90bd

  • FIX: form data is removed when empty 481b5c1f

  • FEAT: business key expression of camunda ins can be edited 3f1d780f

  • FIX: timer definition type of intermediate catching events can't be set to cycle 6c757170

  • FEAT: candidate starter users and groups of processes can be edited c1d51285

  • FEAT: variables of signal events can be edited aba8287e

  • FEAT: condition and variable name of conditional start events can be edited 9cc1d6c5

...

Check git log for earlier history.