Commit Graph

2022 Commits

Author SHA1 Message Date
Maciej Barelkowski d48812766f Merge branch 'master' into develop 2020-03-16 13:24:50 +01:00
Maciej Barelkowski 7696534f22 fix(modeling): save bpmndi as drawn on the diagram
Related to https://github.com/camunda/camunda-modeler/issues/1326

Closes #985
2020-03-16 12:24:05 +00:00
Nico Rehwaldt d44a25ef28 Merge branch 'master' into develop 2020-03-13 20:44:56 +01:00
Nico Rehwaldt e1d439e989 6.3.3 2020-03-13 20:32:07 +01:00
Nico Rehwaldt e8599a3baf chore(project): patch bump devDependencies
Fixes audit warnings.
2020-03-13 20:21:59 +01:00
Nico Rehwaldt 37be94334d chore(CHANGELOG): update to v6.3.3 2020-03-13 19:55:31 +01:00
Nico Rehwaldt c00990b861 chore(project): bump to diagram-js@6.4.1 2020-03-13 19:55:31 +01:00
Nico Rehwaldt 899de19835 chore(project): bump min-dom version 2020-03-13 19:55:31 +01:00
Maciej Barelkowski 62f331bc3d Merge branch 'master' into develop 2020-03-13 14:15:14 +01:00
Philipp Fromme b4eff93580 chore(space-tool): add tests for participant without lanes 2020-03-13 07:56:38 +00:00
Maciej Barelkowski 6388312fb5 chore(space-tool): refactor participant minimum height function 2020-03-13 07:56:38 +00:00
Philipp Fromme dafa6f138c fix(space-tool): consider lanes when resizing participant
Related to camunda/camunda-modeler#1703
2020-03-13 07:56:38 +00:00
Nico Rehwaldt a767fd9577 test(project): remove legacy CI hacks 2020-03-12 13:14:18 +00:00
Philipp Fromme e4e789bd3e fix(label-editing): resize empty text annotations on complete
Related to bpmn-io/diagram-js-direct-editing#12
2020-03-10 14:35:39 +01:00
Nico Rehwaldt 96cd55a2c6 6.3.2 2020-03-09 15:15:21 +01:00
Nico Rehwaldt e81116f368 chore(CHANGELOG): update to v6.3.2 2020-03-09 15:11:41 +01:00
Nico Rehwaldt 368f9e14b5 fix(modeling): make AddLaneHandler recognize top-level labels
Related to https://github.com/camunda/camunda-modeler/issues/1715
2020-03-09 14:50:37 +01:00
Nico Rehwaldt d902a970e8 fix(modeling): update AddLaneHandler to new spaceTool API
Related to https://github.com/camunda/camunda-modeler/issues/1715
2020-03-09 14:50:37 +01:00
Maciej Barelkowski 53e7198a47 fix(modeling): assign id prefix matching element type
Closes #1285
2020-03-09 09:54:35 +00:00
Nico Rehwaldt ffa0a88d30 fix(modeling): update AddLaneHandler to new spaceTool API
Related to https://github.com/camunda/camunda-modeler/issues/1715
2020-03-09 10:48:05 +01:00
Nico Rehwaldt 039f4a0273 Merge branch 'master' into develop 2020-03-02 14:20:02 +01:00
Nico Rehwaldt bf84036729 6.3.1 2020-03-02 14:17:44 +01:00
Nico Rehwaldt 7d1875c6c6 chore(CHANGELOG): update to v6.3.1 2020-03-02 14:12:05 +01:00
Nico Rehwaldt 707257e020 fix(copy-paste): emit <moddleCopy.canSetCopiedProperty> with existing property 2020-03-02 13:08:42 +00:00
Nico Rehwaldt 98bc96caac test(Viewer): move missing diagram spec 2020-02-10 19:33:50 +01:00
Nico Rehwaldt f5861dfade 6.3.0 2020-02-07 11:58:02 +01:00
Nico Rehwaldt 5844ede65f chore(project): bump to diagram-js@6.4.0
Closes https://github.com/bpmn-io/bpmn-js/issues/1270
Closes https://github.com/bpmn-io/bpmn-js/issues/1019
Closes https://github.com/bpmn-io/bpmn-js/issues/878
2020-02-07 11:49:57 +01:00
Nico Rehwaldt 3c6b7a17ce chore(CHANGELOG): update to v6.3.0 2020-02-07 11:17:44 +01:00
Nico Rehwaldt 89f1699bc0 Merge branch 'master' into develop 2020-02-07 10:46:52 +01:00
Niklas Kiefer 566f0eadaa fix(import): set <isFrame> property on import
Closes #1278
2020-02-07 10:45:02 +01:00
Nico Rehwaldt c1cc210434 fix(modeling): add type hint 2020-02-06 13:47:32 +01:00
Nico Rehwaldt 483a607631 test(modeling): add special space tool case 2020-02-06 13:47:32 +01:00
Nico Rehwaldt c5402c211d test(modeling): invert test case 2020-02-06 13:47:32 +01:00
Nico Rehwaldt cb5098242d test(space-tool): rewrite and improve specs 2020-02-06 13:47:32 +01:00
Nico Rehwaldt 7d8198dd71 chore(matchers): pass expected value 2020-02-06 13:47:32 +01:00
Nico Rehwaldt e345664f6e chore(matchers): add to.have.di* matchers 2020-02-06 13:47:32 +01:00
Philipp Fromme 50630c7aac fix(label-behavior): do not move labels if labelBehavior=false 2020-02-06 13:47:32 +01:00
Philipp Fromme 7ee304f424 feat(space-tool): ensure minimum size when resizing shapes 2020-02-06 13:47:32 +01:00
Maciej Barelkowski 035bb0c1fd feat(modeling): create generic ids for new elements
This makes sure that the semantic ID prefix reflects
the common type of all replace options.

