v5.14.0
- Implement
reshapeArrowutility to support programmatically updating connection arrow properties (e.g., style, label, and deltas) and emitreshapeArrowoperation event.
- mobile: Fallback to map panning when node dragging is aborted in
DragWaitstate.
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.13.0...v5.14.0
v5.10.0
- Bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in https://github.com/NaturalIntelligence/fast-xml-parser/pull/849
- Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 by @dependabot[bot] in https://github.com/NaturalIntelligence/fast-xml-parser/pull/848
Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.9.3...v5.10.0
@floating-ui/core@1.8.0
- feat: add
'layoutViewport'string option torootBoundary. Unlike the visual'viewport'boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passedRectof the documentElement's client size, it accounts for space reserved byscrollbar-gutter: stable.
- fix(inline): no-op on empty client rects and detect RTL disjoined line rects
- fix: support explicit
undefinedfor optional properties withexactOptionalPropertyTypes - fix(size): correctly compute available size for centered elements overflowing both sides
- perf(core): reduce bundle size with behavior-identical middleware simplifications
- Update dependencies:
@floating-ui/utils@0.2.12
@floating-ui/dom@1.8.0
- feat: add
'layoutViewport'string option torootBoundary. Unlike the visual'viewport'boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passedRectof the documentElement's client size, it accounts for space reserved byscrollbar-gutter: stable.
- fix: remove redundant passive options from scroll listeners
- fix: support explicit
undefinedfor optional properties withexactOptionalPropertyTypes - fix(autoUpdate): update immediately instead of waiting for the 1s
layoutShiftrefresh throttle when the reference moved during an observer refresh - fix(getClippingRect): correct clipping-ancestor filtering for fixed-position elements
- perf(dom): reduce bundle size and skip redundant per-call work in positioning utilities
- fix(getViewportRect): account for
scrollbar-gutter: stable both-edgesreserved space - fix(getViewportRect): don't overflow past a left-side document scrollbar
- fix(platform): don't throw in
getClientRectswhen a virtual element without agetClientRectsmethod is used with theinline()middleware - fix(autoUpdate): refresh layout shift observer on root resize
- Update dependencies:
@floating-ui/core@1.8.0,@floating-ui/utils@0.2.12
@formatjs/unplugin: 1.2.1
- fix(@formatjs/icu-skeleton-parser): map e/c weekday counts 4/5/6 to long/narrow/short by @spokodev in https://github.com/formatjs/formatjs/pull/6852
- fix(deps): materialize published package manifests by @longlho in https://github.com/formatjs/formatjs/pull/6844
- feat(@formatjs/intl-datetimeformat): update IANA timezone database to 2026c by @longlho in https://github.com/formatjs/formatjs/pull/6854
- build(@formatjs/intl-datetimeformat): make tzdata generation hermetic by @longlho in https://github.com/formatjs/formatjs/pull/6855
- fix(deps): update package manifests in release PRs by @longlho in https://github.com/formatjs/formatjs/pull/6856
- docs: update upgrade guide to reflect relaxed React 18 support by @yslpn in https://github.com/formatjs/formatjs/pull/6818
- @yslpn made their first contribution in https://github.com/formatjs/formatjs/pull/6818
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.2.0...@formatjs/unplugin@1.2.1
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.14
- @formatjs/ts-transformer bumped to 4.4.16
- dependencies