Nico Rehwaldt
7baefd7bc3
8.9.0
2022-01-14 10:59:14 +01:00
Nico Rehwaldt
901d112b8a
chore: skip wiredeps on backport branches
2022-01-14 08:38:14 +00:00
Nico Rehwaldt
317cadf1fd
chore(CHANGELOG): update to v8.9.0
2022-01-14 08:38:14 +00:00
Nico Rehwaldt
b47b37310f
feat(modeling): don't select start-event inside newly created sub-process
...
The canonical modeling operation shall
not be drill down, but continue to model.
2022-01-14 08:38:14 +00:00
Nico Rehwaldt
9f483adb42
feat(modeling): do not trigger direct editing on newly created group
...
The first canonical operation is to resize the group
to the respective size, not to assign a group label.
2022-01-14 08:38:14 +00:00
Nico Rehwaldt
fb6dca383c
fix(modeling): set label color on `bpmndi:BPMNLabel#color`
...
Related to https://github.com/camunda/camunda-modeler/issues/2599 .
2022-01-14 08:38:14 +00:00
Nico Rehwaldt
5da9477577
deps: update to diagram-js@7.8.2
2022-01-14 08:38:14 +00:00
Maciej Barelkowski
88fe4cd840
fix: don't create illegal `waypoint` property
...
Closes https://github.com/bpmn-io/bpmn-js/issues/1544
2022-01-14 08:38:14 +00:00
Nico Rehwaldt
28460b1222
8.8.3
2021-12-03 09:09:56 +01:00
Nico Rehwaldt
bcde20c0c1
chore(CHANGELOG): update to v8.8.3
2021-12-03 09:04:59 +01:00
Nico Rehwaldt
1ede893679
fix(modeling): handle close to {source,target} drop-on-flow
...
Closes https://github.com/bpmn-io/bpmn-js/issues/1541
2021-12-03 07:53:44 +00:00
Nico Rehwaldt
756617c59b
test: use appropriate `length` test helper
2021-12-03 07:53:44 +00:00
Nico Rehwaldt
0f4d30829d
deps: bump to diagram-js@7.6.3
...
Closes https://github.com/bpmn-io/bpmn-js/issues/1520
2021-11-08 14:21:48 +00:00
Nico Rehwaldt
4da80dfc17
ci: merge master to develop by the bot
2021-10-25 06:55:00 +00:00
Nico Rehwaldt
9dcc523350
8.8.2
2021-10-20 22:36:58 +02:00
Maciej Barelkowski
c5adb2db8a
chore(CHANGELOG): update to v8.8.2
2021-10-20 21:10:49 +02:00
Maciej Barelkowski
6243adfa92
test(copy-paste): increase timeout for complex
2021-10-20 17:07:26 +02:00
Maciej Barelkowski
39d7b9e59b
fix(moddle-copy): properly copy ids
...
Related to https://github.com/camunda/camunda-modeler/issues/1410
2021-10-20 17:07:26 +02:00
Nico Rehwaldt
97e1ad14ba
test: verify copy and paste between Modeler instances
2021-10-20 17:07:26 +02:00
Nico Rehwaldt
289c074ecc
docs: correct JSDoc for MockEvents
2021-10-20 17:07:26 +02:00
Maciej Barelkowski
7f47ff7d48
8.8.1
2021-10-15 14:12:17 +02:00
Maciej Barelkowski
22c97edaa9
chore(CHANGELOG): update to v8.8.1
2021-10-15 14:04:46 +02:00
Maciej Barelkowski
1253326768
fix(copy-paste): do not create new id if unnecessary
...
Related to https://github.com/camunda/camunda-modeler/issues/1410
2021-10-15 13:07:00 +02:00
Nico Rehwaldt
b4bd6557b1
chore: unbuild circular dependency
...
Inline `ResizeUtil` into behavior to prevent circular depdendency.
It is not being used outside the behavior anyway and uses behavior
internals (lane dimensions).
2021-10-15 10:38:06 +02:00
Nico Rehwaldt
df60006c74
chore: do not swallow test-distro output
2021-10-15 10:37:42 +02:00
Nico Rehwaldt
3dfc1dd07e
chore: do not swallow distro bundle output
2021-10-15 10:37:42 +02:00
Nico Rehwaldt
1fe352e1fe
8.8.0
2021-10-13 20:26:14 +02:00
Nico Rehwaldt
fec4bfb30e
ci: execute stage scripts without `bash`
...
Not needed with proper (fixed) shebang statements.
2021-10-13 20:10:58 +02:00
Nico Rehwaldt
fd40070f51
ci: run scripts with strict error handling
2021-10-13 20:10:58 +02:00
Nico Rehwaldt
6b5ca77362
ci: add SKIP_COMMIT logic to update-demo script
...
Make it testable locally.
2021-10-13 20:10:58 +02:00
Nico Rehwaldt
b879989bf2
ci: use BPMN_IO_TOKEN for authentication
2021-10-13 20:10:58 +02:00
Nico Rehwaldt
72c0eff1b1
ci: extract + fix await-published logic
2021-10-13 20:10:58 +02:00
Nico Rehwaldt
c51f91b342
chore(CHANGELOG): update to v8.8.0
2021-10-13 20:09:48 +02:00
Nico Rehwaldt
c706698230
deps: update to diagram-js@7.5.0
...
Closes https://github.com/bpmn-io/bpmn-js/issues/1493
2021-10-13 20:06:35 +02:00
Maciej Barelkowski
c63d0984f4
fix(path-map): disallow nested tokens
2021-10-05 09:27:34 +02:00
Nico Rehwaldt
03352e8665
8.7.3
2021-08-27 16:44:30 +02:00
Nico Rehwaldt
82a34922d1
chore(CHANGELOG): update to v8.7.3
2021-08-27 16:39:11 +02:00
Joel Knott
8d90d4dc63
chore: use ES6 exports
...
Modified the file to use 'export default' instead of 'module.exports'
so that I don't get errors stating that there is no default export.
2021-08-25 08:41:34 +02:00
dependabot[bot]
d27ae8f808
deps: bump path-parse from 1.0.6 to 1.0.7
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 08:56:11 +02:00
Nico Rehwaldt
e532807f4e
chore(CHANGELOG): update to v8.7.2
2021-08-20 12:08:02 +02:00
Nico Rehwaldt
9124661d2e
8.7.2
2021-08-20 11:46:02 +02:00
Nico Rehwaldt
e5d6be77aa
ci: wait for published before executing post release steps
2021-08-20 09:04:07 +00:00
Maciej Barelkowski
032da0d17a
ci: automerge master to develop
...
Related to bpmn-io/fake-join#4
2021-07-07 10:34:24 +00:00
Maciej Barelkowski
886da8924f
test(modeling): add test for non-interrupting event replacement
2021-06-29 12:18:10 +00:00
Nico Rehwaldt
3d88b210cc
Merge branch 'master' into develop
2021-06-25 12:03:36 +02:00
Nico Rehwaldt
ea4b573fb6
chore(CHANGELOG): update to v8.7.1
2021-06-25 11:59:04 +02:00
Maciej Barelkowski
13d42f8c95
Merge branch 'master' into develop
2021-06-25 11:04:19 +02:00
Maciej Barelkowski
a1520ef23c
8.7.1
2021-06-25 11:02:10 +02:00
Maciej Barelkowski
5c6982017b
test(bpmn-rules): verify CallActivity can connect with MessageFlow
...
Closes #1467
2021-06-25 10:43:29 +02:00
Maciej Barelkowski
bcc5820754
deps: update bpmn-moddle to v7.1.2
2021-06-25 10:43:17 +02:00