Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
zurfyx
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.43.0 is a monthly release with breaking changes, new features, and a number of bug fixes across selection, tables, markdown, and extensions. Notable highlights include a new
useExtensionSignalValuehook, and CSS theme options for Yjs collaboration cursors.Outside of the release artifact, we've refreshed the lexical.dev website thanks to @m-santanna (and inspired by design mockups from @ixahmedxi). Importantly this refresh includes a set of modern examples (
examples/website-*andexamples/agent-example) that are embedded on the front page and showcase current best practices.Breaking Changes
Asynchronous parent editor delegation #8308
@lexical/reactnested editors now use asynchronous parent editor delegation when needed to match pre-0.42.0 legacy behavior.New APIs
@lexical/react-useExtensionSignalValue#8286A new
@lexical/react/useExtensionSignalValuemodule is available for reading signal values from extension output within React componentsHighlights
Core:
IS_SAFARIbrowser detectionTextNodes when__statecontains a different number of default values$insertNodeswith$insertNodeIntoLeaffor consistentDecoratorNodebehavior insideMarkNodeCode:
skipTransformsinCodeHighlighterPrismandCodeHighlighterShikiExtension:
@lexical/react/useExtensionSignalValuemodule for reading signals from ReactExamples:
Headless:
window.happyDOM.close()to ensure proper cleanupLink:
Markdown:
Playground:
isExactShortcutMatchfor Dvorak keyboard compatibilitySelection:
$getSelectionStyleValueForPropertydirection-independentTable:
Utils:
$insertNodeIntoLeafedge case; update@preact/signals-core, hermes, and flow dependenciesYjs:
Infrastructure:
^7.3.2flow-binto 0.306.0 and add incompatible-variance workaroundusing)What's Changed
New Contributors
Full Changelog: v0.42.0...v0.43.0