-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Overlays to navigate collapsed subprocesses #1487
Conversation
8682c5a
to
d0c1e28
Compare
a73b033
to
1976473
Compare
test/spec/features/subprocess-navigation/SubprocessNavigationSpec.js
Outdated
Show resolved
Hide resolved
1976473
to
ceb0940
Compare
I missed something while refactoring: The File names and Component names do not align (e.g. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentionally missing. For now, we only want to tackle viewer components. The Modeling behavior will be handled in a later issue |
What is the issue that tracks the modeler features missing? |
I added them to the Epic: #1443 |
54f143b
to
271ee5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One final suggestion before we get this one merged: Can we add integration tests in our Viewer
and Modeler
spec to verify the feature is shipped with both distributions?
It also aids us, as we do integration testing.
Something along these lines: 271ee5c, just with a meaning full drill down or assertion that the breadcrumb exists.
Makes sense, I will add tests to it 👍 |
271ee5c
to
a31b79d
Compare
This introduces a new css file to bpmn-js. To upgrade, please include `dist/assets/bpmn-js.css` in your application. closes #1483
a31b79d
to
00ba3af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job 👏
I copied the relevant decisions from the epic into #1483 for a better overview
Closes #1483, based on #1481