1102 Commits

Author SHA1 Message Date
Nico Rehwaldt
27d65a6503 fix(draw): do not create multiple markers per (type-stoke-fill) 2016-12-20 16:57:09 +01:00
Nico Rehwaldt
e2211766eb chore(draw): use positive refX for rendering default flow marker
Fixes PNG image generation using canvg.

Related to camunda/camunda-modeler#250
2016-12-20 16:56:53 +01:00
Nico Rehwaldt
c89942fc4c fix(rules): correct and verify data association in sub process move
Related to #638
2016-12-19 15:57:34 +01:00
Nico Rehwaldt
8b0001f709 test(import): verify data-association in collaboration import
* Restructure association import test fixtures
* Add data-association + collaboration test cases

Related to #638
2016-12-19 15:33:42 +01:00
Nico Rehwaldt
bf133bb8da fix(rules): allow data-association + participant move
Closes #638
2016-12-19 15:33:42 +01:00
Philipp Fromme
c308151474 feat(editor-actions): add set color editor action
Related to camunda/camunda-modeler#445
2016-12-13 13:02:25 +01:00
Nico Rehwaldt
7f99263a5e fix(draw): color Transaction inner rect 2016-12-05 21:55:12 +01:00
Philipp Fromme
a2f33b8e93 feat(modeling): add API for setting fill/stroke color
Closes #629
2016-12-05 17:01:04 +01:00
Philipp Fromme
e35248c5fd test(draw): add skipped test for color rendering 2016-12-05 16:55:36 +01:00
Philipp Fromme
8c26699d80 feat(draw): render colored markers
Related to #629
2016-12-05 16:55:32 +01:00
Philipp Fromme
4059f2c501 feat(draw): render colors
Related to #629
2016-12-05 16:53:33 +01:00
Nico Rehwaldt
eab9ac9bef chore(project): bump bpmn-moddle dependency
* adds support bioc:{fill,stroke} and rendering
  colors
2016-12-05 16:53:33 +01:00
Nico Rehwaldt
07aa4de80b chore(project): release v0.18.4 v0.18.4 2016-12-01 15:40:17 +01:00
Nico Rehwaldt
2beddede23 chore(project): update diagram-js dependency
Closes #636
2016-12-01 15:37:06 +01:00
Nico Rehwaldt
80cfd36876 chore(project): release v0.18.3 v0.18.3 2016-12-01 13:33:56 +01:00
Nico Rehwaldt
404c35c97f fix(BpmnRenderer): revert text annotations automatic content fitting
This reverts commit a53562e1d5ff37b91ad1e70d1069c15308802389.

Closes #635
2016-12-01 13:27:30 +01:00
Nico Rehwaldt
eda7f9afeb test(project): add another Firefox / Travis CI adjustment 2016-11-18 15:14:14 +01:00
Ricardo Matias
983d89e1c4 chore(project): release v0.18.2 v0.18.2 2016-11-18 15:13:20 +01:00
Nico Rehwaldt
a2d7140cdf fix(Viewer): correctly export SVG
Use upstream patch of tiny-svg to address this.

Closes #631
2016-11-18 15:11:31 +01:00
Nico Rehwaldt
4d01cebe76 test(project): adjust to pass on Firefox / Travis CI 2016-11-18 15:03:59 +01:00
Nico Rehwaldt
37368ff661 chore(tests): run against Firefox, too 2016-11-18 14:52:26 +01:00
Nico Rehwaldt
791ccb75b2 test(project): increase single test timeout to pass on FF 2016-11-18 14:50:45 +01:00
Nico Rehwaldt
3bbbfab5bc chore(project): release v0.18.1 v0.18.1 2016-11-15 15:14:53 +01:00
Nico Rehwaldt
06915e2e6b chore(project): update diagram-js version 2016-11-15 15:14:29 +01:00
Nico Rehwaldt
1b2a69e9cc chore(renderer): do not double compote TextAnnotation BBox 2016-11-15 15:14:10 +01:00
Philipp Fromme
d05fd2c2df chore(project): release v0.18.0 v0.18.0 2016-11-11 10:35:48 +01:00
Philipp Fromme
611d5fdfe7 chore(project): bump dependencies 2016-11-11 10:35:07 +01:00
Philipp Fromme
d5fa27ead2 feat(bpmn-rules): replace start events only allowed in event sub process
this includes the following event definitions:

