udecode/plate
 Watch   
 Star   
 Fork   
2 days ago
plate

v53.3.9

@platejs/core

Patch Changes

  • #5110 by @zbeyens – Fix multiple usePlateEditor instances crashing when initialized with the same static value

@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.3.8...v53.3.9

2 days ago
plate

v53.3.8

@platejs/dnd

Patch Changes

  • #5103 by @delijah – Repair editor to editor dnd by providing a drop path

Contributors

Thanks to everyone who contributed to this release:

@delijah

Full changelog: v53.3.7...v53.3.8

6 days ago
plate

v53.3.7

@platejs/core

Patch Changes

  • #5101 by @zbeyens – Fix multiline plain-text pastes crashing when maxLength truncates across blocks

@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.3.6...v53.3.7

10 days ago
plate

v53.3.6

@platejs/core

Patch Changes

  • #5098 by @NoiceHax – Fix editor.api.html.deserialize returning unwrapped text nodes at the root for inline-only HTML

@platejs/utils

Patch Changes

  • Updated @platejs/core.

platejs

Patch Changes

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

Contributors

Thanks to everyone who contributed to this release:

@NoiceHax

Full changelog: v53.3.5...v53.3.6

11 days ago
plate

v53.3.5

@platejs/core

Published @platejs/core@53.3.5.

@platejs/link

Patch Changes

  • #5096 by @NoiceHax – Fix pasted plain text starting with # or / (e.g. #!/bin/sh) being autolinked

@platejs/slate

Patch Changes

@platejs/test-utils

Published @platejs/test-utils@53.3.5.

@platejs/utils

Patch Changes

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

platejs

Patch Changes

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

Contributors

Thanks to everyone who contributed to this release:

@NoiceHax

Full changelog: v53.3.4...v53.3.5

12 days ago
plate

v53.3.4

@platejs/core

Published @platejs/core@53.3.4.

@platejs/slate

Patch Changes

@platejs/test-utils

Published @platejs/test-utils@53.3.4.

@platejs/utils

Patch Changes

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

platejs

Patch Changes

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

Full changelog: v53.3.3...v53.3.4

22 days ago
plate

v53.3.3

@platejs/ai

Patch Changes

  • Updated @platejs/markdown.

@platejs/core

Published @platejs/core@53.3.3.

@platejs/markdown

Patch Changes

  • #5068 by @WilliamPeralta – Keep custom inline elements inside a table cell's paragraph when deserializing markdown. The cell deserializer recognised only inlineEquation as inline, so any other custom inline element was hoisted out of the paragraph and became its sibling. The cell serializer then separated those siblings with <br/>, and a second round trip turned that into a newline — silently destroying the element. The check now asks the editor whether the node is inline, which is the same answer the plugin configuration already holds.

@platejs/slate

Patch Changes

@platejs/test-utils

Published @platejs/test-utils@53.3.3.

@platejs/utils

Patch Changes

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

platejs

Patch Changes

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

Contributors

Thanks to everyone who contributed to this release:

@WilliamPeralta

Full changelog: v53.3.2...v53.3.3

2026-07-03 23:03:23
plate

v53.3.2

@platejs/docx-io

Patch Changes

  • #5053 by @zbeyens – Skip remote image URLs by default during DOCX export.

    Migration: Convert trusted remote images to data URIs before calling htmlToDocxBlob, or pass allowRemoteImages: true only when the HTML source is trusted.

Contributors

Thanks to everyone who contributed to this release:

@zbeyens

Full changelog: v53.3.1...v53.3.2

2026-06-30 23:29:55
plate

v53.3.1

@platejs/link

Patch Changes

  • df0996f810d69f1d6660dbeac2a4cceda1d5e6dd – Fix Floating Link: ignore the Safari + Japanese IME composition-commit Enter (keyCode === 229, where isComposing is false) so it no longer submits the link mid-composition. Mirrors the Enter guard already used in cmdk.

Full changelog: v53.3.0...v53.3.1

2026-06-30 20:02:30
plate

v53.3.0

@platejs/ai

Minor Changes

Full changelog: v53.2.4...v53.3.0