Skip to content
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 15 commits into from
Nov 7, 2024
Merged

chore: update dependency bpmn-js to v18 #196

merged 15 commits into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    e49e6ab View commit details
    Browse the repository at this point in the history
  2. chore: bump test dependencies

    nikku committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0c1dda2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d779ea3 View commit details
    Browse the repository at this point in the history
  4. chore: update eslint*

    nikku committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f80f497 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e80883b View commit details
    Browse the repository at this point in the history
  6. chore: bump rollup*

    nikku committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dd9c9a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4fbd7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c0f6d5 View commit details
    Browse the repository at this point in the history
  9. chore(package): add author

    nikku committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ae164fe View commit details
    Browse the repository at this point in the history
  10. 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.
    nikku committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9693207 View commit details
    Browse the repository at this point in the history
  11. 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.
    nikku committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    04cea80 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    707ac45 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a08d9df View commit details
    Browse the repository at this point in the history
  14. test: skip all test

    As of today it cannot reliably be executed as part of the
    test suite; works fine at any speed when run focused.
    nikku committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    64482d1 View commit details
    Browse the repository at this point in the history
  15. ci: test against bpmn-js@17

    nikku committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0cb5034 View commit details
    Browse the repository at this point in the history