Oguz Eroglu
86c61b0c0d
fix(snapping): snap to task mid
...
Related to https://github.com/camunda/camunda-modeler/issues/1436
2019-09-11 16:56:40 +02:00
Nico Rehwaldt
c01e64a16d
5.0.4
2019-08-29 15:08:56 +02:00
Nico Rehwaldt
ac7afe82f8
chore(CHANGELOG): update to v5.0.4
2019-08-29 12:47:53 +00:00
Philipp Fromme
e1d8a67527
fix(drop-on-flow-behavior): handle shape created with bounds
...
* take into account that shapes can be created with position OR bounds
Fixes #1178
2019-08-29 12:47:53 +00:00
Nico Rehwaldt
c9e9f002c9
5.0.3
2019-08-22 14:04:20 +02:00
Nico Rehwaldt
1a5cadf077
chore(project): bump diagram-js version
2019-08-22 14:02:19 +02:00
Nico Rehwaldt
065dd21eb8
chore(CHANGELOG): update to v5.0.3
2019-08-22 14:01:12 +02:00
Nico Rehwaldt
74a6b91bc9
Merge branch 'master' into develop
2019-08-22 14:00:31 +02:00
Maciej Barelkowski
c8c182ca84
chore(project): remove coverage directory from the package
2019-08-22 13:55:30 +02:00
Niklas Kiefer
54fd46a370
5.0.2
2019-08-21 16:15:54 +02:00
Niklas Kiefer
61c0b58a16
chore(CHANGELOG): update to v5.0.2
2019-08-21 16:12:33 +02:00
Niklas Kiefer
b400ad7aea
chore(project): bump to diagram-js@5.0.1
2019-08-21 16:10:10 +02:00
Nico Rehwaldt
70e8da3b9d
Merge branch 'master' into develop
2019-08-21 09:53:30 +02:00
Philipp Fromme
6aaf816802
fix(bpmn-layouter): get preferred layout from orientation
...
Requires https://github.com/bpmn-io/diagram-js/pull/401
Closes #1121
2019-08-21 06:58:15 +00:00
Maciej Barelkowski
33156e43be
chore(project): fix linting errors
2019-08-19 14:27:33 +00:00
Maciej Barelkowski
7d08b98c0f
chore(project): update eslint-plugin-bpmn-io
2019-08-19 14:27:33 +00:00
Nico Rehwaldt
4cda939b4d
5.0.1
2019-08-19 10:22:55 +02:00
Nico Rehwaldt
3324efeb3f
chore(CHANGELOG): update
2019-08-19 10:20:27 +02:00
Niklas Kiefer
5a7d579d3a
fix(import): handle data associations on boundary import
...
Closes #1170
2019-08-19 08:19:04 +00:00
Maciej Barelkowski
f4826b6039
5.0.0
2019-08-13 15:54:42 +02:00
Maciej Barelkowski
a9c65a9c3f
chore(project): update diagram-js to 5.0.0
2019-08-13 15:51:12 +02:00
Nico Rehwaldt
cfb52d39e5
chore(CHANGELOG): update
2019-08-13 15:26:51 +02:00
Nico Rehwaldt
249e58435c
Merge branch 'master' into develop
2019-08-13 15:25:17 +02:00
Nico Rehwaldt
e2fb13dc94
chore(CHANGELOG): update to v5.0.0
2019-08-13 15:19:48 +02:00
Nico Rehwaldt
b2e3546f9d
5.0.0-beta.4
2019-08-13 14:35:16 +02:00
Nico Rehwaldt
1b68b8f87b
chore(project): update to diagram-js@5.0.0-beta.3
...
Closes https://github.com/bpmn-io/bpmn-js/issues/1165
2019-08-13 14:31:55 +02:00
Nico Rehwaldt
6035f2ec22
chore(copy-paste): use #has util for hasOwnProperty check
2019-08-13 13:37:09 +02:00
Maciej Barelkowski
6ed51fc036
fix(rules): allow to create attachments
...
Related to https://github.com/camunda/camunda-modeler/issues/1462
2019-08-13 08:40:37 +00:00
Maciej Barelkowski
2776cd8958
chore(project): update min-dash
2019-08-13 08:40:37 +00:00
Maciej Barelkowski
9152288091
5.0.0-beta.3
2019-08-13 09:46:38 +02:00
Niklas Kiefer
715d2cca2e
fix(label-editing): prevent direct editing after create
...
Closes #1164
2019-08-13 06:20:34 +00:00
Maciej Barelkowski
bf180321a3
fix(modeling): repair event based gateway target pasting
...
The incoming connections of an event based gateway
target should not be removed when pasting.
Closes #1163
2019-08-12 12:16:45 +00:00
Nico Rehwaldt
2da78343c3
5.0.0-beta.2
2019-08-09 20:34:27 +02:00
Nico Rehwaldt
c7e75f2e18
chore(project): bump to diagram-js@5.0.0-beta.2
2019-08-09 20:30:48 +02:00
Philipp Fromme
891e0e044d
test(grid-snapping): verify start event mid snapping
...
Closes #1158
2019-08-09 20:30:48 +02:00
Nico Rehwaldt
9320cc11df
5.0.0-beta.1
2019-08-09 14:58:29 +02:00
Nico Rehwaldt
1ac46fc028
chore(project): update to diagram-js@5.0.0-beta.1
2019-08-09 14:56:17 +02:00
Niklas Kiefer
1470d043ba
feat(palette): select start event when creating sub process
...
* use autoSelect hint to only select start event after create
Related to #1152
2019-08-09 12:40:22 +00:00
Maciej Barelkowski
90ba2971a1
chore(project): update diagram-js-direct-editing
2019-08-09 14:14:14 +02:00
Philipp Fromme
969472ec9f
fix(rules): always allow copying labels
...
* basic copy rules are implemented in diagram-js CopyPaste e.g. labels can only be copied when their label target is copied
Closes #1153
2019-08-08 09:33:02 +00:00
Philipp Fromme
d6b8acc715
fix(copy-paste): copy name property
...
Closes #921
2019-08-08 07:50:23 +00:00
Nico Rehwaldt
2dd483b950
chore(project): simplify bug report template
2019-08-08 08:46:10 +02:00
Nico Rehwaldt
32f0a000d0
docs(CHANGELOG): update
2019-08-07 19:25:13 +02:00
Nico Rehwaldt
0888258c2a
5.0.0-beta.0
2019-08-07 18:11:37 +02:00
Philipp Fromme
e85e2ae3f9
chore(CHANGELOG): update
2019-08-07 18:07:28 +02:00
Nico Rehwaldt
9b2c2c676c
chore(project): update dev dependencies
...
Fix audit warnings.
2019-08-07 16:03:55 +00:00
Nico Rehwaldt
000ca9a0cc
chore(project): bump to diagram-js@5.0.0-beta.0
2019-08-07 16:03:55 +00:00
Philipp Fromme
194b963959
chore(copy-paste): rework and base upon diagram-js@5
...
* use <copyPaste.canCopyProperty> event to copy category value when copying group
* add camunda-bpmn-moddle for integration tests
BREAKING CHANGES
* CopyPaste: remove <property.clone>, add <moddleCopy.canCopyProperties>, <moddleCopy.canCopyProperty>, <moddleCopy.canSetCopiedProperty>
* BpmnRules: removed <elements.paste> rule in favor of <elements.create> rule
* BpmnRules: removed <element.paste> rule
* ElementFactory: use <attrs.di> property instead of <attrs.colors> for fill and stroke when creating element through ElementFactory#createBpmnElement
2019-08-07 16:03:55 +00:00
Philipp Fromme
14bf3a32ee
feat(create): create multiple elements
...
* add <elements.create> rule for creating multiple elements
* handle creating multiple elements in CreateParticipantBehavior
* create sub process with start event through palette
2019-08-07 16:03:55 +00:00
Niklas Kiefer
c5326859b4
fix(palette): add translation support for group entry
...
Closes #1146
2019-08-07 15:23:48 +00:00