-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove IntentionallyMarkedAsDirtyElement from public API #3421
Closed
+64,539
−39,861
Conversation
This file contains 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
* Prevent nested editor event duplication * Prevent nested editor event duplication * Address feedback
Co-authored-by: Tim Laubert <[email protected]>
* Fix bug where transforms are inherited by nested editors * Fix init pattern * Fix init pattern * Fix init pattern * Fix
* Add an experimental Table component in React Add an experimental Table component in React Add an experimental Table component in React WIP Fix Fix Fix Fix Fix Ensure editor states are cloned if read only Fix Fix Fix Fix Fix HMR Add table controls More fixes Many fixes WIP Fixes Fix bugs + prettier * Fix TS issue * Ensure table priority is higher * Revert image selection changes * Add sorting * Fix sort algo
Co-authored-by: Christian Ratz <[email protected]>
* Fix link breaking when formatting on * nodeFormat to const * retry checks
Co-authored-by: Christian Ratz <[email protected]>
* Fix bugs with isEditable * Revise
* change to using package.json in root as pinned version * wip automated release workflow with manual triggerl * change release script * Fix build script * checkout new branch * release on push to next * no accidental releases * release on push to latest * fix yaml * fix yaml * fix yaml * remove unnecessary * remove unnecessary * prettier
* Improve docs around the React plugins page * Improve docs around the React plugins page
* Cleanup newlines unless its preformatted element * Update docs
* add rel noopener by default * fix tests * fix tests * fix more tests
* Add LexicalNodeEventPlugin to @lexical/react * Include editor
* Fix element indent duplication * Fix broken tests
* Update codes * Add code * Fix typo * Fix typo * Fix unit tests
* Exports SerializedNodes from @lexical/table * Exports SerializedNodes as types * Fixes sort order * Reorders exported types * Updated after npm run prettier:fix
* refactor: extracted initialConfig to exported type Allows you to import and use the type when creating a new editor * reafctor: added config type to flow file
* Fix browser selection with horizontal rule
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
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.
startTransition
if it's present (Conditionally utilizestartTransition
if it's present #2676)@lexical/code
into more atomic modules (Separate@lexical/code
into more atomic modules #2673)timeoutId
type (fix:timeoutId
type #2735)insertTranspose
forbeforeinput
event #2764)LexicalCollaborationPlugin.js.flow
#2847)addTransform
withregisterNodeTransform
in transforms doc (ReplacedaddTransform
withregisterNodeTransform
in transforms doc #2882)getSelection
(Check if DOM is accessible when callinggetSelection
#3162)time travel
after reaching maximum range (fix: playtime travel
after reaching maximum range #3197)eslint-plugin
with ruleno-optional-chaining
locally (chore: add neweslint-plugin
with ruleno-optional-chaining
locally #3233)isHighlighting
flag into object literal #3256)CollapsiblePlugin
(fix: align center fill caret icon onCollapsiblePlugin
#3304)ErrorBoundary
props toPlainTextPlugin
#3326)