11 Commits

Author SHA1 Message Date
8e81aaa0f4 style: adjust code style to latest configuration 2024-10-16 17:17:28 +02:00
7a137cc502 fix: lane resize constraints for horizontal and vertical lanes
Closes #2209
2024-09-09 14:44:52 +02: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
3ea2852221 chore: simplify element type names 2023-04-19 12:18:42 +02:00
e24c238e74 fix: fix behaviors JSDocs 2023-04-19 12:18:42 +02:00
56b0054d66 fix(modeling): fix ResizeBehavior JSDoc 2023-04-19 12:18:42 +02:00
8950d42509 fix(modeling): ensure group min dimensions (#1713)
Closes #1705
2022-08-15 13:32:22 +02:00
b4bd6557b1 chore: unbuild circular dependency
Inline `ResizeUtil` into behavior to prevent circular depdendency.

It is not being used outside the behavior anyway and uses behavior
internals (lane dimensions).
2021-10-15 10:38:06 +02:00
dafa6f138c fix(space-tool): consider lanes when resizing participant
Related to camunda/camunda-modeler#1703
2020-03-13 07:56:38 +00:00
7ee304f424 feat(space-tool): ensure minimum size when resizing shapes 2020-02-06 13:47:32 +01:00
d42d5e3448 chore(resize-behavior): move resize behavior to seperate behavior
* setting minimum bounds and resize constraints moved to ResizeBehavior

Related to #1290
2019-06-05 14:36:39 +02:00