Commit Graph

2390 Commits

Author SHA1 Message Date
Nico Rehwaldt b27c319547 chore(CHANGELOG): update to v9.2.0 2022-05-25 14:58:39 +00:00
Nico Rehwaldt 465f77e777 docs: update screencast 2022-05-25 14:58:39 +00:00
Nico Rehwaldt cd58925a9d fix: use inherits-browser
+ add lint rule to verify it
2022-05-25 09:34:26 +00:00
Nico Rehwaldt bd5b5d05e6 deps: bump to diagram-js-direct-editing@1.7.0 2022-05-25 07:54:42 +00:00
Nico Rehwaldt aa4b45da6c fix(label-editing): cancel on element deletion
Closes https://github.com/bpmn-io/bpmn-js/issues/1664
2022-05-25 07:54:42 +00:00
Nico Rehwaldt c80880fa39 deps: bump tiny-svg 2022-05-25 07:21:47 +00:00
Nico Rehwaldt 03937ad51f fix: use inherits-browser 2022-05-25 07:21:47 +00:00
Martin Stamm 6c3d50584c chore: re-export GeometricUtil from `diagram-js` 2022-05-25 07:21:47 +00:00
Philipp Fromme 3d193b2933 feat: add multi-element delete action 2022-05-25 09:03:08 +02:00
Nico Rehwaldt b158addcc8 deps: bump to diagram-js@8.5.0 2022-05-24 21:50:48 +02:00
Martin Stamm 7838a1bd67 test: allow for rounding errors 2022-05-24 11:52:34 +00:00
Martin Stamm 9b8c190625 fix(Layout): always reconnect labels and associations
closes #1658
2022-05-24 11:52:34 +00:00
Martin Stamm 9737708a58 deps: bump to diagram-js@8.4.0 2022-05-20 10:00:48 +00:00
Martin Stamm 759b6c60bb feat(modeling): update associations on connection change 2022-05-20 10:00:48 +00:00
Martin Stamm 9c357f4cbd chore: restructure LabelLayoutUtil 2022-05-20 10:00:48 +00:00
Martin Stamm 82c117b982 feat: allow TextAnnotation for SequenceFlows 2022-05-20 10:00:48 +00:00
Philipp b3db78cbfe feat: change default black to off black
Related to https://github.com/bpmn-io/diagram-js/issues/571
2022-05-20 11:30:30 +02:00
Niklas Kiefer 4ccf488a9f fix(moddle-copy): primitive arrays cloning
Closes https://github.com/bpmn-io/bpmn-js/issues/1518
2022-05-20 08:54:01 +00:00
Beatriz Mendes 5eaf74e91b
fix(modeling): use stroke color for labels when setting color (#1655)
Closes #1653
2022-05-19 20:23:05 +02:00
Nico Rehwaldt 7478388070 deps: replace inherits with inherits-browser
This increase the safety of our build; external consumers
do no longer need to account for the `browser` field to
bundle bpmn-js (or otherwise bundle a Node shim, unintentionally).
2022-05-18 10:15:53 +00:00
bpmn-io-bot e02fd6138d Merge master to develop 2022-05-18 09:10:17 +00:00
Maciej Barelkowski f63fe8d616 9.1.0 2022-05-18 11:07:32 +02:00
Maciej Barelkowski 5783a9573f chore(CHANGELOG): update to v9.1.0 2022-05-18 09:07:22 +00:00
Maciej Barelkowski 1b7ce15d2e feat: select participant by click but not move
Related to https://github.com/camunda/camunda-modeler/issues/2859
2022-05-18 10:22:22 +02:00
Maciej Barelkowski 29941e63a4 deps: update to diagram-js@8.3.0 2022-05-18 10:22:22 +02:00
bpmn-io-bot c6f5d7d0b3 Merge master to develop 2022-05-18 07:23:37 +00:00
Martin Stamm 1c89624a42 fix: comply with style-src CSP 2022-05-18 09:23:18 +02:00
Martin Stamm a4e21db31f deps: bump dependencies
- diagram-js@8.2.2
- min-dom@3.2.0
2022-05-18 09:23:18 +02:00
Philipp 9bcfea9c8b Merge branch 'master' into develop 2022-05-17 16:39:59 +02:00
Philipp 011f394d05 fix: complete direct editing on selection changed
Related to https://github.com/camunda/camunda-modeler/issues/2961
2022-05-17 14:34:03 +00:00
Nico Rehwaldt 9b1096abbc 9.0.4 2022-05-13 13:00:34 +02:00
bpmn-io-bot 931258eb85 Merge master to develop 2022-05-13 10:52:22 +00:00
Nico Rehwaldt 742fba68a6 chore(CHANGELOG): update to v9.0.4 2022-05-13 10:52:02 +00:00
Beatriz Mendes 388746c3b3 fix(replace): persist multi-instance props with `isSequential` change
Closes #1581
2022-05-13 10:52:02 +00:00
Beatriz Mendes e07ab829ee fix(bpmn-replace): add CallActivity to SubProcessStartEvent behaviour
Closes #1631
2022-05-13 10:52:02 +00:00
Nico Rehwaldt 01c8aa6f0e chore(tasks): update website with published time 2022-05-13 10:52:02 +00:00
dependabot[bot] 2674db30b5 deps: bump karma from 6.3.14 to 6.3.16
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.14 to 6.3.16.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.14...v6.3.16)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13 10:52:02 +00:00
Nico Rehwaldt ed5f713a93 chore(CHANGELOG): formatting updates 2022-05-13 10:52:02 +00:00
Beatriz Mendes 7d6792ef21 fix(replace): persist multi-instance props with `isSequential` change
Closes #1581
2022-04-28 07:51:12 +00:00
bpmn-io-bot b708a4d7af Merge master to develop 2022-04-25 07:40:42 +00:00
Martin Stamm c550d09d1d fix(label-editing): remove label property on empty label
closes #1637
2022-04-25 07:40:21 +00:00
Beatriz Mendes bdc3966933 fix(bpmn-replace): add CallActivity to SubProcessStartEvent behaviour
Closes #1631
2022-04-22 07:22:36 +00:00
Nico Rehwaldt 0a25fd6ccf chore(tasks): update website with published time 2022-04-11 14:21:54 +00:00
bpmn-io-bot 85ae96b49a Merge master to develop 2022-03-23 11:13:57 +00:00
Martin Stamm 574a674381 fix(drilldown): create overlays on `viewer.open` 2022-03-23 11:13:39 +00:00
bpmn-io-bot 840fec65bd Merge master to develop 2022-03-16 16:54:31 +00:00
Martin Stamm 21f7ed402d fix(drilldown): ensure dataAssociations are drawn
closes #1619
2022-03-16 17:54:13 +01:00
Martin Stamm 79bd395689 chore(Importer): correct spelling 2022-03-16 17:54:13 +01:00
bpmn-io-bot cd7eca04f8 Merge master to develop 2022-03-16 07:53:19 +00:00
Martin Stamm 06d6f986ab fix(ordering): use specified parent when moving labels
closes #1617
2022-03-16 08:52:59 +01:00