Skip to content

Latest commit

 

History

History
203 lines (117 loc) · 6.64 KB

CHANGELOG.md

File metadata and controls

203 lines (117 loc) · 6.64 KB

Changelog

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

Unreleased

Note: Yet to be released changes appear here.

3.5.2

  • FIX: fix name of Zeebe provider (7482ac8b)

3.5.1

  • CHORE: export Zeebe provider (e53271bc)

3.5.0

  • FEAT: add Version tag field for decisions (#97)

3.4.1

  • FIX: make name field a text area (#94)

3.4.0

  • DEPS: update to @bpmn-io/properties-panel@3.22.0

3.3.2

  • FIX: keep missing ID error in plain DMN (#85)

3.3.1

  • FIX: keep missing ID error (#85)

3.3.0

  • FEAT: add HTTL hint (#82)

3.2.1

  • FIX: provide correct styles file (#65)

3.2.0

  • FEAT: support documentation fields (#62)

3.1.0

  • DEPS: update to @bpmn-io/properties-panel@3.7

3.0.0

  • DEPS: update to @bpmn-io/properties-panel@3
  • DEPS: update to diagram-js@12.2.0

2.0.0

  • FEAT: do not handle properties panel open state
  • DEPS: update to @bpmn-io/properties-panel@2
  • DEPS: update to diagram-js@12

Breaking Changes

  • Properties panel open state is no longer controlled by properties panel.

1.3.2

  • DEPS: update dependencies

1.3.1

  • DEPS: support dmn-js@14

1.3.0

  • FEAT: support JQuery wrapper as parent element
  • DEPS: update to diagram-js@11
  • DEPS: require @bpmn-io/properties-panel@1

1.2.2

  • DEPS: support @bpmn-io/properties-panel@0.24.0
  • CHORE: relax peer dependency requirements

1.2.1

  • DEPS: support @bpmn-io/properties-panel@0.23.0

1.2.0

  • DEPS: support dmn-js@13
  • DEPS: support @bpmn-io/properties-panel@0.22.0

1.1.2

  • DEPS: update to @bpmn-io/properties-panel@0.20.1 (changelog)

1.1.1

  • DEPS: update to dmn-js@12.3.0 (changelog)
  • DEPS: update to @bpmn-io/properties-panel@0.19.0 (changelog)

1.1.0

  • FEAT: add multi state + empty placeholders (#42)
  • DEPS: update to @bpmn-io/properties-panel@0.15.0 (changelog)

1.0.0

  • FEAT: rewrite project to new, @bpmn-io/properties-panel-based architecture
  • FEAT: replace tabs with flat structure where groups are basic building blocks
  • FEAT: add "dirty" markers to notify non-default value of entry/entries in group
  • FEAT: keep open/closed state of the groups between elements

Breaking Changes

  • PropertiesProvider#getTabs is no longer used. Migrate to the new PropertiesProvider#getGroups API instead. Check out the example migration for guidance.
  • Previously exported entry factory functions are no longer available. Use components exported from @bpmn-io/properties-panel instead.
  • Adapters have been removed. The properties panel is now available only for DRD viewer.

0.7.0

  • FEAT: incorporate reduced color palette (#27)
  • FEAT: inherit font family in inputs (#25)
  • FIX: don't use browser defaults for undo+redo (#24)
  • DEPS: update to diagram-js@7.8.2
  • DEPS: update to dmn-js@11.1.2

0.6.2

  • DEPS: update to diagram-js@7.4.0 (#22)

0.6.1

  • FIX: preserve Windows newline characters (#21)
  • DEPS: update dev dependencies

0.6.0

  • CHORE: bump to eslint-plugin-bpmn-io@0.12.0
  • CHORE: bump to dmn-js@10.1.0-alpha.2
  • CHORE: bump to diagram-js@7.2.0
  • CHORE: bump to camunda-dmn-moddle@1.1.0

Breaking Changes

  • Dropped IE 11 support with dmn-js@9.0.0. Migrate to modern browsers or use <=0.5 version.

0.5.0

  • FEAT: align with Camunda Modeler colors (#18)

0.4.0

0.3.5

  • FIX: paste always as plain text (#15)

0.3.4

  • FIX: Do not allow placeholders in IDs (#13)

0.3.3

  • CHORE: mark as dmn-js@7 compatible

0.3.1

  • FIX: Support line breaks in Entry Field Description (#12)

0.3.0

  • FEAT: sanitize entities when building HTML (#9)
  • FEAT: add hint about decision definition key
  • FIX: remove accidentially added whitespace
  • FEAT: translate error messages

0.2.0

  • CHORE: mark as compatible with dmn-js@6
  • FIX: don't restrict properties panel height unnecessarily (#5)

0.1.2

  • FIX: properly namespace font to dmn-js-pp

0.1.1

  • FIX: use lodash in a way that allows tree-shaking (#2)

0.1.0

Initial version.

  • FEAT: edit basic Definitions and Decision attributes
  • FEAT: edit Camunda properties 73d31241