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

Bump diagram-js from 14.11.3 to 15.2.0 #494

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps diagram-js from 14.11.3 to 15.2.0.

Release notes

Sourced from diagram-js's releases.

v15.2.0

Changes

  • chore(CHANGELOG): update to v15.2.0 08d54e79
  • test(search-pad): verify open marker 05d98eea
  • fix(search-pad): clear selection when search opens 2a37a8ba
  • test(search-pad): semantically group <open> tests 2e6ba493
  • chore(search-pad): use open marker for element pre-select styling 7a31b1a5
  • test(search): verify we prioritize exact match ff2c23a3
  • chore(CHANGELOG): rephrase 25038084

bpmn-io/diagram-js@v15.1.0...v15.2.0

v15.1.0

Changes

  • chore(CHANGELOG): update to v15.1.0 51a65d29
  • feat(search): improve types 3ab3be3e
  • test(popup-menu): simplify spec e5624e50
  • feat(search-pad): recognize modern tokens edffcc1b
  • style: simplify bacea623
  • test: correct search spec title ad1b8000
  • feat(search): find search terms across all keys 0b6a26b8
  • feat(search): always provide tokens e53ecb7a
  • fix(search): search with whitespace d33cab3f
  • test(popup-menu): restore fuzzy search test 0cb375f8
  • feat(popup-menu): integrate popup menu into search component 0506b101
  • test(search): verify partial match 89f1ef9c
  • fix(search): correctly handle duplicate entries 51543e74

bpmn-io/diagram-js@v15.0.0...v15.1.0

v15.0.0

Changes

  • chore(CHANGELOG): update to version 15.0.0 31972d18
  • feat(keyboard): make keyboard binding implicit 1978df96
  • feat(core): make Canvas focusable 491f2831
  • fix(styles): savely prefix svg styles 20deedf5
  • test(popup-menu): fix cursor position 98d91cc4
  • chore: PhantomJS clean up 01a4fadf
  • ci: adjust job names to snake_case f3621c78
  • chore(CHANGELOG): update 460d84ce
  • feat: move multi selection outline into separate feature 3e3d9038
  • chore: bump puppeteer 65bd3382
  • chore: add tmp to linting ignored directories 7e03972a
  • chore: update dependency npm-run-all2 to v7 39e138c0
  • chore: document aspects of eslint config e662738e
  • chore: log layout error 51440044
  • style: drop spaces at end of file 27a6d4a9

... (truncated)

Changelog

Sourced from diagram-js's changelog.

15.2.0

15.1.0

  • FEAT: integrate popup-menu with search (#932)
  • FEAT: recognize modern search tokens in search-pad (#932)
  • FEAT: improve search types (#932)
  • FIX: correctly handle duplicate entries and whitespace in search (#932)
  • FIX: find search terms across all keys (#932)
  • FIX: search always returns tokens for matched items (#932)

15.0.0

  • FEAT: make canvas browser selectable (#659)
  • FEAT: make keyboard binding implicit (#661)
  • FEAT: make multi-selection outline an outline concern (#944)

Breaking Changes

  • Keyboard binding target can no longer be chosen. Configure keyboard binding via the keyboard.bind configuration and rely on keybindings to work if the canvas has browser focus. (#661)
  • The Canvas is now a focusable component, that is recognized accordingly by the browser, with all benefits for UX and interaction. Components that pull focus from the Canvas during modeling must ensure to restore the focus (if intended), via Canvas#restoreFocus. (#661)
  • The selection feature does not provide visual outline by default anymore. Use the outline feature to re-enable it. (#944)
Commits
  • 5b4a2aa 15.2.0
  • 08d54e7 chore(CHANGELOG): update to v15.2.0
  • 05d98ee test(search-pad): verify open marker
  • 2a37a8b fix(search-pad): clear selection when search opens
  • 2e6ba49 test(search-pad): semantically group <open> tests
  • 7a31b1a chore(search-pad): use open marker for element pre-select styling
  • ff2c23a test(search): verify we prioritize exact match
  • 2503808 chore(CHANGELOG): rephrase
  • c5d8765 15.1.0
  • 51a65d2 chore(CHANGELOG): update to v15.1.0
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [diagram-js](https://github.com/bpmn-io/diagram-js) from 14.11.3 to 15.2.0.
- [Release notes](https://github.com/bpmn-io/diagram-js/releases)
- [Changelog](https://github.com/bpmn-io/diagram-js/blob/develop/CHANGELOG.md)
- [Commits](bpmn-io/diagram-js@v14.11.3...v15.2.0)

---
updated-dependencies:
- dependency-name: diagram-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@dependabot dependabot bot requested a review from Erikmitk November 11, 2024 04:35
@Erikmitk Erikmitk merged commit c8127bd into master Nov 11, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/diagram-js-15.2.0 branch November 11, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant