v0.38.2
facebook/lexicalv0.38.2Oct 31, 2025by etrepum
AI Summary
Patch release to fix a regression in yjs cursor position awareness and a markdown formatting issue with backslashes before or after closing backticks.
Key Highlights
- Fix cursor positions on awareness update in collab v1
- Fix markdown formatting when backslash is before or after closing backtick
New Features
- Update cursor positions on awareness update in collab v1
- Fix markdown formatting when a backslash is before or after a closing backtick
Full Release Notes
v0.38.2 is a patch release to fix a regression in yjs cursor position awareness (#7960). It also includes another fix for a Markdown issue. ## Highlights React: - ✅ #7960 Fix: update cursor positions on awareness update in collab v1 Markdown: - ✅ #7958 Fix markdown formatting when a backslash is before or after a closing backtick ## What's Changed * v0.38.1 by @etrepum in https://github.com/facebook/lexical/pull/7951 * Update examples for v0.38.1 by @etrepum in https://github.com/facebook/lexical/pull/7952 * Update codeowners by @zurfyx in https://github.com/facebook/lexical/pull/7957 * [lexical-markdown] Code backslash fix by @MarekKuncik in https://github.com/facebook/lexical/pull/7958 * [lexical-react] Fix: update cursor positions on awareness update in collab v1 by @james-atticus in https://github.com/facebook/lexical/pull/7960 **Full Changelog**: https://github.com/facebook/lexical/compare/v0.38.1...v0.38.2