ID prefixes for elements will match the examples:
  * `bpmn:ServiceTask` => `Activity_<id_suffix>`
  * `bpmn:EndEvent` => `Event_<id_suffix>`
  * `bpmn:EventBasedGateway` => `Gateway_<id_suffix>`
  * `bpmn:SequenceFlow` => `Flow_<id_suffix>`

Related to https://github.com/camunda/camunda-modeler/issues/1654
2020-02-06 13:43:04 +01:00
Maciej Barelkowski 0c0ebea49f Merge branch 'master' into develop 2020-02-05 13:40:50 +01:00
Maciej Barelkowski b9bf021bed chore(tasks): update examples and websites on stable release only
Closes #1274
2020-02-05 11:26:11 +00:00
Nico Rehwaldt 54dad0e495 Merge branch 'master' into develop 2020-02-04 09:50:03 +01:00
Nico Rehwaldt 6ac75aa580 chore(tasks/update-website): do not read and write at the same time 2020-02-04 09:49:21 +01:00
Nico Rehwaldt 422746f54c Merge branch 'master' into develop 2020-02-04 09:34:25 +01:00
Nico Rehwaldt aa2e1be8c3 chore(tasks): simplify 2020-02-04 09:30:43 +01:00
Nico Rehwaldt b926d281ef chore(tasks): fetch demo with auth 2020-02-04 09:07:35 +01:00
Maciej Barelkowski 9e31327335 feat(modeling/copy-paste): copy message referenced by SendTask
Related to https://github.com/camunda/camunda-modeler/issues/1637
2020-01-31 10:10:01 +00:00
Maciej Barelkowski dcc6d1ca94 feat(modeling/copy-paste): copy message referenced by ReceiveTask
Related to https://github.com/camunda/camunda-modeler/issues/1637
2020-01-31 10:10:01 +00:00
Maciej Barelkowski dc5a566e10 fix(modeling/copy-paste): copy referenced message if not present
Related to https://github.com/camunda/camunda-modeler/issues/1639
2020-01-31 06:36:23 +00:00
Nico Rehwaldt 4bafbe5d8b chore(project): automatically update website with every release 2020-01-22 15:41:31 +01:00