Nico Rehwaldt
fe63cb87a4
feat(palette): integrate lane symbol
2015-08-21 17:34:41 +02:00
Nico Rehwaldt
d520574d1a
feat(modeling): wire lanes in BPMN 2.0 xml
...
Related to #316
2015-08-21 17:34:41 +02:00
pedesen
1cdce93f5b
fix(selection): select element replacements after move
...
Closes #335
2015-08-21 13:46:21 +02:00
pedesen
fed7aefabe
chore(test): add test case for issue #326
2015-08-21 11:46:50 +02:00
Nico Rehwaldt
966e3aaa34
feat(modeling): define BPMN specific ordering
...
Closes #336
2015-08-20 14:49:53 +02:00
Nico Rehwaldt
fbf82e83e5
chore(modeling/behavior): order behaviors
2015-08-19 17:24:49 +02:00
Nico Rehwaldt
5c629a9889
chore(modeling/behavior): rename Remove{->Participant}Behavior
2015-08-19 17:24:49 +02:00
Nico Rehwaldt
046f962244
fix(modeling/behavior): only replace existing connections
2015-08-19 17:24:49 +02:00
Nico Rehwaldt
bfa568dbca
chore(package): upgrade object-refs
...
This fixes a number of refs related bugs.
2015-08-19 17:24:49 +02:00
Nico Rehwaldt
e237937726
chore(modeling): update BpmnUpdater to hook into element.updateAttachment
...
BREAKING CHANGE:
* The id of the update attachment command changed from 'shape.attach' to
'element.updateAttachment'
2015-08-19 14:34:07 +02:00
Ricardo Matias
fd3afbb508
test(modeling/layout): fix test case values
...
closes #266
2015-08-19 13:52:46 +02:00
pedesen
4196ae8b00
feat(replace-preview): Add visual feedback during shape movement
...
Closes #325
2015-08-19 10:52:15 +02:00
pedesen
e1876fa3e8
chore(modeling): add non-interrupting start events to ElementFactory
2015-08-18 11:02:43 +02:00
Nico Rehwaldt
3cb1721c89
chore(modeling): rename Modeling#move{Shapes->Elements}
...
Related to bpmn-io/diagram-js#107
BREAKING CHANGE:
* Modeling#moveShapes got renamed to Modeling#moveElements
* Id of command changed from 'shapes.move' to 'elements.move'
2015-08-13 10:51:52 +02:00
Nico Rehwaldt
8e4d58b5ce
feat(assets): update bpmn-font
2015-08-12 09:50:20 +02:00
pedesen
5b0029a8fd
feat(modeling): define behavior for non-interrupting start events
...
Related to #302
2015-08-12 09:48:28 +02:00
pedesen
4af603e5be
feat(modeling): add expanded event sub processes
...
Closes #302
2015-08-12 09:47:42 +02:00
Nico Rehwaldt
4e518656c5
chore(dependencies): upgrade to karma@0.13
2015-08-11 11:31:33 +02:00
Nico Rehwaldt
d5dc43ef32
fix(util): ensure ModelUtil#is never fails
2015-08-10 15:44:30 +02:00
Nico Rehwaldt
0c8e2f6b18
chore(project): release v0.11.0
2015-08-06 12:36:32 +02:00
Nico Rehwaldt
e5f5a9840a
chore(project): update dependencies
2015-08-06 12:31:06 +02:00
Nico Rehwaldt
485f83f026
test(modeling): simplify CreateBoundaryEventBehavior tests
2015-08-06 10:58:50 +02:00
Nico Rehwaldt
ece7b7d597
feat(snapping): snap boundary events
...
This adds immediate feedback when creating and moving boundary events.
* During move, boundary events are snapped, if attachment is allowed
* Boundary events snap to their siblings and not to elements inside
the host
Closes #320
2015-08-06 10:58:50 +02:00
pedesen
8e9beeaae2
chore(test): use createKeyEvent util
...
Related to #321
2015-08-05 09:26:34 +02:00
pedesen
2c3c422e93
fix(popup-menu): the current event is hidden in the replace menu
...
Closes #322
2015-08-03 17:18:30 +02:00
pedesen
022bc9f192
chore(tests): use different fixtures for different use cases
2015-08-03 17:18:30 +02:00
pedesen
d4bcf68654
chore(replace): fix action names in replace options
2015-08-03 17:18:09 +02:00
Nico Rehwaldt
dac5bb397b
fix(modeling/rules): correct boundary rules
...
* clean up boundary related rules
* split boundary tests into separate section
* add boundary message flow tests
* fix boundary message flow behavior
Closes #319
2015-07-30 17:11:19 +02:00
pedesen
02416de290
chore(bpmn-rules): add function to check for same parent
2015-07-30 10:36:07 +02:00
Nico Rehwaldt
8e4f480868
feat(modeling/layout): improve sequence flow layouting behind Gateways
...
Closes bpmn-io/bpmn-js#227
2015-07-30 10:36:06 +02:00
Nico Rehwaldt
359e0e01f4
chore(modeling): use postExecuted when checking connection rules
2015-07-29 17:56:14 +02:00
Nico Rehwaldt
568afdd118
test(fixtures): cleanup simple.bpmn
2015-07-27 11:16:41 +02:00
pedesen
42c052f7ec
feat(replace): morph boundary events
...
Closes #293
2015-07-27 10:55:29 +02:00
GARCIA Guillaume
90376cae87
docs(project): fix broken link in SETUP.md
...
Windows setup.bat broken link because of the case
2015-07-23 16:02:57 +02:00
pedesen
0651bf39a8
feat(keyboard): add select all key binding
...
Closes #184
2015-07-23 15:46:42 +02:00
Nico Rehwaldt
7eb6d7af46
fix(draw): remove inner boundary event fill
2015-07-22 17:23:31 +02:00
Ricardo Matias
75dc681d46
feat(modeling): add boundary events behavior
...
This commit adds support for modeling boundery events.
Users may pull out the boundary events from the palette.
Closes #292
2015-07-22 17:23:31 +02:00
Nico Rehwaldt
7db96c07fd
chore(assets/font): update bpmn-font
...
This adds the transaction icon.
Related to bpmn-io/bpmn-font#6
2015-07-21 18:26:55 +02:00
pedesen
d467222025
chore(popup-menu): rename menu entry for collapsed sub process
2015-07-21 17:10:12 +02:00
Nico Rehwaldt
b9f30d77bb
test(import+export): increase timeouts
2015-07-20 17:13:47 +02:00
pedesen
363ce892c9
fix(modeling): sequence flow can be reconnected to participant
...
Closes #315
2015-07-20 16:48:44 +02:00
pedesen
8c6c920482
fix(modeling): message flow updating correctly after changing source
...
Closes #267
2015-07-20 16:48:44 +02:00
Nico Rehwaldt
3f90a77a7b
test(integration/model): replace log with actual guard
2015-07-20 16:48:14 +02:00
Nico Rehwaldt
e3faad9cda
test(import): increase timeout for complex import test
2015-07-20 16:04:58 +02:00
Ricardo Matias
acb2184087
feat(import): attach boundary events
...
* establish host <> attachers relationship
* clean up import tests (use diagrams in fixtures/bpmn/import)
closes #310
2015-07-20 15:50:31 +02:00
Nico Rehwaldt
912c384a24
chore(package): fix license expression
2015-07-20 10:54:28 +02:00
Nico Rehwaldt
f9d47d94be
chore(package): add mocha as direct dependency
...
This is required for npm@3
2015-07-20 10:54:28 +02:00
pedesen
c3e4ad3e40
test(project): replace jasmine with mocha
...
Closes #204
2015-07-15 17:42:37 +02:00
pedesen
31ea6b2f91
feat(modeling): add ad-hoc sub processes
...
Closes #271
2015-07-14 15:26:43 +02:00
pedesen
b76c1c8ded
chore(replace): add test case for bpmn containment
...
Related to bpmn-io/diagram-js#101
2015-07-13 15:20:22 +02:00