5 hours ago
milkdown

v7.21.3

Please refer to CHANGELOG.md for details.

9 hours ago
mind-elixir-core

v5.14.0

5.14.0 - 2026-07-12

Features

  • Implement reshapeArrow utility to support programmatically updating connection arrow properties (e.g., style, label, and deltas) and emit reshapeArrow operation event.

Bug Fixes

  • mobile: Fallback to map panning when node dragging is aborted in DragWait state.

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.13.0...v5.14.0

15 hours ago
zarm

v3.4.0

  • Feature

    • [React 19] 支持 React 19,新增 zarm/react19 渲染适配入口,并扩展 reactreact-dom peerDependencies 兼容范围 #804b7a7
  • Bug Fix

    • [Carousel] 修复横向轮播容器会阻止页面滚动的问题 #4ab339
  • Chore

    • [Build] 包管理工具迁移至 pnpm,并更新相关测试与构建脚本 #b9bd4a
1 days ago
fast-xml-parser

v5.10.0

What's Changed

Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.9.3...v5.10.0

1 days ago
floating-ui

@floating-ui/core@1.8.0

Minor Changes

  • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

Patch Changes

  • fix(inline): no-op on empty client rects and detect RTL disjoined line rects
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • 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
1 days ago
floating-ui

@floating-ui/react-dom@2.1.9

Patch Changes

  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • Update dependencies: @floating-ui/dom@1.8.0
1 days ago
floating-ui

@floating-ui/vue@2.0.1

Patch Changes

  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • Update dependencies: @floating-ui/dom@1.8.0, @floating-ui/utils@0.2.12
1 days ago
floating-ui

@floating-ui/react@0.27.20

Patch Changes

  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • Update dependencies: @floating-ui/react-dom@2.1.9, @floating-ui/utils@0.2.12
1 days ago
floating-ui

@floating-ui/dom@1.8.0

Minor Changes

  • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

Patch Changes

  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • fix(autoUpdate): update immediately instead of waiting for the 1s layoutShift refresh 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-edges reserved space
  • fix(getViewportRect): don't overflow past a left-side document scrollbar
  • fix(platform): don't throw in getClientRects when a virtual element without a getClientRects method is used with the inline() middleware
  • fix(autoUpdate): refresh layout shift observer on root resize
  • Update dependencies: @floating-ui/core@1.8.0, @floating-ui/utils@0.2.12
1 days ago
floating-ui

@floating-ui/utils@0.2.12

Patch Changes

  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • fix(getPaddingObject): coalesce explicit undefined padding members to 0
  • perf(utils): reduce bundle size in getNearestOverflowAncestor