cmmn-js-properties-panel
Version:
A simple properties panel for cmmn-js
52 lines (28 loc) • 1.45 kB
Markdown
# Changelog
All notable changes to [cmmn-js-properties-panel](https://github.com/bpmn-io/cmmn-js-properties-panel) are documented here. We use [semantic versioning](http://semver.org/) for releases.
## Unreleased
___Note:__ Yet to be released changes appear here._
## 0.9.0
* `FEAT`: add localization support ([#71](https://github.com/bpmn-io/cmmn-js-properties-panel/pull/71))
* `FIX`: always past plain text ([#70](https://github.com/bpmn-io/cmmn-js-properties-panel/pull/70))
## 0.8.3
* `FIX`: paste always as plain text ([#70](https://github.com/bpmn-io/cmmn-js-properties-panel/pull/70))
## 0.8.2
* `FIX`: deprecate placeholders in IDs ([#69](https://github.com/bpmn-io/cmmn-js-properties-panel/pull/69))
## 0.8.1
* `FIX`: support line breaks in Entry Field Description ([#65](https://github.com/bpmn-io/cmmn-js-properties-panel/pull/65))
## 0.8.0
* `FEAT`: sanitize entities when building HTML ([#63](https://github.com/bpmn-io/cmmn-js-properties-panel/issues/63))
## 0.7.2
* `CHORE`: move `npm-run-all` to dev-dependencies
## 0.7.1
* `CHORE`: update to `npm-run-all@4.1.5`
## 0.7.0
* `CHORE`: mark as compatible with `cmmn-js@0.16`
* `FIX`: don't restrict properties panel height unnecessarily ([#61](https://github.com/bpmn-io/cmmn-js-properties-panel/issues/61))
## 0.6.0
* `FEAT`: provide pre-built styles
* `CHORE`: bump dependency versions
* `CHORE`: migrate to `lodash@4`
## ...
Check `git log` for earlier history.