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 to 18.1.2 #9

Merged
merged 99 commits into from
Feb 4, 2025
Merged

Bump to 18.1.2 #9

merged 99 commits into from
Feb 4, 2025

Conversation

ElRaptorus
Copy link
Member

@ElRaptorus ElRaptorus commented Jan 9, 2025

Changes

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

18.1.2

18.1.1

18.1.0

18.0.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 (bpmn-io/diagram-js#662).
  • 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 (bpmn-io/diagram-js#662).

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 [email protected]

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 [email protected]

17.9.2

  • FIX: keep direction when collapsing pools (#2208)

sombrek and others added 30 commits August 5, 2024 13:43
This ensures we validate in strict mode and do not ignore
certain issues.
* simplify implementation
* take location into account when sorting
Improves various aspects of the built-in search.

Closes bpmn-io#2189
@ElRaptorus ElRaptorus changed the title [WIP]: Bump to 18.1.2 Bump to 18.1.2 Jan 13, 2025
@ElRaptorus ElRaptorus marked this pull request as ready for review January 13, 2025 13:36
nikku and others added 4 commits January 20, 2025 10:24
Ensures that the canvas is first in the focus / accessibility hierarchy
of the browser.
Ensures that the canvas is first in the focus / accessibility hierarchy
of the browser.
@ElRaptorus ElRaptorus merged commit a1d927b into develop Feb 4, 2025
3 checks passed
@ElRaptorus ElRaptorus deleted the feature/merge_from_origin branch February 4, 2025 09:12
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.