camunda-bpmn-js 0.15.2 → 0.15.3
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 +312 -280
- package/LICENSE +20 -20
- package/README.md +84 -84
- package/dist/assets/base-modeler.css +4 -4
- package/dist/assets/base-navigated-viewer.css +1 -1
- package/dist/assets/base-viewer.css +1 -1
- package/dist/assets/camunda-cloud-modeler.css +1 -1
- package/dist/assets/camunda-platform-modeler.css +1 -1
- package/dist/base-modeler.development.js +37 -34
- package/dist/base-modeler.production.min.js +1 -1
- package/dist/base-navigated-viewer.development.js +7 -4
- package/dist/base-navigated-viewer.production.min.js +1 -1
- package/dist/base-viewer.development.js +7 -4
- package/dist/base-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-modeler.development.js +367 -364
- package/dist/camunda-cloud-modeler.production.min.js +1 -1
- package/dist/camunda-cloud-navigated-viewer.development.js +42 -39
- package/dist/camunda-cloud-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-viewer.development.js +42 -39
- package/dist/camunda-cloud-viewer.production.min.js +1 -1
- package/dist/camunda-platform-modeler.development.js +68 -65
- package/dist/camunda-platform-modeler.production.min.js +1 -1
- package/dist/camunda-platform-navigated-viewer.development.js +26 -23
- package/dist/camunda-platform-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-platform-viewer.development.js +26 -23
- package/dist/camunda-platform-viewer.production.min.js +1 -1
- package/lib/base/Modeler.js +46 -46
- package/lib/base/NavigatedViewer.js +2 -2
- package/lib/base/Viewer.js +2 -2
- package/lib/camunda-cloud/Modeler.js +68 -68
- package/lib/camunda-cloud/NavigatedViewer.js +34 -34
- package/lib/camunda-cloud/Viewer.js +34 -34
- package/lib/camunda-cloud/features/context-pad/ContextPadOptions.js +15 -15
- package/lib/camunda-cloud/features/context-pad/index.js +6 -6
- package/lib/camunda-cloud/features/drilldown/index.js +3 -3
- package/lib/camunda-cloud/features/palette/PaletteOptions.js +14 -14
- package/lib/camunda-cloud/features/palette/PaletteProvider.js +31 -31
- package/lib/camunda-cloud/features/palette/index.js +6 -6
- package/lib/camunda-cloud/features/popup-menu/ReplaceMenuProvider.js +71 -71
- package/lib/camunda-cloud/features/popup-menu/ReplaceOptions.js +46 -46
- package/lib/camunda-cloud/features/popup-menu/index.js +6 -6
- package/lib/camunda-cloud/features/rules/BpmnRules.js +137 -137
- package/lib/camunda-cloud/features/rules/index.js +5 -5
- package/lib/camunda-cloud/util/commonModules.js +13 -13
- package/lib/camunda-platform/Modeler.js +46 -46
- package/lib/camunda-platform/NavigatedViewer.js +25 -25
- package/lib/camunda-platform/Viewer.js +24 -24
- package/lib/camunda-platform/util/commonModules.js +6 -6
- package/lib/util/ExtensionElementsUtil.js +59 -59
- package/package.json +109 -110
- package/styles/base-modeler.css +4 -4
- package/styles/base-navigated-viewer.css +1 -1
- package/styles/base-viewer.css +1 -1
- package/styles/camunda-cloud-modeler.css +1 -1
- package/styles/camunda-platform-modeler.css +1 -1
- package/util/index.js +39 -39
package/CHANGELOG.md
CHANGED
|
@@ -1,280 +1,312 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn-js) are documented here. We use [semantic versioning](http://semver.org/) for releases.
|
|
4
|
-
|
|
5
|
-
## Unreleased
|
|
6
|
-
|
|
7
|
-
___Note:__ Yet to be released changes appear here._
|
|
8
|
-
|
|
9
|
-
## 0.15.
|
|
10
|
-
|
|
11
|
-
* `
|
|
12
|
-
|
|
13
|
-
## 0.15.
|
|
14
|
-
|
|
15
|
-
* `
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
* `
|
|
28
|
-
* `
|
|
29
|
-
* `
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
* `
|
|
36
|
-
* `
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
* `FIX`:
|
|
41
|
-
* `FIX`:
|
|
42
|
-
* `FIX`:
|
|
43
|
-
* `FIX`:
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
* `
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
* `
|
|
62
|
-
* `
|
|
63
|
-
* `
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
* `
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
* `FIX`:
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
* `
|
|
89
|
-
* `
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
* `FEAT`:
|
|
94
|
-
* `
|
|
95
|
-
* `
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
* `
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
* `
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
* `
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
* `
|
|
121
|
-
* `
|
|
122
|
-
* `
|
|
123
|
-
* `
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
* `
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
* `
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
* `
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
## 0.
|
|
149
|
-
|
|
150
|
-
* `
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
* `
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
* `
|
|
162
|
-
* `DEPS`: update to `
|
|
163
|
-
|
|
164
|
-
## 0.
|
|
165
|
-
|
|
166
|
-
* `
|
|
167
|
-
* `
|
|
168
|
-
* `DEPS`: update to `
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
* `
|
|
189
|
-
* `
|
|
190
|
-
|
|
191
|
-
## 0.
|
|
192
|
-
|
|
193
|
-
* `
|
|
194
|
-
* `
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
* `
|
|
199
|
-
* `
|
|
200
|
-
* `
|
|
201
|
-
* `
|
|
202
|
-
* `DEPS`: update to `
|
|
203
|
-
* `DEPS`: update to `
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
* `DEPS`:
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
* `FEAT`:
|
|
227
|
-
* `
|
|
228
|
-
* `
|
|
229
|
-
* `
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
* `
|
|
234
|
-
* `DEPS`:
|
|
235
|
-
* `DEPS`:
|
|
236
|
-
* `DEPS`:
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
* `
|
|
254
|
-
* `
|
|
255
|
-
|
|
256
|
-
## 0.
|
|
257
|
-
|
|
258
|
-
* `FEAT`:
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
* `
|
|
269
|
-
|
|
270
|
-
## 0.
|
|
271
|
-
|
|
272
|
-
*
|
|
273
|
-
|
|
274
|
-
## 0.
|
|
275
|
-
|
|
276
|
-
* `
|
|
277
|
-
|
|
278
|
-
## 0.1
|
|
279
|
-
|
|
280
|
-
* `CHORE`:
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn-js) are documented here. We use [semantic versioning](http://semver.org/) for releases.
|
|
4
|
+
|
|
5
|
+
## Unreleased
|
|
6
|
+
|
|
7
|
+
___Note:__ Yet to be released changes appear here._
|
|
8
|
+
|
|
9
|
+
## 0.15.3
|
|
10
|
+
|
|
11
|
+
* `FIX`: remove `@bpmn-io/properties-panel` peer dependency as it is transitive ([#147](https://github.com/camunda/camunda-bpmn-js/pull/147))
|
|
12
|
+
|
|
13
|
+
## 0.15.2
|
|
14
|
+
|
|
15
|
+
* `CHORE`: bumped properties-panel peer deps
|
|
16
|
+
|
|
17
|
+
## 0.15.1
|
|
18
|
+
|
|
19
|
+
* `DEPS`: update to `bpmn-js@9.3.1`
|
|
20
|
+
|
|
21
|
+
### Key changes in Modeling
|
|
22
|
+
|
|
23
|
+
* `FIX`: properly size icons for distribute/align menu ([bpmn-js#1694](https://github.com/bpmn-io/bpmn-js/pull/1694))
|
|
24
|
+
|
|
25
|
+
## 0.15.0
|
|
26
|
+
|
|
27
|
+
* `DEPS`: update to `bpmn-js@9.3.0`
|
|
28
|
+
* `DEPS`: update to `diagram-js@8.7.0`
|
|
29
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.2.0`
|
|
30
|
+
|
|
31
|
+
### Key changes in Modeling
|
|
32
|
+
|
|
33
|
+
* `FEAT`: allow to select participant and subprocess via click on body ([bpmn-js#1646](https://github.com/bpmn-io/bpmn-js/pull/1646))
|
|
34
|
+
* `FEAT`: clearly distinguish select and hover states ([bpmn-js#1616](https://github.com/bpmn-io/bpmn-js/issues/1616))
|
|
35
|
+
* `FEAT`: allow text annotation on sequence flows ([bpmn-js#1652](https://github.com/bpmn-io/bpmn-js/pull/1652))
|
|
36
|
+
* `FEAT`: add multi-element context pad ([bpmn-js#1525](https://github.com/bpmn-io/bpmn-js/pull/1525))
|
|
37
|
+
* `FEAT`: add aligment and distribution menu ([bpmn-js#1680](https://github.com/bpmn-io/bpmn-js/issues/1680), [#1691](https://github.com/bpmn-io/bpmn-js/issues/1691))
|
|
38
|
+
* `FEAT`: rework select and hover interaction on the diagram ([bpmn-js#1616](https://github.com/bpmn-io/bpmn-js/issues/1616), [diagram-js#640](https://github.com/bpmn-io/diagram-js/pull/640), [diagram-js#643](https://github.com/bpmn-io/diagram-js/pull/643))
|
|
39
|
+
* `FEAT`: rework diagram interaction handles ([diagram-js#640](https://github.com/bpmn-io/diagram-js/pull/640))
|
|
40
|
+
* `FIX`: complete direct editing when selection changes ([bpmn-js#1648](https://github.com/bpmn-io/bpmn-js/pull/1648))
|
|
41
|
+
* `FIX`: cancel direct editing before shape deletion ([bpmn-js#1677](https://github.com/bpmn-io/bpmn-js/issues/1677))
|
|
42
|
+
* `FIX`: set correct label color when batch coloring elements ([bpmn-js#1653](https://github.com/bpmn-io/bpmn-js/issues/1653))
|
|
43
|
+
* `FIX`: always reconnect labels and associations ([bpmn-js#1659](https://github.com/bpmn-io/bpmn-js/pull/1659))
|
|
44
|
+
|
|
45
|
+
### Key changes in Properties Panel
|
|
46
|
+
|
|
47
|
+
* `FEAT`: enable multi-select state ([bpmn-props-panel#687](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/678))
|
|
48
|
+
* `FEAT`: display timestamp for template versions ([bpmn-props-panel#698](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/698))
|
|
49
|
+
* `FIX`: fixed error when field injection for execution listener is created ([bpmn-props-panel#710](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/710)
|
|
50
|
+
|
|
51
|
+
## 0.14.0
|
|
52
|
+
|
|
53
|
+
* `DEPS`: update to `@bpmn-io/element-templates-icons-renderer@0.2.0`
|
|
54
|
+
|
|
55
|
+
### Key changes in Modeling
|
|
56
|
+
|
|
57
|
+
* `FEAT`: enforce rectangular element template icon size ([#4](https://github.com/bpmn-io/element-templates-icons-renderer/issues/4))
|
|
58
|
+
* `FIX`: remove `label` property on empty label ([#1637](https://github.com/bpmn-io/bpmn-js/issues/1637))
|
|
59
|
+
* `FIX`: create drilldown overlays on `viewer.open` ([`574a67438`](https://github.com/bpmn-io/bpmn-js/commit/574a674381d6449b509396b6d17c4ca94674ea1c))
|
|
60
|
+
* `FIX`: render data association inside collapsed sub-processes ([#1619](https://github.com/bpmn-io/bpmn-js/issues/1619))
|
|
61
|
+
* `FIX`: preserve multi-instance properties when toggling between parallel and sequential ([#1581](https://github.com/bpmn-io/bpmn-js/issues/1581))
|
|
62
|
+
* `FIX`: correct hanging sequence flow label after collapsing sub-process ([#1617](https://github.com/bpmn-io/bpmn-js/issues/1617))
|
|
63
|
+
* `FIX`: correct start event not added to newly created sub-process ([#1631](https://github.com/bpmn-io/bpmn-js/issues/1631))
|
|
64
|
+
|
|
65
|
+
## 0.13.2
|
|
66
|
+
|
|
67
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.1.1`
|
|
68
|
+
* `DEPS`: update to `@bpmn-io/properties-panel@0.13.2`
|
|
69
|
+
|
|
70
|
+
### Key changes in Properties Panel
|
|
71
|
+
|
|
72
|
+
* `FIX`: remove unnecessary scroll padding ([#145](https://github.com/bpmn-io/properties-panel/pull/145))
|
|
73
|
+
* `FIX`: keep existing configuration after template apply ([#661](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/661))
|
|
74
|
+
* `FIX`: always override `hidden` configuration on template apply ([#661](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/661))
|
|
75
|
+
* `FIX`: do not render non-existing values in element template ([#676](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/676))
|
|
76
|
+
* `FIX`: pick-up correct element template icon ([#670](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/670))
|
|
77
|
+
|
|
78
|
+
## 0.13.1
|
|
79
|
+
|
|
80
|
+
_Re-publish of v0.13.0 with fixed distro._
|
|
81
|
+
|
|
82
|
+
* `FIX`: fix distro on Windows ([#125](https://github.com/camunda/camunda-bpmn-js/pull/125))
|
|
83
|
+
|
|
84
|
+
## 0.13.0
|
|
85
|
+
|
|
86
|
+
* `FEAT`: add viewer distributions ([#115](https://github.com/camunda/camunda-bpmn-js/pull/115))
|
|
87
|
+
* `CHORE`: import behaviors from camunda-bpmn-js-behaviors ([#116](https://github.com/camunda/camunda-bpmn-js/pull/116))
|
|
88
|
+
* `DEPS`: update to `bpmn-js-disable-collapsed-subprocess@0.1.4` ([#112](https://github.com/camunda/camunda-bpmn-js/pull/112))
|
|
89
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.1.0` ([03b659](https://github.com/camunda/camunda-bpmn-js/pull/123/commits/03b659da729364abf97ccc2dba421d83e9f5c48e))
|
|
90
|
+
|
|
91
|
+
## 0.13.0-alpha.8
|
|
92
|
+
|
|
93
|
+
* `FEAT`: support element template custom icons ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
|
|
94
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.12` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
|
|
95
|
+
* `DEPS`: update to `diagram-js@8.2.1` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
|
|
96
|
+
* `DEPS`: update to `camunda-bpmn-moddle@6.1.2` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
|
|
97
|
+
* `DEPS`: update to `zeebe-bpmn-moddle@0.12.0` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
|
|
98
|
+
* `DEPS`: update to `@bpmn-io/element-templates-icons-renderer@0.1.2` ([#108](https://github.com/camunda/camunda-bpmn-js/pull/108))
|
|
99
|
+
|
|
100
|
+
### Key changes in Properties Panel
|
|
101
|
+
|
|
102
|
+
* `FEAT`: apply element template icons ([#641](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/641))
|
|
103
|
+
* `FEAT`: change task type when element template is applied ([#648](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/648))
|
|
104
|
+
* `FEAT`: display element template icons in header ([#650](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/650))
|
|
105
|
+
|
|
106
|
+
## 0.13.0-alpha.7
|
|
107
|
+
|
|
108
|
+
_Re-publish of v0.13.0-alpha.6 with fixed distro._
|
|
109
|
+
|
|
110
|
+
* `FIX`: update peer dependencies ([#103](https://github.com/camunda/camunda-bpmn-js/pull/103))
|
|
111
|
+
|
|
112
|
+
## 0.13.0-alpha.6
|
|
113
|
+
|
|
114
|
+
* `FIX`: set $parent when creating zeebe:CalledElement element ([#99](https://github.com/camunda/camunda-bpmn-js/pull/99))
|
|
115
|
+
* `DEPS`: update to `@bpmn-io/properties-panel@0.13.1`
|
|
116
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.9`
|
|
117
|
+
|
|
118
|
+
### Key changes in Properties Panel
|
|
119
|
+
|
|
120
|
+
* `FEAT`: allow showing entries and errors through events ([#137](https://github.com/bpmn-io/properties-panel/pull/137))
|
|
121
|
+
* `FEAT`: allow opening groups per default ([#139](https://github.com/bpmn-io/properties-panel/pull/139))
|
|
122
|
+
* `FEAT`: add documentation ref ([#141](https://github.com/bpmn-io/properties-panel/pull/141))
|
|
123
|
+
* `FEAT`: add show callbacks to show entries and errors ([#601](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/601))
|
|
124
|
+
* `FEAT`: open element template custom groups ([#621](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/621))
|
|
125
|
+
* `FEAT`: display template name in header ([#627](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/627))
|
|
126
|
+
* `FEAT`: add documentation ref to header ([#629](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/629))
|
|
127
|
+
* `FIX`: copy versioned element template ([#632](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/632))
|
|
128
|
+
|
|
129
|
+
## 0.13.0-alpha.5
|
|
130
|
+
|
|
131
|
+
* `DEPS`: update to `@bpmn-io/properties-panel@0.12.0`
|
|
132
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.7`
|
|
133
|
+
|
|
134
|
+
## 0.13.0-alpha.4
|
|
135
|
+
|
|
136
|
+
* `FIX`: move properties panel deps to peer dependencies
|
|
137
|
+
* `CHORE`: add prepare script
|
|
138
|
+
* `DEPS`: update to `bpmn-js@9.0.3`
|
|
139
|
+
|
|
140
|
+
## 0.13.0-alpha.3
|
|
141
|
+
|
|
142
|
+
* `FEAT`: add cloud element templates ([#95](https://github.com/camunda/camunda-bpmn-js/pull/95))
|
|
143
|
+
* `DEPS`: update to `bpmn-js@9.0.2`
|
|
144
|
+
* `DEPS`: update to `@bpmn-io/properties-panel@0.11.0`
|
|
145
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.5`
|
|
146
|
+
* `DEPS`: update to `zeebe-bpmn-moddle@0.11.0`
|
|
147
|
+
|
|
148
|
+
## 0.13.0-alpha.2
|
|
149
|
+
|
|
150
|
+
* `FEAT`: add support for drilldown ([#89](https://github.com/camunda/camunda-bpmn-js/pull/89))
|
|
151
|
+
* `CHORE`: refactor behaviors to only use modeling API ([#91](https://github.com/camunda/camunda-bpmn-js/pull/91))
|
|
152
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.3` ([68c344](https://github.com/camunda/camunda-bpmn-js/commit/68c344f270405716e514c3947c98dee293877c7f))
|
|
153
|
+
* `DEPS`: update to `bpmn-js@9.0.0-alpha.2` ([68c344](https://github.com/camunda/camunda-bpmn-js/commit/68c344f270405716e514c3947c98dee293877c7f))
|
|
154
|
+
* `DEPS`: update to `diagram-js-minimap@2.1.0` ([68c344](https://github.com/camunda/camunda-bpmn-js/commit/68c344f270405716e514c3947c98dee293877c7f))
|
|
155
|
+
* `DEPS`: update to `diagram-js@8.1.1` ([faf55e](https://github.com/camunda/camunda-bpmn-js/commit/faf55e958e7b8faf57a6b3cf0a8e6b496e59266d))
|
|
156
|
+
|
|
157
|
+
## 0.13.0-alpha.1
|
|
158
|
+
|
|
159
|
+
* `FEAT`: include documentation fields in properties panel for Camunda Cloud ([#83](https://github.com/camunda/camunda-bpmn-js/issues/83))
|
|
160
|
+
* `DEPS`: update to `bpmn-js-properties-panel@1.0.0-alpha.1` ([faf55e](https://github.com/camunda/camunda-bpmn-js/commit/faf55e958e7b8faf57a6b3cf0a8e6b496e59266d))
|
|
161
|
+
* `DEPS`: update to `bpmn-js@8.9.1` ([faf55e](https://github.com/camunda/camunda-bpmn-js/commit/faf55e958e7b8faf57a6b3cf0a8e6b496e59266d))
|
|
162
|
+
* `DEPS`: update to `diagram-js@7.8.2` ([faf55e](https://github.com/camunda/camunda-bpmn-js/commit/faf55e958e7b8faf57a6b3cf0a8e6b496e59266d))
|
|
163
|
+
|
|
164
|
+
## 0.13.0-alpha.0
|
|
165
|
+
|
|
166
|
+
* `FEAT`: support Zeebe 1.3 features ([#71](https://github.com/camunda/camunda-bpmn-js/issues/71))
|
|
167
|
+
* `DEPS`: migrate to `bpmn-js-properties-panel@1.0.0-alpha.0` ([#71](https://github.com/camunda/camunda-bpmn-js/issues/71))
|
|
168
|
+
* `DEPS`: update to `bpmn-js@8.8.3` ([#74](https://github.com/camunda/camunda-bpmn-js/pull/74))
|
|
169
|
+
|
|
170
|
+
### Breaking Changes
|
|
171
|
+
|
|
172
|
+
* Extensions to `bpmn-js-properties-panel@0.x` no longer work with the `1.x` series.
|
|
173
|
+
Read [the project's changelog for details](https://github.com/bpmn-io/bpmn-js-properties-panel/blob/next/CHANGELOG.md#breaking-changes).
|
|
174
|
+
|
|
175
|
+
## 0.12.2
|
|
176
|
+
|
|
177
|
+
* `FEAT`: behavior for Cloud to ensure that no empty `zeebe:AssignmentDefinitions`
|
|
178
|
+
remain in the model after modeling or propertyPanel operations ([e26c486](https://github.com/camunda/camunda-bpmn-js/commit/e26c486bac3b54202fdf6c2b09d64483b52a2298))
|
|
179
|
+
|
|
180
|
+
## 0.12.1
|
|
181
|
+
|
|
182
|
+
* `DEPS`: update to `zeebe-bpmn-moddle@0.10.0`
|
|
183
|
+
|
|
184
|
+
## 0.12.0
|
|
185
|
+
|
|
186
|
+
* `FEAT`: behavior for Cloud to ensure that `bpmn:BusinessRuleTask`s only have a `zeebe:CalledDecision` or
|
|
187
|
+
`zeebe:TaskDefinition`/`zeebe:TaskHeaders` respectively. This supports the Zeebe 1.3 release ([#65](https://github.com/camunda/camunda-bpmn-js/issues/65))
|
|
188
|
+
* `FIX`: use relative import path in library code ([b5a696](https://github.com/camunda/camunda-bpmn-js/commit/b5a696bf36f8b6592d6bf3d92ed33c26c63d68f7))
|
|
189
|
+
* `CHORE`: refactor behaviors and helpers ([85573a](https://github.com/camunda/camunda-bpmn-js/commit/85573afe1653bffc2e1387da91076fb0cbe79345))
|
|
190
|
+
|
|
191
|
+
## 0.11.5
|
|
192
|
+
|
|
193
|
+
* `FIX`: correct assignment of IDs when pasting multiple times
|
|
194
|
+
* `DEPS`: update to `bpmn-js@8.8.2`
|
|
195
|
+
|
|
196
|
+
## 0.11.4
|
|
197
|
+
|
|
198
|
+
* `FIX`: gracefully handle incompatible properties providers
|
|
199
|
+
* `FIX`: re-use ID of a copied element if available
|
|
200
|
+
* `DEPS`: update to `camunda-bpmn-moddle@6.1.1`
|
|
201
|
+
* `DEPS`: update to `bpmn-js-properties-panel@0.46.0`
|
|
202
|
+
* `DEPS`: update to `bpmn-js@8.8.1`
|
|
203
|
+
* `DEPS`: update to `diagram-js@7.5.0`
|
|
204
|
+
|
|
205
|
+
## 0.11.3
|
|
206
|
+
|
|
207
|
+
* `FIX`: correctly default to `camunda:formBindingRef=latest` ([#60](https://github.com/camunda/camunda-bpmn-js/pull/60))
|
|
208
|
+
* `DEPS`: update to `camunda-bpmn-moddle@6.1.1`
|
|
209
|
+
|
|
210
|
+
## 0.11.2
|
|
211
|
+
|
|
212
|
+
* `FIX`: do not clean up recently added inputOutput ([#59](https://github.com/camunda/camunda-bpmn-js/pull/59))
|
|
213
|
+
|
|
214
|
+
## 0.11.1
|
|
215
|
+
|
|
216
|
+
* `CHORE`: ensure `dist` is built and tested before publish ([331584b4](https://github.com/camunda/camunda-bpmn-js/commit/331584b49c56841943a328761ebc7c89632f11fe))
|
|
217
|
+
|
|
218
|
+
## 0.11.0
|
|
219
|
+
|
|
220
|
+
* `DEPS`: bump to `bpmn-js-properties-panel@0.45.0`
|
|
221
|
+
* `DEPS`: bump to `camunda-bpmn-moddle@v6.1.0`
|
|
222
|
+
|
|
223
|
+
## 0.10.0
|
|
224
|
+
|
|
225
|
+
* `FEAT`: update properties panel for Message Intermediate Throw Event and Message End Event for Cloud Modeler to support Zeebe 1.2 ([#55](https://github.com/camunda/camunda-bpmn-js/pull/55))
|
|
226
|
+
* `FEAT`: allow replace with Message Intermediate Throw Event and Message End Event for Cloud Modeler to support Zeebe 1.2 ([#50](https://github.com/camunda/camunda-bpmn-js/pull/50))
|
|
227
|
+
* `FEAT`: allow replace with Manual Task for Cloud Modeler to support Zeebe 1.2 ([#49](https://github.com/camunda/camunda-bpmn-js/pull/49))
|
|
228
|
+
* `FEAT`: add behavior to clean up empty `camunda:inputOutput` elements ([#39](https://github.com/camunda/camunda-bpmn-js/pull/39))
|
|
229
|
+
* `FEAT`: configure either `camunda:formKey` or `formRef` ([#37](https://github.com/camunda/camunda-bpmn-js/pull/37))
|
|
230
|
+
* `FEAT`: add behavior to delete error event definition ([#34](https://github.com/camunda/camunda-bpmn-js/pull/34))
|
|
231
|
+
* `FEAT`: add behavior to update result variable ([#34](https://github.com/camunda/camunda-bpmn-js/pull/34))
|
|
232
|
+
* `FEAT`: delete `camunda:jobRetryTimeCycle` when async is disabled ([#33](https://github.com/camunda/camunda-bpmn-js/pull/33))
|
|
233
|
+
* `FEAT`: set `camunda:exlusive flag` to true when async is disabled ([#31](https://github.com/camunda/camunda-bpmn-js/pull/31))
|
|
234
|
+
* `DEPS`: update to `zeebe-bpmn-moddle@0.8.0`
|
|
235
|
+
* `DEPS`: update to `camunda-bpmn-moddle@6.0.0`
|
|
236
|
+
* `DEPS`: update to `bpmn-js@8.7.3`
|
|
237
|
+
* `DEPS`: update dev dependencies
|
|
238
|
+
|
|
239
|
+
## 0.9.3
|
|
240
|
+
|
|
241
|
+
* `DEPS`: update to `zeebe-bpmn-moddle@0.7.1`
|
|
242
|
+
|
|
243
|
+
## 0.9.2
|
|
244
|
+
|
|
245
|
+
* `DEPS`: update to `bpmn-js-properties-panel@0.44.0`
|
|
246
|
+
|
|
247
|
+
## 0.9.1
|
|
248
|
+
|
|
249
|
+
* `DEPS`: update to `bpmn-js@8.7.1`
|
|
250
|
+
|
|
251
|
+
## 0.9.0
|
|
252
|
+
|
|
253
|
+
* `DEPS`: update to `bpmn-js@8.7.0`
|
|
254
|
+
* `DEPS`: update to `bpmn-js-properties-panel@0.43.1`
|
|
255
|
+
|
|
256
|
+
## 0.8.0
|
|
257
|
+
|
|
258
|
+
* `FEAT`: support business rule, send, and script tasks in Cloud Modeler ([#27](https://github.com/camunda/camunda-bpmn-js/pull/27))
|
|
259
|
+
* `FIX`: allow to pass expression as `bpmn:CallActivity#processId` in Cloud Modeler ([#28](https://github.com/camunda/camunda-bpmn-js/pull/28))
|
|
260
|
+
* `DEPS`: bump to `bpmn-js@8.6.1`
|
|
261
|
+
* `DEPS`: bump to `zeebe-bpmn-moddle@0.7.0`
|
|
262
|
+
|
|
263
|
+
## 0.7.0
|
|
264
|
+
|
|
265
|
+
* `DEPS`: bump to `bpmn-js@8.5.0`
|
|
266
|
+
* `DEPS`: bump to `bpmn-js-properties-panel@0.43.0`
|
|
267
|
+
* `DEPS`: bump to `diagram-js@7.3.0`
|
|
268
|
+
* `DEPS`: bump to `zeebe-bpmn-moddle@0.6.0`
|
|
269
|
+
|
|
270
|
+
## 0.6.0
|
|
271
|
+
|
|
272
|
+
* `FEAT`: re-enable user task support for Cloud Modeler
|
|
273
|
+
|
|
274
|
+
## 0.5.2
|
|
275
|
+
|
|
276
|
+
* `CHORE`: bump to `camunda-bpmn-moddle@5.1.2`
|
|
277
|
+
|
|
278
|
+
## 0.5.1
|
|
279
|
+
|
|
280
|
+
* `CHORE`: bump to `camunda-bpmn-moddle@5.1.1`
|
|
281
|
+
|
|
282
|
+
## 0.5.0
|
|
283
|
+
|
|
284
|
+
* `CHORE`: bump to `bpmn-js-properties-panel@0.42.0`
|
|
285
|
+
* `CHORE`: bump to `camunda-bpmn-moddle@5.1.0`
|
|
286
|
+
* `CHORE`: bump to `bpmn-js@8.3.0`
|
|
287
|
+
|
|
288
|
+
## 0.4.0
|
|
289
|
+
|
|
290
|
+
* `FEAT`: disable user task support for Cloud Modeler, can be enabled via `enableZeebeUserTasks` ([`9f782028`](https://github.com/camunda/camunda-bpmn-js/commit/9f7820284154b4ab0174f8c5eb745a3060f5c1ff))
|
|
291
|
+
|
|
292
|
+
## 0.3.0
|
|
293
|
+
|
|
294
|
+
* `CHORE`: bump to `bpmn-js@8.2.1`
|
|
295
|
+
* `CHORE`: bump to `bpmn-js-properties-panel@0.41.0`
|
|
296
|
+
* `CHORE`: bump to `camunda-bpmn-moddle@5.0.0`
|
|
297
|
+
|
|
298
|
+
## 0.2.0
|
|
299
|
+
|
|
300
|
+
* `FEAT`: add support for user tasks in cloud modeler ([#14](https://github.com/camunda/camunda-bpmn-js/pull/14))
|
|
301
|
+
|
|
302
|
+
## 0.1.0
|
|
303
|
+
|
|
304
|
+
*Republish of `v0.1.0-alpha.1`*.
|
|
305
|
+
|
|
306
|
+
## 0.1.0-alpha.1
|
|
307
|
+
|
|
308
|
+
* `FIX`: resolve moddle descriptors explicitly ([#11](https://github.com/camunda/camunda-bpmn-js/issues/11))
|
|
309
|
+
|
|
310
|
+
## 0.1.0-alpha.0
|
|
311
|
+
|
|
312
|
+
* `CHORE`: first release 🎉
|