2018-04-02 11:16:54 +02:00
# 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._
2018-05-07 13:50:29 +02:00
## 1.3.2
* `FIX` : correctly serialize extension attributes on `bpmn:Expression`
2018-05-04 10:43:25 +02:00
## 1.3.1
* `FIX` : correctly auto-place from boundary events attached to host edges ([#788 ](https://github.com/bpmn-io/bpmn-js/issues/788 ))
2018-04-25 21:33:44 +02:00
## 1.3.0
2018-04-24 16:32:18 +02:00
* `FEAT` : expose additional `BpmnTreeWalker` APIs for advanced import use-cases
2018-04-25 21:33:44 +02:00
* `CHORE` : bump diagram-js and object-refs version
2018-04-24 16:32:18 +02:00
2018-04-19 19:38:03 +02:00
## 1.2.1
* `FIX` : correct side-effects config to not include `*.css` files
2018-04-13 22:20:17 +02:00
## 1.2.0
2018-04-11 13:57:01 +02:00
* `FEAT` : add initial snapping when creating associations
2018-04-12 16:38:37 +02:00
* `CHORE` : update to `diagram-js@1.3.0`
2018-04-12 19:34:47 +02:00
* `FIX` : allow message flows between collapsed pools
2018-04-12 16:17:06 +02:00
* `FIX` : complete direct editing on popup menu use
2018-04-12 16:38:37 +02:00
* `FIX` : focus label editing box on element creation
2018-04-11 13:57:01 +02:00
2018-04-10 09:33:11 +02:00
## 1.1.1
* `FIX` : escape `data-element-id` in CSS selectors
2018-04-09 14:33:26 +02:00
## 1.1.0
* `FEAT` : show gateway icon on context pad without marker ([`15dfab6b` ](https://github.com/bpmn-io/bpmn-js/commit/15dfab6b5b12dd184acf070f2ab3ad205d1b245c ))
2018-04-09 13:05:39 +02:00
## 1.0.4
* `FIX` : properly wire `$parent` on copy + paste
* `FIX` : improve boundary event rendering to correct SVG to image conversion
2018-04-05 13:02:39 +02:00
## 1.0.3
* `FIX` : re-expose `TestHelper#bootstrapBpmnJS` util
2018-04-05 09:48:35 +02:00
## 1.0.2
* `FIX` : correct library default export
2018-04-04 16:12:54 +02:00
## 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
2018-04-03 10:38:43 +02:00
## 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
2018-04-02 11:16:54 +02:00
## 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.