* error
* escalation
* compensate

Closes #583
2016-11-09 14:44:42 +01:00
pedesen
42a40494a7 fix(BpmnRenderer): draw instantiated receive task properly
* fix drawCircle parameter issue
* make BpmnRenderer test cases more restrictive
* revise inconsistent fixture diagrams to avoid warnings

Closes #627
2016-11-09 10:59:58 +01:00
pedesen
a53562e1d5 feat(BpmnRenderer): text annotations automatically fit their content
Closes #600
2016-11-09 08:23:34 +01:00
pedesen
651ed729a8 chore(project): update tiny-svg dependency and wiredeps 2016-11-09 08:23:34 +01:00
pedesen
ad7fcbbd50 chore(project): update diagram-js-origin dependency 2016-11-08 11:32:20 +01:00
pedesen
aa2b68f1f2 chore(project): update tiny-svg dependency 2016-11-07 17:05:49 +01:00
Ricardo Matias
88eb966c99 fix(editor-actions): remove duplicate line 2016-11-07 15:16:59 +01:00
pedesen
5916e81222 chore(test): rework positioning test cases 2016-11-01 15:20:22 +01:00
pedesen
992b988ee9 chore(wiredeps): add tiny-svg 2016-11-01 15:20:22 +01:00
Philipp Fromme
72c4687b35 fix(internet-explorer): fix bugs due to internet explorer 2016-11-01 15:20:22 +01:00
Philipp Fromme
c111bea876 fix(label-bounds): fix failing test case 2016-11-01 15:20:22 +01:00
Philipp Fromme
db0ce65aa4 feat(graphics): remove snapsvg
Related to bpmn-io/diagram-js#50
2016-11-01 15:20:22 +01:00
pedesen
2c7aad5e0b feat(modeling/BpmnUpdater): update existing (source/target)Element in di
Closes #620
2016-11-01 10:43:08 +01:00
pedesen
772112a646 chore(project): release v0.17.3 v0.17.3 2016-10-19 14:12:47 +02:00
Philipp Fromme
ccd5eeb758 fix(bpmn-updater): keep default flow when reconnecting sequence flow end
Closes #619
2016-10-19 11:10:11 +02:00
Nico Rehwaldt
738622b813 chore(project): bump bpmn-moddle version 2016-10-19 11:08:52 +02:00
Nico Rehwaldt
4fe7719a07 chore(project): release v0.17.2 v0.17.2 2016-10-07 14:35:41 +02:00
pedesen
f4023cf321 fix(draw/BpmnRenderer): ensure labels keep position if width doesn't change
* adjust positioning tests to pass on Arch Linux

Closes #613
2016-10-07 14:06:28 +02:00
robajz
5441b2e09e fix(BpmnRules) allow move of muliple selected elements across pools
The move was prevented by MessageFlow element being included in the moved selection.
The restrictions on MessageFlow canDrop rules were eased to allow such moves.

Closes #524
2016-09-30 15:50:06 +02:00
pedesen
466ec559d9 chore(project): release v0.17.1 v0.17.1 2016-09-26 13:16:08 +02:00
Vladimirs Katusenoks
38c81146a3 fix(context-pad): use current context shape
Relates to camunda/camunda-modeler#415
2016-09-19 12:29:20 +02:00
pedesen
7177e3af27 chore(project): release v0.17.0 v0.17.0 2016-09-06 12:55:20 +02:00
pedesen
c6a33444f2 chore(project): update dependencies 2016-09-06 12:54:06 +02:00