Skip to content

v3.17.1

Latest
Compare
Choose a tag to compare
@denolfe denolfe released this 14 Jan 01:02
· 38 commits to main since this release
a865a90

v3.17.1 (2025-01-14)

Important

This release upgrades the lexical dependency from 0.20.0 to 0.21.0. If you installed lexical manually, update it to 0.21.0. Installing lexical manually is not recommended, as it may break between updates, and our re-exported versions should be used. See the yellow banner box for details.

If you still encounter richtext-lexical errors, delete node_modules and your lockfile (e.g. pnpm-lock.json), then reinstall (e.g. pnpm install). Some package managers do not update the lexical peerdep automatically, likely due to a bug on their end.

🐛 Bug Fixes

  • richtext-lexical: incorrect lexical version in dependency checker (#10559) (878763b)

🤝 Contributors