@lexical/utils
Advanced tools
Changelog
v0.7.7 (2023-02-03)
createParentElementNode
method on LexicalNode to fix copy/paste issues with clipboard (#3800) John FlocktonChangelog
v0.7.6 (2023-01-10)
Changelog
v0.7.5 (2022-12-23)
Changelog
v0.7.4 (2022-12-20)
$applyNodeReplacement
(#3592) John FlocktonChangelog
v0.7.3 (2022-12-18)
Changelog
v0.7.2 (2022-12-17)
Changelog
v0.7.1 (2022-12-11)
Contains several small bug fixes from the Lexical 0.7.0 release.
Changelog
v0.7.0 (2022-12-09)
Lexical 0.7 includes some breaking changes, including:
$cloneContents
from @lexical/selection
PlainTextPlugin
and RichTextPlugin
with regards to how placeholders are handledRichTextPlugin
no longer indents by default, use the LexicalTabIndentationPlugin
for this behavior.unstable_convertLegacyJSONEditorState
has been removed. This was always meant to be a temporary work-around to allow developers to convert their formats to the new JSON format rather than using the actual editor state internals directly.Lexical 0.7 includes performance and usability improvements. Notably, Lexical has a new internal architecture that allows for
much better performance with large documents of content. Lexical also now provides a way to handle selection between blocks
of content by providing an emulated cursor (make sure you add a blockCursor
theme to your editor config to use it).
Changelog
v0.6.5 (2022-12-05)
Changelog
v0.6.4 (2022-11-29)
type="button"
to <button /> components (#3447) Scott Agirs