Skip to content

Commit

Permalink
0.3.2 (facebook#2345)
Browse files Browse the repository at this point in the history
* 0.3.2

* .
  • Loading branch information
zurfyx authored Jun 6, 2022
1 parent fedee02 commit ee43bd7
Show file tree
Hide file tree
Showing 29 changed files with 281 additions and 272 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.3.2 (June 6, 2022)

- added typing for ListItemNode.setChecked, export ListNodeTagType (#2335)
- Fix copy + paste in plain text (#2342)
- Remove process.env (#2338)

## 0.3.1 (June 3, 2022)

- Fix link toggle bug (#2331)
- Enable copy+paste on NodeSelection (#2327)
- Add default exportDOM and importDOM methods (#2324)
- Disable checklist items in readOnly mode (#2321)

## 0.3.0 (June 2, 2022)

> Note: this release contains a number of breaking changes.
Expand All @@ -8,10 +21,6 @@
- Imports from the Lexical npm packages that were previously default exports are now all named exports.

### All Changes
- Fix link toggle bug (#2331)
- Enable copy+paste on NodeSelection (#2327)
- Add default exportDOM and importDOM methods (#2324)
- Disable checklist items in readOnly mode (#2321)
- Fix various JSON/HTML issues (#2317)
- Add includeHeaders argument to INSERT_TABLE_COMMAND (#2300)
- 02cb62f8 Fix invariant and update codes (#2315)
Expand Down
Loading

0 comments on commit ee43bd7

Please sign in to comment.