joleaf / obsidian-bpmn-plugin

A small BPMN viewer for obsidian notes.
MIT License
25 stars 0 forks source link

Bump bpmn-js from 17.9.1 to 18.0.0 #144

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps bpmn-js from 17.9.1 to 18.0.0.

Release notes

Sourced from bpmn-js's releases.

v18.0.0

Changes

  • FEAT: remove outline from Viewer modules (#2135)
  • FEAT: make Canvas a focusable element (bpmn-io/diagram-js#662)
  • FEAT: implicit keyboard binding (bpmn-io/diagram-js#662)
  • FEAT: integrate with global search (#2235)
  • FIX: prevent crash during label adjustment (#2239)
  • FIX: keep existing loop characteristics when toggling through the replace menu (#2251)
  • FIX: prevent covering multi selection with black box in Viewer (#2135)
  • FIX: generate types for main entry (986e2bb)
  • FIX: correct handling of group name with whitespace only (#2231)
  • DEPS: update to bpmn-moddle@9 (#2114)
  • DEPS: update to diagram-js@15.1.0
  • DEPS: update to diagram-js-direct-editing@3.2.0

Breaking changes

  • Require Node >= 20
  • Canvas is now a focusable element and provides better support for native browser behaviors. Focus can be controlled with new focus and restoreFocus APIs.
  • Keyboard is now implicitly bound to canvas SVG element. Calls to keyboard.bind and keyboard.bindTo now result with a descriptive console error and have no effect.

https://github.com/bpmn-io/bpmn-js/compare/v17.11.1...v18.0.0

v17.11.1

Changes

  • chore(CHANGELOG): update to v17.11.1 2c600d0c
  • fix(search): handle elements without label 58d7d7a3

https://github.com/bpmn-io/bpmn-js/compare/v17.11.0...v17.11.1

v17.11.0

Changes

  • chore(CHANGELOG): update to v17.11.0 054b02eb
  • deps: update to diagram-js@14.10.0 8278bc7f
  • feat(search): sort matches by location 4789c1ff
  • chore(search): replace deprecated method a2211cbb
  • docs: link awesome list (#2230) 35a911f4

https://github.com/bpmn-io/bpmn-js/compare/v17.10.0...v17.11.0

v17.10.0

Changes

  • chore(CHANGELOG): update to v17.10.0 2373641b
  • test: properly provide businessObject with label 235d9b94
  • fix: pasting compensation activity without boundary event 4359f184
  • chore: update changelog afdd6761
  • test: add unit tests for resize constraints to cover all directions inc. vertical lanes cd6bcade

... (truncated)

Changelog

Sourced from bpmn-js's changelog.

18.0.0

  • FEAT: remove outline from Viewer modules (#2135)
  • FEAT: make Canvas a focusable element (bpmn-io/diagram-js#662)
  • FEAT: implicit keyboard binding (bpmn-io/diagram-js#662)
  • FEAT: integrate with global search (#2235)
  • FIX: prevent crash during label adjustment (#2239)
  • FIX: keep existing loop characteristics when toggling through the replace menu (#2251)
  • FIX: prevent covering multi selection with black box in Viewer (#2135)
  • FIX: generate types for main entry (986e2bb)
  • FIX: correct handling of group name with whitespace only (#2231)
  • DEPS: update to bpmn-moddle@9 (#2114)
  • DEPS: update to diagram-js@15.1.0
  • DEPS: update to diagram-js-direct-editing@3.2.0

Breaking Changes

  • Require Node >= 20
  • Canvas is now a focusable element and provides better support for native browser behaviors. Focus can be controlled with new focus and restoreFocus APIs.
  • Keyboard is now implicitly bound to canvas SVG element. Calls to keyboard.bind and keyboard.bindTo now result with a descriptive console error and have no effect.

17.11.1

  • FIX: handle searching elements without labels (#2232, #2234)

17.11.0

  • FEAT: align search styles with other popups (#2187)
  • FEAT: prioritize start of tokens in search results (#2187)
  • FIX: do not commit viewport changes on ESC (#2189, #2187)
  • DEPS: update to diagram-js@14.10.0

17.10.0

  • CHORE: correct various type hints (#2228)
  • FIX: pasting compensation activity without boundary event (#2070)
  • FIX: lane resize constraints for se and nw direction (#2209)
  • FIX: auto place elements vertically in sub-processes (#2127)
  • FIX: hide lane label during direct editing
  • DEPS: update to diagram-js@14.9.0

17.9.2

  • FIX: keep direction when collapsing pools (#2208)
Commits
  • f061e55 18.0.0
  • 8f6db7c chore(CHANGELOG): update for 18.0.0
  • b8c0143 deps: update to diagram-js-direct-editing@3.2.0
  • 2405cd5 test: don't mount modeler for service testing
  • 9f41690 fix(Modeler): re-add outline feature
  • 911dbae chore(CHANGELOG): update
  • a580f38 deps: update to diagram-js@15.1.0
  • 1fd28b1 test(draw): cleanup left over log statement
  • 8383966 feat(search): integrate with unified search
  • 8e019cf chore(CHANGELOG): update
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jarekdanielak, a new releaser for bpmn-js since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)