camunda-bpmn-js 0.13.0-alpha.3 → 0.13.0-alpha.6
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 +29 -1
- package/dist/assets/properties-panel copy.css +877 -0
- package/dist/base-modeler.development.js +939 -2895
- package/dist/base-modeler.production.min.js +4 -4
- package/dist/camunda-cloud-modeler.development.js +2311 -3674
- package/dist/camunda-cloud-modeler.production.min.js +4 -4
- package/dist/camunda-platform-modeler.development.js +1321 -3293
- package/dist/camunda-platform-modeler.production.min.js +4 -4
- package/lib/camunda-cloud/features/modeling/behavior/CreateZeebeCallActivityBehavior.js +17 -5
- package/package.json +11 -6
- package/dist/assets/bpmn-font/bpmn-codes.css +0 -108
- package/dist/assets/bpmn-font/bpmn-embedded.css +0 -161
- package/dist/assets/bpmn-font/bpmn.css +0 -164
- package/dist/assets/bpmn-font/bpmn.eot +0 -0
- package/dist/assets/bpmn-font/bpmn.svg +0 -224
- package/dist/assets/bpmn-font/bpmn.ttf +0 -0
- package/dist/assets/bpmn-font/bpmn.woff +0 -0
- package/dist/assets/bpmn-font/bpmn.woff2 +0 -0
- package/dist/assets/bpmn-js-properties-panel.css +0 -778
package/CHANGELOG.md
CHANGED
|
@@ -6,12 +6,40 @@ 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.13.0-alpha.6
|
|
10
|
+
|
|
11
|
+
* `FIX`: set $parent when creating zeebe:CalledElement element ([#99](https://github.com/camunda/camunda-bpmn-js/pull/99))
|
|
12
|
+
* `DEPS`: update to `@bpmn-io/properties-panel@0.13.1`
|
|
13
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.9`
|
|
14
|
+
|
|
15
|
+
# Properties Panel
|
|
16
|
+
|
|
17
|
+
* `FEAT`: allow showing entries and errors through events ([#137](https://github.com/bpmn-io/properties-panel/pull/137))
|
|
18
|
+
* `FEAT`: allow opening groups per default ([#139](https://github.com/bpmn-io/properties-panel/pull/139))
|
|
19
|
+
* `FEAT`: add documentation ref ([#141](https://github.com/bpmn-io/properties-panel/pull/141))
|
|
20
|
+
* `FEAT`: add show callbacks to show entries and errors ([#601](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/601))
|
|
21
|
+
* `FEAT`: open element template custom groups ([#621](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/621))
|
|
22
|
+
* `FEAT`: display template name in header ([#627](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/627))
|
|
23
|
+
* `FEAT`: add documentation ref to header ([#629](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/629))
|
|
24
|
+
* `FIX`: copy versioned element template ([#632](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/632))
|
|
25
|
+
|
|
26
|
+
## 0.13.0-alpha.5
|
|
27
|
+
|
|
28
|
+
* `DEPS`: update to `@bpmn-io/properties-panel@0.12.0`
|
|
29
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.7`
|
|
30
|
+
|
|
31
|
+
## 0.13.0-alpha.4
|
|
32
|
+
|
|
33
|
+
* `FIX`: move properties panel deps to peer dependencies
|
|
34
|
+
* `CHORE`: add prepare script
|
|
35
|
+
* `DEPS`: update to `bpmn-js@9.0.3`
|
|
36
|
+
|
|
9
37
|
## 0.13.0-alpha.3
|
|
10
38
|
|
|
11
39
|
* `FEAT`: add cloud element templates ([#95](https://github.com/camunda/camunda-bpmn-js/pull/95))
|
|
12
40
|
* `DEPS`: update to `bpmn-js@9.0.2`
|
|
13
41
|
* `DEPS`: update to `@bpmn-io/properties-panel@0.11.0`
|
|
14
|
-
* `DEPS`: update to `bpmn-properties-panel@1.0.0-alpha.5`
|
|
42
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.5`
|
|
15
43
|
* `DEPS`: update to `zeebe-bpmn-moddle@0.11.0`
|
|
16
44
|
|
|
17
45
|
## 0.13.0-alpha.2
|