Skip to content
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

feat(richtext-lexical): upgrade lexical from 0.20.0 to 0.21.0. Fixes table selection & scrollable table bugs #10501

Merged
merged 5 commits into from
Jan 10, 2025

Conversation

AlessioGr
Copy link
Member

@AlessioGr AlessioGr commented Jan 10, 2025

Fixes #8036

This PR upgrades lexical from 0.20.0 to 0.21.0. As stated in the docs, please ensure you're using our re-exported lexical packages instead of installing lexical directly. E.g., import from @payloadcms/richtext-lexical/lexical instead of lexical. Direct lexical imports are not supported and may break.

This PR ports over all relevant PRs from the lexical playground that have been pushed between 0.20.0 and 0.21.0. This includes a lot of bug fixes related to tables, specifically scrollable tables and table selection.

@AlessioGr AlessioGr changed the title feat(richtext-lexical): upgrade lexical from 0.20.0 to 0.21.0. This comes with a lot of bug fixes related to tables feat(richtext-lexical): upgrade lexical from 0.20.0 to 0.21.0. Fixes table selection & scrollable table bugs Jan 10, 2025
@AlessioGr AlessioGr merged commit 04733f0 into main Jan 10, 2025
71 checks passed
@AlessioGr AlessioGr deleted the feat/upgrade-lexical-0.21.0 branch January 10, 2025 21:13
Copy link
Contributor

🚀 This is included in version v3.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table Overflow in Lexical
1 participant