40 lines
990 B
Markdown
40 lines
990 B
Markdown
# Changelog
|
|
|
|
All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documented here. We use [semantic versioning](http://semver.org/) for releases.
|
|
|
|
## Unreleased
|
|
|
|
___Note:__ Yet to be released changes appear here._
|
|
|
|
## 1.0.3
|
|
|
|
* `FIX`: re-expose `TestHelper#bootstrapBpmnJS` util
|
|
|
|
## 1.0.2
|
|
|
|
* `FIX`: correct library default export
|
|
|
|
## 1.0.1
|
|
|
|
_Republished 1.0.0 with CHANGELOG entries._
|
|
|
|
## 1.0.0
|
|
|
|
### Breaking Changes
|
|
|
|
* `CHORE`: convert code base to ES modules. You must now configure a module transpiler such as Babel or Webpack to handle ES module imports and exports
|
|
* `CHORE`: update utility toolbelt
|
|
|
|
## 0.31.0
|
|
|
|
* `FEAT`: encode entities in body properties during XML export
|
|
* `CHORE`: bump to [`bpmn-moddle@4.0.0`](https://github.com/bpmn-io/bpmn-moddle/releases/tag/v4.0.0)
|
|
* `CHORE`: bump utility version
|
|
|
|
## 0.30.0
|
|
|
|
* `CHORE`: bump to [`diagram-js@0.31.0`](https://github.com/bpmn-io/diagram-js/releases/tag/v0.31.0)
|
|
|
|
## ...
|
|
|
|
Check `git log` for earlier history. |