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

[WIP]: Bump to 15.2.4 #6

Draft
wants to merge 108 commits into
base: develop
Choose a base branch
from
Draft

Conversation

ElRaptorus
Copy link
Member

@ElRaptorus ElRaptorus commented Jan 9, 2025

Changes

Siehe Changelog: https://github.com/bpmn-io/diagram-js/blob/develop/CHANGELOG.md

15.2.4

  • FIX: canvas autoFocus must explicitly be enabled (#956)
  • FIX: properly integrate zoomscroll with canvas focus (#956)
  • FIX: properly integrate movecanvas with canvas focus (#956)

15.2.3

  • FIX: adjust search to prioritize start of word and exact matches (#953)
  • FIX: ignore whitespace when searching (#954)

15.2.2

  • FIX: correct Keyboard#bind and config types (#948)

15.2.1

  • FIX: limit overly permissive regex (#949)

15.2.0

  • FIX: clear selection when opening search pad (#947)
  • FIX: correct dangling selection after search pad interaction (#947)
  • CHORE: simplify search pad pre-selection behavior (#947)

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)

14.11.3

  • CHORE: simplify viewbox cloning (#935)

14.11.2

  • FIX: restore search result highlight (#931)
  • FIX: correct search result highlight not being removed (#931)
  • FIX: do not change zoom when search openes (#931)

14.11.1

Partially reverts v14.11.0.

  • FIX: revert search integration into popup menu

14.11.0

  • FEAT: add search utility
  • FEAT: sort popup entry search results semantically (#916)

14.10.0

  • FEAT: align search styling with other popups (#913)
  • CHORE: use existing outline in search (#913)
  • FIX: only commit search viewport changes on ENTER (#913)

14.9.0

  • CHORE: export types compatible with verbatimModuleSyntax (#927, #864)
  • CHORE: re-compute context pad position next frame (#920)

renovate bot and others added 30 commits July 23, 2024 11:05
This reverts the integration of the (partially broken) search
into the popup menu.
Returning reference to viewbox can lead to undesired effects.
Using a local profile directory, this works on modern Linux, too:

karma-runner/karma-firefox-launcher#183 (comment)
Requests to requestAnimationFrame may be dropped, depending on
how the browser feels. If we want to reliably ensure work gets done,
we have to setTimeout(work) things.

Closes bpmn-io#921
barmac and others added 30 commits November 14, 2024 14:16
  This gives longer matches precedence.

chore(search): penalize unmatched tokens

  This ensures we score "most relevant" results higher.
We'll otherwise break embedding with existing applications, cf.
bpmn-io/bpmn-js-examples#302.
Ensure we update focus related behaviors consistently on manual
and DOM triggered interactions.
If canvas for whatever reason is not focused, then movement does not
happen.

Related to bpmn-io#662
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants