Skip to content

Commit

Permalink
chore(CHANGELOG): update
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Aug 7, 2019
1 parent 701bf6c commit 39f1d41
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen

___Note:__ Yet to be released changes appear here._

* `FEAT` add `elements.create` rule for creating multiple elements ([`4233bd0c`](https://github.com/bpmn-io/bpmn-js/pull/1137/commits/4233bd0cd128322523175e819d0e85e88fb7a6a1))
* `FEAT`: create sub process with start event through palette ([`4233bd0c`](https://github.com/bpmn-io/bpmn-js/pull/1137/commits/4233bd0cd128322523175e819d0e85e88fb7a6a1))
* `FEAT`: add `element.copyProperties` and `element.propertyCopied` event ([`12bedca5`](https://github.com/bpmn-io/bpmn-js/pull/1137/commits/12bedca5ba2a05791591e53f554dc2310f6c1a6f))
* `FEAT`: rework container drag interaction to prevent accidental dragging of participants and sub-processes ([#1097](https://github.com/bpmn-io/bpmn-js/pull/1097), [#957](https://github.com/bpmn-io/bpmn-js/issues/957))
* `CHORE`: use `element.copyProperty` event to copy category value when copying group ([`12bedca5`](https://github.com/bpmn-io/bpmn-js/pull/1137/commits/12bedca5ba2a05791591e53f554dc2310f6c1a6f))
* `CHORE`: add camunda-bpmn-moddle for integration tests ([`12bedca5`](https://github.com/bpmn-io/bpmn-js/pull/1137/commits/12bedca5ba2a05791591e53f554dc2310f6c1a6f))

### Breaking Changes

* `CopyModelElementUtil`: rename `property.clone` event to `element.copyProperty`
* `BpmnRules`: removed `elements.paste` rule in favor of `elements.create` rule
* `BpmnRules`: removed `element.paste` rule
* `ElementFactory`: use `attrs.di` property instead of `attrs.colors` for fill and stroke when creating element through `ElementFactory#createBpmnElement`

## 4.0.3

Expand Down

0 comments on commit 39f1d41

Please sign in to comment.