3 hours ago
rollup

v4.60.1

4.60.1

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

  • #6286: fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274) (@littlegrayss, @TrickyPi)
  • #6317: chore(deps): pin dependencies (@renovate[bot], @lukastaegert)
  • #6318: chore(deps): update msys2/setup-msys2 digest to cafece8 (@renovate[bot], @lukastaegert)
  • #6319: chore(deps): update minor/patch updates (@renovate[bot], @lukastaegert)
  • #6320: chore(deps): pin dependency typescript to v5 (@renovate[bot], @lukastaegert)
  • #6321: chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (@renovate[bot], @lukastaegert)
  • #6322: fix(deps): update swc monorepo (major) (@renovate[bot], @lukastaegert)
  • #6323: chore(deps): lock file maintenance (@renovate[bot])
  • #6324: chore(deps): lock file maintenance (@renovate[bot], @lukastaegert)
7 hours ago
milkdown

v7.20.0

Please refer to CHANGELOG.md for details.

7 hours ago
leafer-ui
8 hours ago
plate

@platejs/table@52.3.18

Patch Changes

  • #4923 by @hhhjin – Fixed ArrowUp and ArrowDown table navigation to avoid the transient caret flash when moving between table cells.
8 hours ago
plate

@platejs/ai@52.3.18

Patch Changes

  • Updated @platejs/table.
8 hours ago
plate

@platejs/link@52.3.17

Patch Changes

  • #4919 by @zbeyens

    • Fixed custom isUrl handling so it can reject internal paths like /docs and anchor links like #top instead of those shortcuts always being accepted.
  • #4917 by @zbeyens

    • Fixed link validation so text starting with // is no longer treated as an internal path. This stops comment-style paste content from being autolinked by mistake, including inside code blocks.
8 hours ago
plate

@platejs/table@52.3.17

Patch Changes

  • #4922 by @zbeyens
    • Fixed table border toggling so left-border updates apply to every selected row in a multi-row cell selection instead of only the topmost row.