Nico Rehwaldt
4339002b09
chore(tests): speedup moveToOrigin tests
2016-08-22 17:04:28 +02:00
Ricardo Matias
18d31a7bc1
feat(editor-actions): add moving all elements to the origin
...
Related to camunda/camunda-modeler#362
2016-08-22 16:37:35 +02:00
Ricardo Matias
810a107262
feat(context-pad): open the replace menu after creating a shape
...
Closes camunda/camunda-modeler#327
2016-08-19 16:36:14 +02:00
hoferch91
13a9d24e84
fix(replace-menu): a compensation handler can also be a call-activity
...
closes #603
2016-08-16 16:02:38 +02:00
Philipp Fromme
681869fb44
fix(bpmn-ordering-provider): handle external labels seperately
...
closes #606
2016-08-16 14:56:52 +02:00
Philipp Fromme
14ae66e5bb
fix(distribute-elements): exclude boundary events from distrubution
...
closes #605
2016-08-15 15:33:25 +02:00
Philipp Fromme
91cfcd9bac
fix(modeling): handle float bendpoints in label behavior
...
* silently round all values when doing circle-line intersection
closes #602
2016-08-10 13:14:56 +02:00
hoferch91
226a0d76ed
feat(replace): properly collapse / expand SubProcess(es)
...
* correctly toggle collapse / expand state
* update children visibility
Closes #575
Closes #510
review(collapse-expand)
2016-08-09 11:33:59 +02:00
Philipp Fromme
4714a7279d
fix(replace-menu-provider): fix property name
...
* fix property name in order to ensure correct behavior
* adjust unit tests in order to ensure correct assertions
closes #571
2016-08-08 13:52:21 +02:00
Philipp Fromme
7ad344cfc5
fix(auto-resize): validate diagram-js auto resize fix
...
related to #593
2016-08-08 12:02:49 +02:00
Ricardo Matias
0f4dbb32bd
feat(preview-support): decouple the shared preview logic
2016-08-08 11:26:20 +02:00
Philipp Fromme
73487358a9
feat(replace-preview): rename moveVisuals to movePreview
...
related to bpmn-io/diagram-js#182 and bpmn-io/diagram-js#184
2016-08-08 11:23:49 +02:00
Nico Rehwaldt
39ff8dc780
chore(project): release v0.16.2
2016-07-26 10:54:36 +02:00
Nico Rehwaldt
6ae4c3d0c3
test(import): verify duplicate id behavior
2016-07-26 10:53:45 +02:00
Nico Rehwaldt
1531b32e90
test(import): assign unique ids
2016-07-26 10:32:54 +02:00
Nico Rehwaldt
ff2443a6a9
chore(project): bump bpmn-moddle dep
2016-07-26 10:18:57 +02:00
Nico Rehwaldt
2352843783
chore(project): release v0.16.1
2016-07-18 13:03:11 +02:00
Nico Rehwaldt
cc5e1d1d63
chore(project): bump diagram-js version
2016-07-18 13:03:04 +02:00
Philipp Fromme
7fdd9bc611
fix(snapping): snap sequence flows mid -> mid
...
With the latest version of bpmn-js it is possible to draw point
top point connections between elements.
This restores the mid -> mid connection snapping for sequence flows.
Closes #588
2016-07-18 12:59:06 +02:00
pedesen
28f7145b32
chore(draw): use lines insted of curves to render escalation events
...
Closes #592
2016-07-18 11:19:46 +02:00
Jan Stümmel
b881ca8086
fix(modeling): handle non-integer waypoints in LabelBehavior
...
* verify space tool / label layouting behavior
Closes #590
2016-07-14 08:54:45 +02:00
Jan Stümmel
6c77e23692
fix(modeling): do not layout hidden labels
...
closes #587
2016-07-05 17:19:13 +02:00
Nico Rehwaldt
cc431605b3
chore(package): add distro script
2016-07-05 14:35:08 +02:00
Nico Rehwaldt
fb30339c00
chore(project): release v0.16.0
2016-07-05 13:49:02 +02:00
Nico Rehwaldt
5eff3b3c4c
chore(project): bump diagram-js dep
2016-07-05 13:26:22 +02:00
Jan Stümmel
fd198b6059
feat(modeling): move labels with connections
...
* move on segment dragging
* move on reconnect
* move on bendpoint add / remove
Closes #331
2016-07-05 12:01:08 +02:00
Philipp Fromme
713021ecff
fix(outline): added test case for outline after element replace
...
Closes #579
2016-07-05 11:06:54 +02:00
Nico Rehwaldt
d1ed126e69
chore(project): bump diagram-js version
2016-07-05 08:27:35 +02:00
Nico Rehwaldt
83f0343512
test(modeling): verify correct connection parent on move
...
Related to #525
2016-07-05 08:23:51 +02:00
Nico Rehwaldt
8a483284de
chore(tests): rename fixture
2016-07-05 08:15:17 +02:00
Nico Rehwaldt
b1b0fa0266
docs(README): link CONTRIBUTING
2016-07-04 14:38:51 +02:00
Adam Brengesjö
91dd1b696c
fix(replace):ComplexGateway can have default sequence flows
...
The BPMN 2.0 specification[1] states "a Sequence Flow that has an
Exclusive, Inclusive or Complex Gateway or an Activity as its source
can also be defined with as default."
This commit will honor that statement by allowing sequence flows from
Complex Gateway to be defined as default.
[1] = http://www.omg.org/spec/BPMN/2.0/
2016-06-30 14:43:29 +02:00
Nico Rehwaldt
a48e5615f1
chore(project): bump diagram-js version
2016-06-29 10:40:04 +02:00
Nico Rehwaldt
ea47cdea30
test(modeler): add complex diagram test (skipped)
2016-06-27 14:14:07 +02:00
Nico Rehwaldt
df54005cfa
feat(modeling): repair broken connection dockings on import
...
Closes #479
2016-06-27 00:32:17 +02:00
Nico Rehwaldt
f5f05ac011
chore(layouting): account for connection(Start|End) hints
...
Related to bpmn-io/diagram-js#167
2016-06-27 00:32:16 +02:00
Nico Rehwaldt
d87cbc3b79
chore(test/helper): cleanup old bpmn-js
...
This speeds up the test suite runs, now as the
suite gets larger.
2016-06-27 00:32:16 +02:00
Nico Rehwaldt
1743c63d91
style(snapping): use constant instead of magic number
2016-06-22 18:15:20 +02:00
Nico Rehwaldt
9c236b0d9e
test(snapping): verify participant snapping on create
2016-06-22 17:04:42 +02:00
Nico Rehwaldt
c4735ffe9b
chore(test): correct fixture labels
2016-06-22 15:52:50 +02:00
Nico Rehwaldt
db53608b3d
feat(connect): support point to point connection
...
Closes #578
2016-06-22 15:52:50 +02:00
Nico Rehwaldt
4fa6827f8c
test(integration): correctly instantiate CustomElementFactory
2016-06-22 15:52:50 +02:00
Nico Rehwaldt
fcf2bbd9aa
feat(modeling/layout): improve MessageFlow layout on SubProcesses
...
Related to #574
2016-06-22 15:52:31 +02:00
Ricardo Matias
6549af7aca
feat(modeling/layout): improve message flow layout on Participants
...
Closes #574
2016-06-22 15:52:06 +02:00
Nico Rehwaldt
e99214bb6a
chore(editor-actions): factor out into own component
...
Related to bpmn-io/diagram-js#177
2016-06-21 15:29:03 +02:00
Ricardo Matias
224fa6da61
feat(align-elements): elements can be aligned
...
Related to bpmn-io/bpmn-js#177
2016-06-21 15:29:03 +02:00
Philipp Fromme
e157f1c82f
fix(bpmn-updater): keep conditions on element replace
...
Closes camunda/camunda-modeler#318
2016-06-21 14:01:41 +02:00
Ricardo Matias
b43cff1ec2
feat(copy-paste): copy Event Sub Process / Non-Interrupting Boundary
...
Closes #556 , #555
2016-06-21 13:39:37 +02:00
Philipp Fromme
1b17d45260
fix(replace-menu): add sub process to event sub process replace menu
...
Closes camunda/camunda-modeler#310
2016-06-16 15:18:51 +02:00
pedesen
e3144f8ad7
chore(auto-resize): migrate to diagram-js infrastucture
...
Closes #569
2016-06-15 20:32:40 +02:00