Skip to content

Commit

Permalink
0.3.3 (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantactuka committed Jun 10, 2022
1 parent 61097a8 commit c903c2e
Show file tree
Hide file tree
Showing 29 changed files with 279 additions and 267 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.3.3 (June 9, 2022)

- Add stringified LexicalNodes to clipboard for lossless Lexical <-> Lexical copy and paste. (#2370)
- Fix bad target issue for backspace/delete (#2375)
- Improve nested editor propagation (#2367)
- Fix scrolling issues due to browser rounding bugs (#2350)
- Code cleanup, type definition and docs improvements

Playground
- Autocomplete v2 (#2343)
- Add collaboration support for commenting (#2376)

## 0.3.2 (June 6, 2022)

- added typing for ListItemNode.setChecked, export ListNodeTagType (#2335)
Expand Down
Loading

2 comments on commit c903c2e

@vercel
Copy link

@vercel vercel bot commented on c903c2e Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website-new

lexical-fbopensource.vercel.app
lexicaljs.com
lexical.dev
lexicaljs.org
www.lexical.dev
lexical-git-main-fbopensource.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c903c2e Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground-git-main-fbopensource.vercel.app
lexical-playground.vercel.app
lexical-playground-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.