3153b083f9
fix: auto-place elements vertically in sub-processes
...
Closes #2127
2024-09-09 14:44:52 +02:00
d9b8bfd593
feat: auto-place elements vertically
...
Closes #2110
2024-03-27 14:53:27 +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
3ea2852221
chore: simplify element type names
2023-04-19 12:18:42 +02:00
0676974d86
fix(ModelingUtil): fix JSDoc
2023-04-19 12:18:42 +02:00
ff5a465434
fix(LaneUtil): fix JSDoc
2023-04-19 12:18:42 +02:00
a42ba5cd90
feat(util/ModelUtil): expose isAny
...
It is a core utility that will be tree-shaken if not used.
We'll continue to expose it via `ModelingUtil` for backwards
compatibility.
2021-12-14 11:58:10 +00:00
2dd1e13305
chore(documentation): fix JSDoc boolean types
2020-04-07 06:52:55 +00:00
7a67ff95b2
chore(documentation): fix JSDoc string types
2020-04-07 06:52:55 +00:00
9be61259bd
chore(project): drop 'use strict'
...
We use ES modules, so 'use strict' is not necessary anymore.
2018-04-03 18:09:53 +02:00
d3449ca87c
chore(project): es6ify source code
...
* use ES6 import / export
* UTILS: export individual utilities
* TESTS: localize TestHelper includes
BREAKING CHANGE:
* all utilities export independent functions
* library sources got ported to ES6. You must now use
a ES module bundler such as Browserify + babelify or
Webpack to consume this library (or parts of it).
2018-04-03 16:32:14 +02:00
bec8d06e08
chore(project): fix typos introduced
2018-03-22 12:43:36 +01:00
11f5a22471
chore(project): adjust min-dash usage (2)
2018-03-22 11:59:39 +01:00
245d1d6a96
chore(project): upgrade lodash to min-dash
2018-03-22 11:59:39 +01:00
bf133bb8da
fix(rules): allow data-association + participant move
...
Closes #638
2016-12-19 15:33:42 +01:00
c586c908b2
feat(ModelingFeedback): add tooltip when pasting is disallowed
...
Only in the case of pasting outside of collaboration.
Closes camunda/camunda-modeler#252
2016-04-29 16:19:09 +02:00
90067aba03
docs(modeling/util): fix LaneUtil docs
2015-10-20 16:05:24 +02:00
5e26068f99
feat(modeling): add lane modeling operations
...
This commit adds the functionality to
* add a lane (above/below an existing one)
* split a lane into sub lanes
* remove a lane
* resize a lane
Closes #379
Closes #338
2015-10-20 15:47:12 +02:00