v0.13.1

facebook/lexicalv0.13.1Jan 26, 2024by zurfyx

AI Summary

A patch release fixing SSR compatibility issues, missing type definitions, and markdown conversion logic.

Key Highlights

  • Fixed Next.js server-side compatibility
  • Added missing Flow types
  • Fixed markdown conversion for empty paragraphs

Full Release Notes

## v0.13.1 (2024-01-26)

A wild `console.info` got into our 0.13 release...

Besides that, this small patch addresses some more issues, including Next.js server-side compatibility (thanks @2wheeh!).


## What's Changed
* Add missing flow types by @zurfyx in https://github.com/facebook/lexical/pull/5542
* v0.13.0 by @zurfyx in https://github.com/facebook/lexical/pull/5540
* Add row/column with correct header styles by @Shubhankerism in https://github.com/facebook/lexical/pull/5546
* Floating link editor for AutoLinkNode and conversion to LinkNode once modified. by @HarrySIV in https://github.com/facebook/lexical/pull/5536
* feat: Expose getActiveEditor and getActiveEditorState by @yf-yang in https://github.com/facebook/lexical/pull/5409
* Update CODEOWNERS by @zurfyx in https://github.com/facebook/lexical/pull/5550
* Check global.window on DOM availability check by @2wheeh in https://github.com/facebook/lexical/pull/5547
* docs: correct react plugin name by @sj-h4 in https://github.com/facebook/lexical/pull/5554
* Update InlineImageNode.tsx by @olvvlo in https://github.com/facebook/lexical/pull/5552
* Allow an empty paragraph child on converting from markdown by @2wheeh in https://github.com/facebook/lexical/pull/5517

## New Contributors
* @sj-h4 made their first contribution in https://github.com/facebook/lexical/pull/5554
* @olvvlo made their first contribution in https://github.com/facebook/lexical/pull/5552

**Full Changelog**: https://github.com/facebook/lexical/compare/v0.13.0...v0.13.1