Skip to content

Commit

Permalink
Release notes v0.2 (#48)
Browse files Browse the repository at this point in the history
Summary:
Release notes v0.2

Pull Request resolved: #48

Reviewed By: thegreatercurve, Fetz

Differential Revision: D51351889

Pulled By: amyworrall

fbshipit-source-id: e32fc760191951822109f3fae829e05222f6122a
  • Loading branch information
Amy Worrall authored and facebook-github-bot committed Nov 15, 2023
1 parent b569cb3 commit 4a85d22
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Lexical/Documentation.docc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

This document lists changes made in each released version of Lexical.

## 0.2 (Wed 15th November 2023)

### API breaking changes

* Node type is now provided by a `getType()` method: #47

### Fixes

* Fixed memory leaks: #40, #44
* Improvements to typing logic, particularly when replacing characters.
* Fixed the "insert link" UI within the playground for situations where no text is selected.

### Features

* `performRangeSearch()` and `performRangeSearchWithPayload()` functions, to help converting Lexical EditorStates into a format used by backends/APIs which work with string ranges.
* Undo/redo (aka History) is now in a plugin rather than core
* `SelectableDecoratorNode` allows implementing a decorator that handles click-to-select. Improvements to `NodeSelection` allow pressing backspace to delete selected decorators, etc. `SelectableImageNode` provides an example use of this. (Still to do, allow theming the selection ring, and allow customising more behaviour!)

## 0.1 (Wed 5th July 2023)

- Initial release
Expand Down

0 comments on commit 4a85d22

Please sign in to comment.