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
pedesen
367eeb80c7
feat(popup-menu): undo and redo toggling markers is reflected in the popup menu
...
Closes #308
2015-07-07 14:42:27 +02:00
Ricardo Matias
9a79330d5b
fix(attaching): correct api changes from diagram-js
2015-07-03 16:00:41 +02:00
pedesen
88f91d342b
feat(replace): model collapsed subprocesses using the replace menu
...
Closes #303
2015-07-03 15:54:36 +02:00
pedesen
af991e89e9
feat(BpmnReplace): morphing between expanded sub processes and transactions
...
Closes #223
2015-06-26 15:36:33 +02:00
pedesen
af5354e337
feat(popup-menu): add toggle buttons for loop and MI markers
...
Closes #275
2015-06-26 14:13:35 +02:00
pedesen
6da0d166e3
feat(popup-menu): allow morphing a task into a call activity
...
Closes #304
2015-06-23 17:24:13 +02:00
Nico Rehwaldt
71a5c2e1ed
fix(modeling): correctly update extension attributes
...
Closes #301
2015-06-22 14:35:30 +02:00
Nico Rehwaldt
d05f2ecf77
chore(bpmn-font): update with new activity markers
...
Related to bpmn-io/bpmn-font#5
2015-06-18 11:18:50 +02:00
Nico Rehwaldt
77c5cea43a
chore(package): adjust author name
2015-06-17 12:03:48 +02:00
Nico Rehwaldt
ae962de925
fix(palette): add required modules
...
This adds space-tool and lasso-tool as required modules to the BPMN
palette. That in term ensures that users can simply reuse the palette
without further configuration.
2015-06-17 12:03:37 +02:00
pedesen
402e898e91
chore(bpmn-replace): use new popup menu api
...
related to #294
2015-06-11 15:21:21 +02:00
Nico Rehwaldt
a04d03da44
chore(snapping): add tests + adjust min participant size
...
Related to #299
2015-06-10 15:58:52 +02:00
Nico Rehwaldt
a679b8ea31
fix(package): correct license field
...
Old syntax is deprecated in favor of SPDX.
2015-06-09 11:39:52 +02:00
Nico Rehwaldt
749120c4e9
fix(modeling): allow only bpmn:FlowNode(s) to be dropped on flow
...
Closes #297
2015-06-09 11:04:05 +02:00
Ricardo Matias
0a08433249
chore(dependency): add karma's safari launcher
2015-06-08 09:16:14 +02:00
pedesen
db6cd21205
test(replace-menu): refactor and fix positioning test case
...
relates to bpmn-io/diagram-js#88
2015-06-04 16:40:01 +02:00
Nico Rehwaldt
19673a340c
test(snapping): add participant snapping test case
...
Related to #290
2015-06-03 17:48:40 +02:00
Ricardo Matias
cced954f37
fix(snapping): add participant specific min resize bounds
...
closes #290
2015-06-03 17:47:58 +02:00
Nico Rehwaldt
084d831d9e
feat(modeling): add generic create-on-flow
...
Closes #232
2015-06-02 14:22:58 +02:00
pedesen
58f5965335
feat(modeling): drop new intermediateThrowEvents on sequenceFlows
...
Related to #232
2015-05-28 17:47:50 +02:00
Nico Rehwaldt
247594dbbf
fix(keyboard): use correct lasso key
2015-05-26 14:06:16 +02:00
Ricardo Matias
b212dae211
chore(gitignore): add .DS_Store
2015-05-19 09:18:55 +02:00
Nico Rehwaldt
8973434552
chore(project): release v0.10.3
2015-05-18 16:39:15 +02:00
Nico Rehwaldt
0ff1e4a3b5
chore(project): upgrade dependencies
2015-05-18 16:36:03 +02:00
Ricardo Matias
437a28b953
fix(replace): refactor the test case for replace menu positioning
2015-05-15 11:11:19 +02:00
Mohsen Hariri
206457e764
fix(context-pad): fix context pad positioning in special case
...
context pad was misplaced when the canvas is placed with a left offset within the parent
2015-05-15 11:11:19 +02:00
Nico Rehwaldt
9b88fceb28
chore(project): release v0.10.2
2015-05-13 12:13:58 +02:00