bpmn-js/lib/features
Nico Rehwaldt b4b5d1d139 fix(modeling): correct creation of nested lanes
With diagram-js@5 we've introduced the CreateBehavior that ensures
elements are not created on top of lanes but always on top of the actual
participant.

Unfortunately we forgot about the fact that lanes are created once in a
while, too.

This commit accounts for this fact and ensures we do not adjust the
parent of to-be-created lanes.

(A test cases for splitting nested lanes did not exist until now).

Closes #1254
Closes #1253
2019-12-11 10:52:43 +00:00
..
auto-place Merge branch 'master' into develop 2019-09-23 08:59:02 +02:00
auto-resize chore(bpmn-auto-resize): add test 2019-05-10 07:22:51 +00:00
context-pad chore(context-pad): update spelling 2019-09-09 14:45:41 +02:00
copy-paste Merge branch 'master' into develop 2019-09-25 13:34:54 +02:00
distribute-elements chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
editor-actions chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
grid-snapping fix(grid-snapping): do not update waypoints on multiple create 2019-12-06 15:24:54 +00:00
interaction-events feat(modeling): prevent accidential dragging of container elements 2019-07-18 15:42:05 +02:00
keyboard chore(keyboard): handle { keyEvent } listener result 2018-10-29 14:52:41 +00:00
label-editing fix(auto-place): complete direct editing on auto place 2019-09-12 07:55:34 +02:00
modeling fix(modeling): correct creation of nested lanes 2019-12-11 10:52:43 +00:00
ordering chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
palette Merge branch 'master' into develop 2019-08-13 15:25:17 +02:00
popup-menu fix(replace): do not resize on replace sub process with ad hoc 2019-11-15 14:04:08 +01:00
replace chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
replace-preview feat(bpmn-rules): ignore labels movement visually 2019-06-13 08:44:41 +00:00
rules chore(rules): remove <connection.reconnectStart/End> rule 2019-11-18 13:38:19 +01:00
search chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
snapping chore(connect-snapping): remove unused dependency 2019-11-19 16:54:41 +01:00