7 hours ago
plate

v53.1.5

@platejs/ai

Patch Changes

  • Updated @platejs/markdown.

@platejs/markdown

Patch Changes

  • #5016 by @zbeyens – Fix markdown deserialization from crashing on malformed HTML-like MDX input.

Contributors

Thanks to everyone who contributed to this release:

@zbeyens

Full changelog: v53.1.4...v53.1.5

7 hours ago
react-arborist

v3.10.5

Fixes

  • TreeApi methods (select, focus, delete, edit, node creation, etc.) now honor a custom idAccessor when given raw row data, instead of always reading .id. The identifier parameters and the onCreate return type accept your data type, so a custom accessor works end-to-end. (#366)
8 hours ago
plate

v53.1.4

@platejs/media

Patch Changes

  • #5014 by @zbeyens – Fix media embed rendering to reject unsafe serialized iframe URLs

Contributors

Thanks to everyone who contributed to this release:

@zbeyens

Full changelog: v53.1.3...v53.1.4

16 hours ago
plate

v53.1.3

@platejs/list

Patch Changes

  • #5011 by @zbeyens – Fix ordered paragraph lists continuing numbering from numbered headings.

Contributors

Thanks to everyone who contributed to this release:

@zbeyens

Full changelog: v53.1.2...v53.1.3

1 days ago
next.js

v16.3.0-canary.51

Misc Changes

  • Avoid a premature Suspense fallback flash in the streaming dev render: #94783

Credits

Huge thanks to @unstubbable for helping!

1 days ago
plate

v53.1.2

@platejs/core

Patch Changes

  • #5009 by @zbeyens – Fix complex leaf and text renderers triggering React hook-order warnings when marks change.

@platejs/utils

Patch Changes

  • Updated @platejs/core.

platejs

Patch Changes

  • Updated @platejs/core, @platejs/utils.

Contributors

Thanks to everyone who contributed to this release:

@zbeyens

Full changelog: v53.1.1...v53.1.2

1 days ago
plate

v53.1.1

@platejs/ai

Patch Changes

  • Updated @platejs/markdown.

@platejs/markdown

Patch Changes

  • #5007 by @kiranmagic7 – Fix MDX fallback deserialization for GFM tables containing plain less-than text.

Contributors

Thanks to everyone who contributed to this release:

@kiranmagic7

Full changelog: v53.1.0...v53.1.1

1 days ago
docx-editor

@eigenpal/docx-editor-react@1.5.0

Minor Changes

  • 19a25eb: Add scrollToCommentId, scrollToChangeId, and highlightRange methods to DocxEditorRef on both the React and Vue adapters, for revealing a location in the editor. Each scrolls the comment, tracked change, or position range into view and selects it so the selection overlay highlights the spot. scrollToCommentId and scrollToChangeId return false when the id no longer resolves, so callers can surface a "location no longer exists" affordance instead of silently doing nothing.

Patch Changes

  • ab38192: Support clickable inline Word checkbox content controls
  • ca275f9: Fix the document outline toggle rendering above the title bar File menu. The outline button now uses the shared Z_INDEX.outline layer (40) instead of 50, and the toolbar shell is raised to Z_INDEX.toolbar (100) so title-bar dropdowns stay on top. Vue parity: outline toggle at 40, toolbar shell at 100.
  • Updated dependencies [7d02ec1]
  • Updated dependencies [04130ef]
  • Updated dependencies [ab38192]
  • Updated dependencies [5cdfa5c]
  • Updated dependencies [335ad6c]
  • Updated dependencies [c5a4b1e]
  • Updated dependencies [c4fd221]
  • Updated dependencies [ca005c5]
  • Updated dependencies [7d6daeb]
  • Updated dependencies [5cdfa5c]
  • Updated dependencies [44161e5]
    • @eigenpal/docx-editor-core@1.5.0
    • @eigenpal/docx-editor-agents@1.5.0
    • @eigenpal/docx-editor-i18n@1.5.0
1 days ago
docx-editor

@eigenpal/docx-editor-vue@1.5.0

Minor Changes

  • 19a25eb: Add scrollToCommentId, scrollToChangeId, and highlightRange methods to DocxEditorRef on both the React and Vue adapters, for revealing a location in the editor. Each scrolls the comment, tracked change, or position range into view and selects it so the selection overlay highlights the spot. scrollToCommentId and scrollToChangeId return false when the id no longer resolves, so callers can surface a "location no longer exists" affordance instead of silently doing nothing.

Patch Changes

  • ab38192: Support clickable inline Word checkbox content controls

  • 37f79ad: Fix the Vue image selection frame being shifted right (misaligned) on platforms with classic scrollbars. The overlay now accounts for the inline-start scrollbar gutter reserved by scrollbar-gutter: stable both-edges.

  • 5cdfa5c: Vue: fix the image selection frame appearing shifted off the image. Selecting an image right after a document loads measured the frame one frame before the page finished re-centering, stranding it to the side; the overlay now re-anchors across the layout settle (and across zoom transitions) so the frame keeps wrapping the image tightly. It also re-anchors when the comments sidebar slides the page sideways while an image stays selected, which previously left the frame stranded to the side until the next scroll.

    Fixes #764

  • 5cdfa5c: Vue: insert images directly from Insert > Image like React — the OS file picker opens and the image is placed inline, fitted to the page width, with no intermediate dialog. This also fixes a tall empty gap that appeared below an inserted image wider than the page column. The read-file-fit-and-insert flow now lives in core (insertImageFromFile), so React and Vue share one code path and behave identically.

  • d090d08: Fix Vue: replying to a tracked change now threads the reply under that suggestion instead of creating a top-level comment, and the sidebar re-stacks cards when one expands so an expanded card no longer overlaps the next. Fixes #773.

  • Updated dependencies [7d02ec1]

  • Updated dependencies [04130ef]

  • Updated dependencies [ab38192]

  • Updated dependencies [5cdfa5c]

  • Updated dependencies [335ad6c]

  • Updated dependencies [c5a4b1e]

  • Updated dependencies [c4fd221]

  • Updated dependencies [ca005c5]

  • Updated dependencies [7d6daeb]

  • Updated dependencies [5cdfa5c]

  • Updated dependencies [44161e5]

    • @eigenpal/docx-editor-core@1.5.0
    • @eigenpal/docx-editor-agents@1.5.0
    • @eigenpal/docx-editor-i18n@1.5.0
1 days ago
docx-editor

@eigenpal/nuxt-docx-editor@1.5.0

Patch Changes

  • Updated dependencies [19a25eb]
  • Updated dependencies [ab38192]
  • Updated dependencies [37f79ad]
  • Updated dependencies [5cdfa5c]
  • Updated dependencies [5cdfa5c]
  • Updated dependencies [d090d08]
    • @eigenpal/docx-editor-vue@1.5.0