Skip to content

v3.0.0-beta.20

Pre-release
Pre-release
Compare
Choose a tag to compare
@denolfe denolfe released this 29 Apr 21:01
· 2745 commits to main since this release

What's Changed

⚠ BREAKING CHANGES:

@payloadcms/richtext-lexical

Upgrade lexical from 0.13.1 to 0.14.5 and backport other changes by @AlessioGr in #6095

  • Lexical may introduce breaking changes in their updates. Please consult their changelog. One breaking change I noticed is that the SerializedParagraphNode now has a new, required textFormat property.
  • Now that lexical supports ESM, all CJS-style imports have been changed to ESM-style imports. You may have to do the same in your codebase if you import from lexical core packages

Full Changelog: v3.0.0-beta.18...v3.0.0-beta.20