v0.37.0
v0.37.0 is an ad-hoc release, primarily to update the happy-dom dependency to address a CVE (#7909 - lexical's usage of this package was not susceptible) but also includes several bug fixes. This was marked as a minor release because it includes an experimental collab v2 implementation which is not yet ready for use (see #7616 #7903)
Highlights
Core:
- #7900 โ
Fix
$cloneWithPropertiesso that it doesn't throw an exception when used in read-only mode - #7904 ๐ Add new (internal) ephemeral node concept for situations where a cloned node is intentionally decoupled from the editor state for mutations that will only have a local effect
Examples:
- ๐ #7879 New sveltekit ssr example demonstrating the use of @lexical/headless/dom
React:
- โ #7899 LexicalMenu guard against undefined option when list shrinks
Collab:
- ๐ #7616 #7903 #7907 #7908 Initial implementation of collab v2
List
- ๐ #7892 Keep list marker for markdown round-trip
Rich Text:
- โ #7902 Fix up/down arrows for node selection