camunda-bpmn-js 0.11.4 → 0.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,18 +6,19 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn
6
6
 
7
7
  ___Note:__ Yet to be released changes appear here._
8
8
 
9
- ## 0.11.4
9
+ ## 0.11.5
10
+
11
+ * `FIX`: correct assignment of IDs when pasting multiple times
12
+ * `DEPS`: update to `bpmn-js@8.8.2`
10
13
 
11
- ### BPMN
14
+ ## 0.11.4
12
15
 
13
16
  * `FIX`: gracefully handle incompatible properties providers
14
17
  * `FIX`: re-use ID of a copied element if available
15
-
16
- ### General
17
-
18
18
  * `DEPS`: update to `camunda-bpmn-moddle@6.1.1`
19
19
  * `DEPS`: update to `bpmn-js-properties-panel@0.46.0`
20
20
  * `DEPS`: update to `bpmn-js@8.8.1`
21
+ * `DEPS`: update to `diagram-js@7.5.0`
21
22
 
22
23
  ## 0.11.3
23
24