Nico Rehwaldt
a9d8ea7a20
fix(draw): correct compensation look and feel
2016-01-25 16:02:58 +01:00
Nico Rehwaldt
2e4b97d4ce
feat(draw): render association start/end markers
...
Closes #454
2016-01-25 16:02:52 +01:00
Nico Rehwaldt
305b59e1f3
fix(replace): allow morphing SubProcess -> EventSubProcess
...
Closes #451
2016-01-20 11:22:16 +01:00
pedesen
f6d13ef0a1
chore(font): update font
...
This update includes the new hand tool icon
and reworked data item icons.
Related to #446
2016-01-18 14:36:49 +01:00
Nico Rehwaldt
a1479669d4
feat(Viewer+Modeler): add powered by lightbox
...
Instead of directly redirecting to the project website
the project logo will now open a lightbox, stating the
powered by and allowing the user visit the project
site as part of an informed decision.
Closes #445
2016-01-12 08:56:24 +01:00
Nico Rehwaldt
22686f7614
fix(Viewer): allow canvas configuration
...
Closes #444
2016-01-08 14:42:09 +01:00
pedesen
ac910a9082
chore(test): rename diagrams
2016-01-08 12:57:38 +01:00
Ricardo Matias
694d52d6bb
fix(ReplaceMenuProvider): handle condition/default when morphing flows
...
* Remove conditionExpression when morphing to default flow
* Remove default property when morphing to conditional flow
Closes #441 , closes #442
2016-01-08 12:01:01 +01:00
pedesen
0c6c26ef4d
chore(test): refactor replace action trigger
2016-01-07 16:29:30 +01:00
Ricardo Matias
0feebe0b0c
feat(DefaultFlows): allow default flows going out of tasks
...
Closes #425
2016-01-07 16:29:30 +01:00
Nico Rehwaldt
54881308c8
chore(project): update license
...
Related to bpmn-io/bpmn.io#16
2016-01-07 15:52:40 +01:00
Ricardo Matias
b233e7f6ed
feat(context-pad): pass mouse position to the popup menu
...
Closes #414
2016-01-06 18:22:12 +01:00
Nico Rehwaldt
348a0b2d99
test(context-pad): cleanup provider test case
2016-01-06 17:36:28 +01:00
Nico Rehwaldt
bab00633ad
test(context-pad): verify wrench only shows if replace entries exist
...
Related to #428
2016-01-06 16:37:17 +01:00
pedesen
f619a06cae
chore(test): adjust test cases to fit popup menu provider concept
...
Related to #426
2016-01-06 16:37:17 +01:00
pedesen
eb7b5d7bb4
chore(replace): separate popup menu from replace logic
...
This commit makes use of the provider concept introduced
in diagram-js. The replace menu entries are now created
in the replace menu provider. This separates BpmnReplace
from the entry creation in the popup menu.
Closes #428
2016-01-06 16:37:17 +01:00
Adam Brengesjö
93d4bade22
feat(replace): let rules disallow replacement operations
2016-01-06 16:37:17 +01:00
Nico Rehwaldt
9ac0a9a957
fix(modeling): correctly populate DataInputAssociation#targetRef
...
Closes #431
2016-01-06 11:57:52 +01:00
Nico Rehwaldt
f89fd529de
fix(ordering): correctly attach boundary element in front of task
...
The way we create labels during import (right after the respective
element) interfered with the ordering during boundary attach.
This commit fixes the behavior.
Closes #437
2016-01-04 16:10:55 +01:00
Ricardo Matias
d344e679fd
fix(BpmnLabelSupport): fix hidden property assignment
...
Closes #401
2016-01-04 15:19:08 +01:00
hoferch
35564d1bea
fix(draw): add plus sign (+) to call activities
...
Closes #403
2016-01-04 15:11:38 +01:00
Nico Rehwaldt
a046b14d6f
feat(modeling): allow passing shapes to modeling#updateProperties
...
Closes #430
2015-12-08 15:18:13 +01:00
Nico Rehwaldt
65c94ea9ac
feat(import): pass definitions during import.start event
2015-12-08 15:18:13 +01:00
Nico Rehwaldt
15dd0b006d
style(test): replace tabs with spaces
2015-12-08 15:18:13 +01:00
David Luis Wiegandt
6e2ec62b00
feat(Viewer): indicate empty model through an error
...
Fail import with an error message if the XML does not contain
a valid diagram.
Closes #417
2015-12-08 15:18:13 +01:00
Nico Rehwaldt
e00197d67a
chore(tests): migrate to (.not).exist matcher
...
Migrate parts of our test suite that rely on legacy
`.to.be.(un)defined` matchers to Chai's `.to(.not).exist`.
Closes #423
Closes #422
2015-12-03 13:08:56 +01:00
Adam Brengesjö
9322a6a1e6
feat(context-pad): show delete only if allowed by rules
...
Related to bpmn-io/diagram-js#131
2015-12-02 15:56:09 +01:00
Nico Rehwaldt
eb75fda7e0
docs(README): link seed project + standalone pre-packaged files
2015-11-30 16:50:13 +01:00
Nico Rehwaldt
283ddae6d3
fix(modeling/cmd): do not fail updating non-changed id
...
Closes #420
2015-11-25 21:53:02 +01:00
Nico Rehwaldt
9cd5f58ee4
chore(project): release v0.12.1
2015-11-19 14:34:32 +01:00
Nico Rehwaldt
40d0580c82
chore(project): up dependency versions
2015-11-19 14:05:12 +01:00
pedesen
acb3716716
fix(replace): properly set parent of event definitions
...
Related to bpmn-io/bpmn-js-properties-panel#82
2015-11-19 13:28:39 +01:00
Nico Rehwaldt
a0d4b7807c
chore(project): migrate to bpmn-icon prefixed font
...
Related to bpmn-io/bpmn-font#12
2015-11-16 15:28:21 +01:00
pedesen
80d1969274
fix(replace): change escalation event from catching to throwing
...
Closes #411
2015-11-16 13:29:07 +01:00
Adam Brengesjö
0a33d7c2b4
fix(replace): do NOT show current sequence flow type for OR-gateways
...
Closes #410
2015-11-12 17:22:25 +01:00
Ricardo Matias
a6b76d7fc3
revert(Modeling): change back 'createTemplate' to 'createDiagram'
2015-11-11 11:31:58 +01:00
Ricardo Matias
4e79d16c90
feat(Modeler): rename createDiagram to createTemplate
...
This will allow us to have the same interface on dmn-js
BREAKING CHANGE:
* Modeler.createDiagram is renamed to Modeler.createTemplate
2015-11-06 11:33:31 +01:00
pedesen
b17d63e883
chore(project): release v0.12.0
2015-10-23 14:35:52 +02:00
pedesen
983b86086f
chore(project): update dependencies
2015-10-23 14:32:12 +02:00
Nico Rehwaldt
2c3767a0e7
test(snapping): fix BpmnSnappingUtil tests
2015-10-23 11:35:41 +02:00
Nico Rehwaldt
4ea70a05de
fix(snapping): remove prev/next resize constraints for unbalanced resize
2015-10-22 20:35:34 +02:00
Nico Rehwaldt
de35cdc6a0
chore(modeling): switch to primary modifier for lane expanding
2015-10-22 20:28:08 +02:00
pedesen
8704d5d5a0
fix(auto-resize): expand non-primary parents in multi select move
...
Closes #397
2015-10-22 18:20:35 +02:00
Ricardo Matias
4930fd72d4
fix(viewer): add priority and context arguments to events
...
Closes #393
2015-10-22 14:08:45 +02:00
Nico Rehwaldt
b21fb7cec3
chore(tests): allow canvas options to be provided
2015-10-22 08:43:05 +02:00
Nico Rehwaldt
5b2308df32
chore(project): bump bpmn-moddle dependency
2015-10-22 08:43:05 +02:00
Nico Rehwaldt
f68054295b
feat(modeling): allow data associations from and to events
...
Closes #384
2015-10-22 08:21:01 +02:00
Nico Rehwaldt
238e4f14f8
chore(project): remove jsdoc"
...
Documentation is now generated _better_ externally.
Related to #378
2015-10-21 16:31:26 +02:00
pedesen
4019d529ad
feat(replace): add default and conditional flow icons
...
Closes #370
2015-10-21 12:33:24 +02:00
Nico Rehwaldt
5fc2eaaa32
chore(bpmn-font): update
...
Closes #385
2015-10-21 12:19:01 +02:00