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
Martin Stamm
574a674381
fix(drilldown): create overlays on viewer.open
2022-03-23 11:13:39 +00:00
Martin Stamm
21f7ed402d
fix(drilldown): ensure dataAssociations are drawn
...
closes #1619
2022-03-16 17:54:13 +01:00
Martin Stamm
bdf9cf3e75
fix(drilldown): ignore elements without BusinessObject
2022-02-18 11:36:15 +00:00
Martin Stamm
7ff9be7c8a
fix(ES6): replace array.includes
with es5 equivalent
2022-02-18 11:36:15 +00:00
Martin Stamm
a696aa5953
fix(drilldown): prevent infinite loop on root property change
...
related to https://github.com/bpmn-io/bpmn-js-properties-panel/issues/569
2022-02-09 08:22:33 +01:00
Philipp
fb6c649570
chore: simplify drilldown utility
...
* semantic names help understanding what the utility functions do without having to check their implementation
2022-01-30 16:52:32 +01:00
Philipp
ebba204435
chore: code style
...
* single-line comments should always be lowercase
2022-01-30 16:52:32 +01:00
Martin Stamm
824d8c209a
feat(drilldown): update breadcrumbs on name change
2022-01-30 16:52:32 +01:00
Martin Stamm
c1082b567d
fix(drilldown): set currentRoot on collaboration change
2022-01-14 11:54:31 +01:00
Martin Stamm
cf6cbfca4a
fix(drilldown): don't reset vieport on makeCollaboration
...
closes #1565
2022-01-14 11:54:31 +01:00
Martin Stamm
70d38eb447
chore(drilldown): add documentation for getParentChain
2022-01-13 14:32:12 +01:00
Martin Stamm
c89f4a4e02
fix(drilldown): allow navigation to root collaboration
...
closes #1566
2022-01-13 14:32:12 +01:00
Martin Stamm
8fe63efdf5
fix(drilldown): ensure single overlay per element
2022-01-12 09:14:15 +01:00
Martin Stamm
4bd64e45e4
feat(drilldown): make overlays react to diagram changes
2022-01-12 09:14:15 +01:00
Martin Stamm
6bbedc47d1
feat(drilldown/compat): create planes for empty processes
2022-01-12 09:14:15 +01:00
Nico Rehwaldt
ed03dfe063
style: add newline when it is due
2021-12-14 11:58:10 +00:00
Nico Rehwaldt
4e08a1c703
chore: switch to truely multi-root aware mode
...
Use new `Canvas#*RootElement` APIs.
2021-12-14 11:58:10 +00:00
Martin Stamm
b2fd342054
feat(drilldown): make breadcrumbs reactive
...
* react to palette state
* expose own state to djs-container
2021-11-18 10:27:48 +00:00
Martin Stamm
bd20db3aba
chore(drilldown): rename subprocess-navigation -> drilldown and document
...
* rename subprocess-navigation -> drilldown
* add JSDoc comments
2021-11-04 13:31:34 +00:00