v51 Releases

RSS
v51.1.3

@platejs/cursor

Bug Fixes

  • Avoid accessing ref during render (#4735)

@platejs/dnd

Bug Fixes

  • Avoid accessing ref during render (#4735)

@platejs/toc

Bug Fixes

  • Avoid accessing ref during render (#4735)

@udecode/react-hotkeys

Bug Fixes

  • Avoid accessing ref during render (#4735)

CHANGELOG · v51.1.2...v51.1.3 · By @zbeyens

v51.1.2

@platejs/ai

Bug Fixes

  • Format code with Biome (#4732)

@platejs/autoformat

Bug Fixes

  • Format code with Biome (#4732)

@platejs/basic-nodes

Bug Fixes

  • Format code with Biome (#4732)

@platejs/basic-styles

Bug Fixes

  • Format code with Biome (#4732)

@platejs/callout

Bug Fixes

  • Format code with Biome (#4732)

@platejs/caption

Bug Fixes

  • Format code with Biome (#4732)

@platejs/code-block

Bug Fixes

  • Format code with Biome (#4732)

@platejs/combobox

Bug Fixes

  • Format code with Biome (#4732)

@platejs/comment

Bug Fixes

  • Format code with Biome (#4732)

@platejs/core

Bug Fixes

  • Format code with Biome (#4732)

@platejs/csv

Bug Fixes

  • Format code with Biome (#4732)

@platejs/cursor

Bug Fixes

  • Format code with Biome (#4732)

@platejs/date

Bug Fixes

  • Format code with Biome (#4732)

@platejs/diff

Bug Fixes

  • Format code with Biome (#4732)

@platejs/dnd

Bug Fixes

  • Format code with Biome (#4732)

@platejs/docx

Bug Fixes

  • Format code with Biome (#4732)

@platejs/emoji

Bug Fixes

  • Format code with Biome (#4732)

@platejs/excalidraw

Bug Fixes

  • Format code with Biome (#4732)

@platejs/find-replace

Bug Fixes

  • Format code with Biome (#4732)

@platejs/floating

Bug Fixes

  • Format code with Biome (#4732)

@platejs/indent

Bug Fixes

  • Format code with Biome (#4732)

@platejs/juice

Bug Fixes

  • Format code with Biome (#4732)

@platejs/layout

Bug Fixes

  • Format code with Biome (#4732)

@platejs/link

Bug Fixes

  • Format code with Biome (#4732)

@platejs/list

Bug Fixes

  • Format code with Biome (#4732)

@platejs/list-classic

Bug Fixes

  • Format code with Biome (#4732)

@platejs/markdown

Bug Fixes

  • Format code with Biome (#4732)

@platejs/math

Bug Fixes

  • Format code with Biome (#4732)

@platejs/media

Bug Fixes

  • Format code with Biome (#4732)

@platejs/mention

Bug Fixes

  • Format code with Biome (#4732)

platejs

Bug Fixes

  • Format code with Biome (#4732)

@platejs/playwright

Bug Fixes

  • Format code with Biome (#4732)

@platejs/resizable

Bug Fixes

  • Format code with Biome (#4732)

@platejs/selection

Bug Fixes

  • Format code with Biome (#4732)

@platejs/slash-command

Bug Fixes

  • Format code with Biome (#4732)

@platejs/slate

Bug Fixes

  • Format code with Biome (#4732)

@platejs/suggestion

Bug Fixes

  • Format code with Biome (#4732)

@platejs/tabbable

Bug Fixes

  • Format code with Biome (#4732)

@platejs/table

Bug Fixes

  • Format code with Biome (#4732)

@platejs/tag

Bug Fixes

  • Format code with Biome (#4732)

@platejs/test-utils

Bug Fixes

  • Format code with Biome (#4732)

@platejs/toc

Bug Fixes

  • Format code with Biome (#4732)

@platejs/toggle

Bug Fixes

  • Format code with Biome (#4732)

@udecode/cn

Bug Fixes

  • Format code with Biome (#4732)

@udecode/react-hotkeys

Bug Fixes

  • Format code with Biome (#4732)

@udecode/react-utils

Bug Fixes

  • Format code with Biome (#4732)

@udecode/utils

Bug Fixes

  • Format code with Biome (#4732)

@platejs/utils

Bug Fixes

  • Format code with Biome (#4732)

@platejs/yjs

Bug Fixes

  • Format code with Biome (#4732)

CHANGELOG · v51.1.1...v51.1.2 · By @zbeyens

v51.0.0

@platejs/core

Breaking Changes

  • Moved static rendering functionality to @platejs/core/static / platejs/static to make @platejs/core / platejs React-free. (#4695)

    Migration To migrate, update your imports from platejs to platejs/static for all static rendering features listed below:

    • createStaticEditor, CreateStaticEditorOptions - Create static editor instance
    • serializeHtml, SerializeHtmlOptions - Serialize editor content to HTML string
    • PlateStatic, PlateStaticProps - Main static editor component
    • SlateElement, SlateElementProps - Static element component
    • SlateText, SlateTextProps - Static text component
    • SlateLeaf, SlateLeafProps - Static leaf component
    • getEditorDOMFromHtmlString

@platejs/list

Bug Fixes

  • Updated import path for SlateRenderElementProps to use the new static export from platejs/static. (#4695)

CHANGELOG · v50.3.9...v51.0.0 · By @felixfeng33