467 Commits

Author SHA1 Message Date
591e5a734d chore: fix JSDoc 2024-10-31 09:40:51 +01:00
e5f1637e7e fix: flow text alignment issue when placed text annotationt (#2241)
Closes #2241
2024-10-30 14:30:48 +01:00
8b8e2b159b style: rename process to bpmnProcess for clarity 2024-10-16 17:17:28 +02:00
8e81aaa0f4 style: adjust code style to latest configuration 2024-10-16 17:17:28 +02:00
4359f18409 fix: pasting compensation activity without boundary event
Closes #2070
2024-09-09 14:44:52 +02:00
7a137cc502 fix: lane resize constraints for horizontal and vertical lanes
Closes #2209
2024-09-09 14:44:52 +02:00
3153b083f9 fix: auto-place elements vertically in sub-processes
Closes #2127
2024-09-09 14:44:52 +02:00
82e8fa7822 docs(modeling): improve connect optional param jsdoc definition 2024-09-09 14:44:52 +02:00
90c513c770 fix: keep direction when collapsing pools
Closes #2208
2024-08-05 13:43:04 +02:00
d640a3ce54 feat(modeling): keep global elements when deleting last participant
closes #1676
2024-05-28 14:39:40 +02:00
6c3cbe0bd4 chore: error info use tagged template 2024-04-29 09:06:03 +02:00
160444eae8 feat: do not translate technical errors
These errors are non-user facing.

You shall be able to find them in public knowledge bases _as is_.
2024-04-24 10:18:42 +02:00
d9b8bfd593 feat: auto-place elements vertically
Closes #2110
2024-03-27 14:53:27 +01:00
d6afcb20ec Merge main to develop 2024-02-15 08:39:11 +00:00
b100cdfa0b fix: support rendering of gateway without marker 2024-02-15 09:38:56 +01:00
e263bbbfd4 feat: handle splitting vertical lanes 2024-02-12 15:13:06 +01:00
9b2b6a65d8 feat: remove touch interaction module
BREAKING CHANGE: Migrated to `diagram-js@14` which removes touch interaction module, and dependency on unsupported `hammerjs` package. If you rely on touch interaction, you need to support touch interaction on your own.

deps: update to `diagram-js@14`

feat: allow to add to selection via lasso tool

Closes #2053
2024-02-06 11:13:04 +01:00
6e92713cb9 feat: handle adding vertical lanes
Related to #2086

---------

Co-authored-by: Maciej Barelkowski <maciej.barelkowski@camunda.com>
2024-01-30 18:16:03 +01:00
df2ae0560b fix: correctly remove vertical lanes
Closes #2082

---------

Co-authored-by: Maciej Barelkowski <maciej.barelkowski@camunda.com>
2024-01-22 13:13:58 +01:00
0a706beb19 feat: handle resizing of vertical lanes
Closes #2062

---------

Co-authored-by: Maciej Barelkowski <maciej.barelkowski@camunda.com>
2024-01-22 09:38:33 +01:00
b9d0ce3e10 feat: support modeling of gateway without marker
Closes #2063

Co-authored-by: Maciej Barelkowski <maciejbarel@gmail.com>
2024-01-15 13:39:58 +01:00
63c8a19c07 chore(modeling): fix hover target for Annotations 2024-01-12 13:25:44 +01:00
ca230c39c4 feat(modeling): always place annotations on root element 2024-01-12 13:25:44 +01:00
d2a976034b feat(modeling): disable autoResize for annotation changes
closes #2049
2024-01-12 13:25:44 +01:00
4451857cbd fix: do not set label on planes
closes #2033
2024-01-10 12:14:26 +01:00
11fef5f120 fix: support core replace in compensation behavior
Closes #2073
2024-01-09 13:57:17 +01:00
357899036a fix(modeling): do not remove connection that is being created
Closes #2068
2024-01-05 13:37:54 +01:00
028cd205f1 chore: fix comments 2024-01-05 13:37:54 +01:00
51b712b408 chore: naming 2024-01-05 13:37:54 +01:00
3dbaf503a5 feat: improve handling of compensation association
* Allow to connect compensate boundary event to activity, turning it into compensation activity.
* Turn sequence flow connected to boundary event into compensation association
  when boundary event is turned replaced with compensate boundary event.

Closes #2038

---------

Co-authored-by: Maciej Barelkowski <maciej.barelkowski@camunda.com>
2023-12-22 15:00:21 +01:00
c93b2cfa10 feat(bpmn-renderer): render vertical pools and lanes 2023-12-04 10:51:15 +00:00
29f135f383 feat(modeling): keep interrupting config when replacing elements 2023-11-02 14:42:10 +01:00
4f6923bdc5 fix: ensure lanes aren't resized when using space tool 2023-10-12 09:29:23 +02:00
47c5213140 fix: allow to create connection + event-based gateway
Closes https://github.com/bpmn-io/bpmn-js/issues/1490
2023-08-24 15:20:43 +02:00
b528a865a7 chore: extract modeling feedback into dedicated module
It is a UI component that shall be used in interactive environments only.
2023-08-14 12:36:33 +02:00
37662c93fc chore: use checks from diagram-js 2023-05-17 08:24:18 +02:00
e95e16746d chore: lift up label-editing/LabelUtil 2023-04-24 10:30:43 +02:00
d51327e3b9 chore: remove dead code 2023-04-24 10:30:43 +02:00
556d003ebe chore: use UpdateLabelHandler for automatic label creation 2023-04-24 10:30:43 +02:00
881e2bd6ba fix: update label on modeling.updateModdleProperties
Closes #1872
2023-04-24 10:30:43 +02:00
acd5f5b5b4 chore: move BPMNLabel for activities to BpmnUpdater 2023-04-24 10:30:43 +02:00
723076fefa docs: add BpmnFactory description 2023-04-20 16:02:33 +02:00
2ca4907d5c fix: correct various JSDocs 2023-04-20 16:02:33 +02:00
3ea2852221 chore: simplify element type names 2023-04-19 12:18:42 +02:00
9811bfc695 fix(Modeling): make generic 2023-04-19 12:18:42 +02:00
a8bf3192a9 fix(ElementFactory): fix @extend 2023-04-19 12:18:42 +02:00
614163e96c chore: use @return instead of @returns 2023-04-19 12:18:42 +02:00
1d90ae636b fix: fix remaining JSDocs 2023-04-19 12:18:42 +02:00
07f75f7cd5 fix: fix remaining JSDoc and TS errors 2023-04-19 12:18:42 +02:00
e24c238e74 fix: fix behaviors JSDocs 2023-04-19 12:18:42 +02:00