Commit Graph

1983 Commits

Author SHA1 Message Date
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
Oguz Eroglu 27fec8bdf1 fix(snapping): snap origins of docking points on create
Related to: https://github.com/camunda/camunda-modeler/issues/1612
2019-12-17 10:36:44 +00:00
Nico Rehwaldt 000d2e28a2 chore(CHANGELOG): update to v6.1.1 2019-12-16 13:28:36 +01:00
Nico Rehwaldt 93ba907b96 6.1.1 2019-12-16 11:59:10 +01:00
Nico Rehwaldt 2c47d7584d 6.1.0 2019-12-16 11:45:20 +01:00
Nico Rehwaldt 16708e98fc chore(project): bump to diagram-js@6.2.1 2019-12-16 11:41:12 +01:00
Nico Rehwaldt d6ab00783a Merge branch 'master' into develop 2019-12-16 10:55:28 +01:00
Nico Rehwaldt eb5ebfd7bc chore(CHANGELOG): update 2019-12-16 10:54:53 +01:00
Niklas Kiefer 8efb20c03e fix(context-pad): do not open replace menu if context pad not open
Related to camunda/camunda-modeler#1613
2019-12-16 09:49:37 +00:00
Nico Rehwaldt 74838b9db5 chore(CHANGELOG): update to v6.1.0 2019-12-16 10:47:34 +01:00
Nico Rehwaldt d6adc51ddd test(modeling): make move stress test runnable again 2019-12-12 23:25:39 +01:00
Philipp Fromme 477217c891 feat(copy-paste): copy error, escalation, message and signal references
* copy references when copying element
* add referenced root element if it doesn't exist
* do NOT add referenced root element if root element with same ID exists

Related to camunda/camunda-modeler#1049.
Related to camunda/camunda-modeler#1463.
2019-12-11 23:08:14 +01:00
Niklas Kiefer 3ad47af299 Merge branch 'master' into develop 2019-12-11 14:55:38 +01:00
Niklas Kiefer af9a273e26 6.0.7 2019-12-11 14:40:05 +01:00
Niklas Kiefer ddad29cf7d chore(CHANGELOG): update to v6.0.7 2019-12-11 14:37:23 +01:00
Nico Rehwaldt bb94b206a7 feat(project): provide Base{Viewer|Modeler} distributions
This allows users to use the viewer / modeler features without
inheriting our modules.

Related to #258
2019-12-11 13:28:35 +01:00
Niklas Kiefer 9f8a724e9a fix(modeling): do not crop waypoints on pasting
Related to camunda/camunda-modeler#1611
2019-12-11 11:18:54 +00:00