Nico Rehwaldt
707257e020
fix(copy-paste): emit <moddleCopy.canSetCopiedProperty> with existing property
2020-03-02 13:08:42 +00:00
Nico Rehwaldt
98bc96caac
test(Viewer): move missing diagram spec
2020-02-10 19:33:50 +01:00
Nico Rehwaldt
f5861dfade
6.3.0
2020-02-07 11:58:02 +01:00
Nico Rehwaldt
5844ede65f
chore(project): bump to diagram-js@6.4.0
...
Closes https://github.com/bpmn-io/bpmn-js/issues/1270
Closes https://github.com/bpmn-io/bpmn-js/issues/1019
Closes https://github.com/bpmn-io/bpmn-js/issues/878
2020-02-07 11:49:57 +01:00
Nico Rehwaldt
3c6b7a17ce
chore(CHANGELOG): update to v6.3.0
2020-02-07 11:17:44 +01:00
Nico Rehwaldt
89f1699bc0
Merge branch 'master' into develop
2020-02-07 10:46:52 +01:00
Niklas Kiefer
566f0eadaa
fix(import): set <isFrame> property on import
...
Closes #1278
2020-02-07 10:45:02 +01:00
Nico Rehwaldt
c1cc210434
fix(modeling): add type hint
2020-02-06 13:47:32 +01:00
Nico Rehwaldt
483a607631
test(modeling): add special space tool case
2020-02-06 13:47:32 +01:00
Nico Rehwaldt
c5402c211d
test(modeling): invert test case
2020-02-06 13:47:32 +01:00
Nico Rehwaldt
cb5098242d
test(space-tool): rewrite and improve specs
2020-02-06 13:47:32 +01:00
Nico Rehwaldt
7d8198dd71
chore(matchers): pass expected value
2020-02-06 13:47:32 +01:00
Nico Rehwaldt
e345664f6e
chore(matchers): add to.have.di* matchers
2020-02-06 13:47:32 +01:00
Philipp Fromme
50630c7aac
fix(label-behavior): do not move labels if labelBehavior=false
2020-02-06 13:47:32 +01:00
Philipp Fromme
7ee304f424
feat(space-tool): ensure minimum size when resizing shapes
2020-02-06 13:47:32 +01:00
Maciej Barelkowski
035bb0c1fd
feat(modeling): create generic ids for new elements
...
This makes sure that the semantic ID prefix reflects
the common type of all replace options.
ID prefixes for elements will match the examples:
* `bpmn:ServiceTask` => `Activity_<id_suffix>`
* `bpmn:EndEvent` => `Event_<id_suffix>`
* `bpmn:EventBasedGateway` => `Gateway_<id_suffix>`
* `bpmn:SequenceFlow` => `Flow_<id_suffix>`
Related to https://github.com/camunda/camunda-modeler/issues/1654
2020-02-06 13:43:04 +01:00
Maciej Barelkowski
0c0ebea49f
Merge branch 'master' into develop
2020-02-05 13:40:50 +01:00
Maciej Barelkowski
b9bf021bed
chore(tasks): update examples and websites on stable release only
...
Closes #1274
2020-02-05 11:26:11 +00:00
Nico Rehwaldt
54dad0e495
Merge branch 'master' into develop
2020-02-04 09:50:03 +01:00
Nico Rehwaldt
6ac75aa580
chore(tasks/update-website): do not read and write at the same time
2020-02-04 09:49:21 +01:00
Nico Rehwaldt
422746f54c
Merge branch 'master' into develop
2020-02-04 09:34:25 +01:00
Nico Rehwaldt
aa2e1be8c3
chore(tasks): simplify
2020-02-04 09:30:43 +01:00
Nico Rehwaldt
b926d281ef
chore(tasks): fetch demo with auth
2020-02-04 09:07:35 +01:00
Maciej Barelkowski
9e31327335
feat(modeling/copy-paste): copy message referenced by SendTask
...
Related to https://github.com/camunda/camunda-modeler/issues/1637
2020-01-31 10:10:01 +00:00
Maciej Barelkowski
dcc6d1ca94
feat(modeling/copy-paste): copy message referenced by ReceiveTask
...
Related to https://github.com/camunda/camunda-modeler/issues/1637
2020-01-31 10:10:01 +00:00
Maciej Barelkowski
dc5a566e10
fix(modeling/copy-paste): copy referenced message if not present
...
Related to https://github.com/camunda/camunda-modeler/issues/1639
2020-01-31 06:36:23 +00:00
Nico Rehwaldt
4bafbe5d8b
chore(project): automatically update website with every release
2020-01-22 15:41:31 +01:00
Nico Rehwaldt
df4ece2978
chore(tasks): drop outdated hints
2020-01-22 14:46:14 +01:00
Nico Rehwaldt
1fe1dfbd59
chore(project): automatically update demo with every release
2020-01-22 14:32:11 +01:00
Nico Rehwaldt
98397ac172
6.2.1
2020-01-22 14:18:43 +01:00
Nico Rehwaldt
d6c5e99b0f
chore(CHANGELOG): update to v6.2.1
2020-01-22 14:15:17 +01:00
Nico Rehwaldt
8ca23b01f2
chore(project): bump to bpmn-moddle@6.0.2
2020-01-22 14:13:29 +01:00
Nico Rehwaldt
2c8a473388
6.2.0
2020-01-20 20:58:04 +01:00
Nico Rehwaldt
45a9fe9647
chore(CHANGELOG): update
2020-01-20 20:53:46 +01:00
Nico Rehwaldt
b3d4f9cea8
chore(CHANGELOG): update to v6.2.0
2020-01-20 20:51:43 +01:00
Nico Rehwaldt
3b2e761402
chore(project): bump to diagram-js@6.3.0
2020-01-20 20:51:19 +01:00
Nico Rehwaldt
191fd74ef3
chore(project): update to bpmn-moddle@6.0.1
2020-01-17 20:03:40 +01:00
Nico Rehwaldt
82a250b014
fix(modeling): keep non-duplicate outgoing connection when dropping on flow
...
Closes https://github.com/bpmn-io/bpmn-js/issues/1263
2020-01-15 14:29:10 +00:00
Nico Rehwaldt
cbbab12e21
test(replace): verify reconnect behavior on replace with different bounds
...
This ensures that we leave no dangling incoming / outgoing message flows
after replacing an expanded pool with a collapsed one.
2020-01-15 08:19:30 +00:00
Nico Rehwaldt
e2667eeef5
6.1.2
2020-01-09 21:35:19 +01:00
Nico Rehwaldt
1cc74ec038
chore(CHANGELOG): update
2020-01-09 21:30:44 +01:00
Nico Rehwaldt
2948004302
chore(project): patch bump dependencies
2020-01-09 21:07:46 +01:00
Nico Rehwaldt
5688127fe5
chore(project): bump diagram-js version
2020-01-09 20:55:26 +01:00
Nico Rehwaldt
ba28c83938
chore(CHANGELOG): update
2020-01-09 16:55:26 +01:00
Nico Rehwaldt
14eeba897d
Merge branch 'master' into develop
2020-01-09 16:54:06 +01:00
Nico Rehwaldt
1b5d633688
chore(CHANGELOG): update to v6.1.2
2020-01-09 16:53:46 +01:00
nov rain
5a1b7f7117
feat(context-pad): Translate append ReceiveTask action title
2020-01-03 09:18:08 +00:00
Nico Rehwaldt
4a675b3780
fix(rules): allow associations where data associations are allowed, too
...
Related to https://github.com/camunda/camunda-modeler/issues/1635
2020-01-02 09:23:14 +00:00
Nico Rehwaldt
31b813097b
test(modeling): verify moving associations
2020-01-02 09:23:14 +00:00
Maciej Barelkowski
b2179bd489
test(snapping): simplify test case
2019-12-17 10:36:44 +00:00