-
Notifications
You must be signed in to change notification settings - Fork 74
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
chore: update dependency bpmn-js to v18 #196
Merged
Merged
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e49e6ab - Browse repository at this point
Copy the full SHA e49e6abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1dda2 - Browse repository at this point
Copy the full SHA 0c1dda2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d779ea3 - Browse repository at this point
Copy the full SHA d779ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80f497 - Browse repository at this point
Copy the full SHA f80f497View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80883b - Browse repository at this point
Copy the full SHA e80883bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9c9a7 - Browse repository at this point
Copy the full SHA dd9c9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4fbd7e - Browse repository at this point
Copy the full SHA b4fbd7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0f6d5 - Browse repository at this point
Copy the full SHA 1c0f6d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae164fe - Browse repository at this point
Copy the full SHA ae164feView commit details -
fix(animation): clear animation when destroying diagram
Previously animations would continue _after_ the diagram got destroyed, with all the funny effects related to it. Specifically, this starts to trigger test errors in our setup.
Configuration menu - View commit details
-
Copy full SHA for 9693207 - Browse repository at this point
Copy the full SHA 9693207View commit details -
fix(animation): don't trigger <done> when clearing animation
Previously we did not properly separate completion from clearing an animation; we would not properly be able to distinguish both, effectively always triggering the animation <done> effect, also when clearing a scope (i.e. because it was terminated). This change moves the control over individual animations to the animation service, and applies <done> only when the animation completes normally.
Configuration menu - View commit details
-
Copy full SHA for 04cea80 - Browse repository at this point
Copy the full SHA 04cea80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 707ac45 - Browse repository at this point
Copy the full SHA 707ac45View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08d9df - Browse repository at this point
Copy the full SHA a08d9dfView commit details -
As of today it cannot reliably be executed as part of the test suite; works fine at any speed when run focused.
Configuration menu - View commit details
-
Copy full SHA for 64482d1 - Browse repository at this point
Copy the full SHA 64482d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb5034 - Browse repository at this point
Copy the full SHA 0cb5034View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.