camunda-bpmn-js 0.11.1 → 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,6 +6,29 @@ 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.5
10
+
11
+ * `FIX`: correct assignment of IDs when pasting multiple times
12
+ * `DEPS`: update to `bpmn-js@8.8.2`
13
+
14
+ ## 0.11.4
15
+
16
+ * `FIX`: gracefully handle incompatible properties providers
17
+ * `FIX`: re-use ID of a copied element if available
18
+ * `DEPS`: update to `camunda-bpmn-moddle@6.1.1`
19
+ * `DEPS`: update to `bpmn-js-properties-panel@0.46.0`
20
+ * `DEPS`: update to `bpmn-js@8.8.1`
21
+ * `DEPS`: update to `diagram-js@7.5.0`
22
+
23
+ ## 0.11.3
24
+
25
+ * `FIX`: correctly default to `camunda:formBindingRef=latest` ([#60](https://github.com/camunda/camunda-bpmn-js/pull/60))
26
+ * `DEPS`: update to `camunda-bpmn-moddle@6.1.1`
27
+
28
+ ## 0.11.2
29
+
30
+ * `FIX`: do not clean up recently added inputOutput ([#59](https://github.com/camunda/camunda-bpmn-js/pull/59))
31
+
9
32
  ## 0.11.1
10
33
 
11
34
  * `CHORE`: ensure `dist` is built and tested before publish ([331584b4](https://github.com/camunda/camunda-bpmn-js/commit/331584b49c56841943a328761ebc7c89632f11fe))