1792 Commits

Author SHA1 Message Date
Philipp Fromme
a85f0da6da WIP 2020-06-17 10:11:59 +02:00
Philipp Fromme
f1170e9c23 WIP 2019-12-13 09:59:57 +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 v6.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
Nico Rehwaldt
a5e452b1d2 6.0.6 v6.0.6 2019-12-11 12:10:18 +01:00
Nico Rehwaldt
babf01c901 chore(CHANGELOG): update to v6.0.6 2019-12-11 12:07:23 +01:00
Nico Rehwaldt
74411387a4 test(project): update test diagrams (namespace only) 2019-12-11 10:52:43 +00:00
Nico Rehwaldt
b4b5d1d139 fix(modeling): correct creation of nested lanes
With diagram-js@5 we've introduced the CreateBehavior that ensures
elements are not created on top of lanes but always on top of the actual
participant.

Unfortunately we forgot about the fact that lanes are created once in a
while, too.

This commit accounts for this fact and ensures we do not adjust the
parent of to-be-created lanes.

(A test cases for splitting nested lanes did not exist until now).

Closes #1254
Closes #1253
2019-12-11 10:52:43 +00:00
Nico Rehwaldt
c8eedf959f test(project): verify flowNodeRefs updating 2019-12-11 10:52:43 +00:00
Nico Rehwaldt
8af3986332 chore(project): bump to diagram-js@6.1.0 2019-12-10 16:52:49 +01:00
Nico Rehwaldt
4d9a9f7252 chore(project): rename test bundles 2019-12-10 15:58:47 +01:00
Nico Rehwaldt
557ba17d0a Merge branch 'master' into develop 2019-12-09 23:43:15 +01:00
Nico Rehwaldt
ccc9158ec8 6.0.5 v6.0.5 2019-12-09 23:41:19 +01:00
Nico Rehwaldt
c554fe498c chore(CHANGELOG): update to v6.0.5 2019-12-09 23:37:59 +01:00
Philipp Fromme
448a8250ab Merge branch 'master' into develop 2019-12-09 12:54:24 +01:00
Nico Rehwaldt
1b576cda17 test(project): make sinon an allowed global 2019-12-09 12:52:35 +01:00
Nico Rehwaldt
a66e9a5c8d test(copy-paste): assert elements.changed behavior 2019-12-09 12:52:35 +01:00
Nico Rehwaldt
a1be2ea631 test(project): register BpmnJS in integration tests 2019-12-09 08:32:04 +00:00
Nico Rehwaldt
991ab38c3d feat(test): expose BpmnJS set and clear utilities 2019-12-09 08:32:04 +00:00
Nico Rehwaldt
4455c3fc35 fix(modeling/behavior): hook UpdateFlowNodeRefs behavior in on elements.create 2019-12-06 15:24:54 +00:00
Nico Rehwaldt
d769e6ddb0 fix(grid-snapping): do not update waypoints on multiple create
Related to https://github.com/camunda/camunda-modeler/issues/1617
2019-12-06 15:24:54 +00:00
Nico Rehwaldt
a86b1476dd Merge branch 'master' into develop 2019-12-01 14:01:44 +01:00
Philipp Fromme
b2b607f558 fix(adaptive-label-positioning): do not adjust on paste
Related to camunda/camunda-modeler#1617
2019-11-29 20:38:16 +00:00
Nico Rehwaldt
5cb267c742 chore(project): rework issue templates
* Disable creation of blank issues
* Add generic task template
* Add link to community forum
* Simplify and unify existing templates
* Add basic labels where applicable
2019-11-29 18:15:01 +01:00
Nico Rehwaldt
c7d1fd8177 chore(CHANGELOG): update 2019-11-25 20:09:45 +01:00
Nico Rehwaldt
c7a34c9872 chore(CHANGELOG): update 2019-11-25 20:00:34 +01:00
Nico Rehwaldt
29cb798a67 6.0.4 v6.0.4 2019-11-25 19:54:21 +01:00
Nico Rehwaldt
29f9c9f167 chore(CHANGELOG): update to v6.0.4 2019-11-25 19:50:12 +01:00
Nico Rehwaldt
748674fb35 fix(modeling): correctly fix hover on cleanup, too
Related to #1599
2019-11-25 17:42:58 +00:00
Nico Rehwaldt
e951d1dafd 6.0.3 v6.0.3 2019-11-25 18:16:01 +01:00
Nico Rehwaldt
0f5b14aeaf chore(CHANGELOG): update to v6.0.3 2019-11-25 18:12:46 +01:00
Nico Rehwaldt
b38d9ffd1b chore(project): bump to diagram-js@6.0.2 2019-11-25 18:11:27 +01:00
Nico Rehwaldt
6527e7d116 fix(draw): render colored BPMN group elements
Related to https://github.com/camunda/camunda-modeler/issues/1598
2019-11-25 14:44:43 +00:00
Nico Rehwaldt
be8cdd2d66 6.0.2 v6.0.2 2019-11-22 15:31:09 +01:00
Nico Rehwaldt
ab8c825b7f chore(CHANGELOG): update to v6.0.2 2019-11-22 15:20:39 +01:00
Nico Rehwaldt
18b307edf3 chore(project): bump diagram-js-direct-editing dependency 2019-11-22 15:19:37 +01:00
Philipp Fromme
0c8c6585da 6.0.1 v6.0.1 2019-11-22 08:47:46 +01:00
Philipp Fromme
3c3c179254 chore(CHANGELOG): update 2019-11-22 08:43:38 +01:00
Philipp Fromme
b55572d312 chore(project): bump diagram-js dependency to 6.0.1 2019-11-22 08:42:19 +01:00
Philipp Fromme
4d87041531 6.0.0 v6.0.0 2019-11-21 16:20:47 +01:00
Philipp Fromme
73c6e89d48 chore(CHANGELOG): update 2019-11-21 16:10:53 +01:00
Philipp Fromme
de881840d5 chore(project): bump to diagram-js@6.0.0 2019-11-21 16:10:53 +01:00
Philipp Fromme
c8559cd4d9 chore(element-factory): fix test description 2019-11-20 15:53:53 +01:00
Philipp Fromme
8722b6e3c2 fix(element-factory): use BPMN factory to ensure IDs
Closes #1162
2019-11-20 14:41:09 +00:00
Nico Rehwaldt
37ac1abf3f fix(project): correct wiredeps not equals comparison 2019-11-20 09:21:29 +00:00