All notable changes to dmn-js-properties-panel are documented here. We use semantic versioning for releases.
Note: Yet to be released changes appear here.
FIX
: fix name of Zeebe provider (7482ac8b
)
CHORE
: export Zeebe provider (e53271bc
)
FEAT
: add Version tag field for decisions (#97)
FIX
: make name field a text area (#94)
DEPS
: update to@bpmn-io/properties-panel@3.22.0
FIX
: keep missing ID error in plain DMN (#85)
FIX
: keep missing ID error (#85)
FEAT
: addHTTL
hint (#82)
FIX
: provide correct styles file (#65)
FEAT
: support documentation fields (#62)
DEPS
: update to@bpmn-io/properties-panel@3.7
DEPS
: update to@bpmn-io/properties-panel@3
DEPS
: update todiagram-js@12.2.0
FEAT
: do not handle properties panel open stateDEPS
: update to@bpmn-io/properties-panel@2
DEPS
: update todiagram-js@12
- Properties panel open state is no longer controlled by properties panel.
DEPS
: update dependencies
DEPS
: supportdmn-js@14
FEAT
: support JQuery wrapper as parent elementDEPS
: update todiagram-js@11
DEPS
: require@bpmn-io/properties-panel@1
DEPS
: support@bpmn-io/properties-panel@0.24.0
CHORE
: relax peer dependency requirements
DEPS
: support@bpmn-io/properties-panel@0.23.0
DEPS
: supportdmn-js@13
DEPS
: support@bpmn-io/properties-panel@0.22.0
DEPS
: update to@bpmn-io/properties-panel@0.20.1
(changelog)
DEPS
: update todmn-js@12.3.0
(changelog)DEPS
: update to@bpmn-io/properties-panel@0.19.0
(changelog)
FEAT
: add multi state + empty placeholders (#42)DEPS
: update to@bpmn-io/properties-panel@0.15.0
(changelog)
FEAT
: rewrite project to new, @bpmn-io/properties-panel-based architectureFEAT
: replace tabs with flat structure where groups are basic building blocksFEAT
: add "dirty" markers to notify non-default value of entry/entries in groupFEAT
: keep open/closed state of the groups between elements
PropertiesProvider#getTabs
is no longer used. Migrate to the newPropertiesProvider#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.
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 todiagram-js@7.8.2
DEPS
: update todmn-js@11.1.2
DEPS
: update todiagram-js@7.4.0
(#22)
FIX
: preserve Windows newline characters (#21)DEPS
: update dev dependencies
CHORE
: bump toeslint-plugin-bpmn-io@0.12.0
CHORE
: bump todmn-js@10.1.0-alpha.2
CHORE
: bump todiagram-js@7.2.0
CHORE
: bump tocamunda-dmn-moddle@1.1.0
- Dropped IE 11 support with
dmn-js@9.0.0
. Migrate to modern browsers or use <=0.5 version.
FEAT
: align with Camunda Modeler colors (#18)
FEAT
: show ID props for any element (#14)CHORE
: bump todmn-js@8.2.0
FIX
: paste always as plain text (#15)
FIX
: Do not allow placeholders in IDs (#13)
CHORE
: mark asdmn-js@7
compatible
FIX
: Support line breaks in Entry Field Description (#12)
FEAT
: sanitize entities when building HTML (#9)FEAT
: add hint about decision definition keyFIX
: remove accidentially added whitespaceFEAT
: translate error messages
CHORE
: mark as compatible withdmn-js@6
FIX
: don't restrict properties panel height unnecessarily (#5)
FIX
: properly namespace font todmn-js-pp
FIX
: uselodash
in a way that allows tree-shaking (#2)
Initial version.
FEAT
: edit basicDefinitions
andDecision
attributesFEAT
: edit Camunda properties73d31241