Skip to content

Commit 1d9750d

Browse files
authored
0.3.7 (#2608)
1 parent 95536b7 commit 1d9750d

File tree

29 files changed

+301
-277
lines changed

29 files changed

+301
-277
lines changed

CHANGELOG.md

+27-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 0.3.7 (July 6, 2022)
2+
3+
Lots of bug fixes and polish. Notably, the full text of minifed Lexical error codes can now be accessed via the [Lexical website](https://lexical.dev/docs/error?code=2).
4+
5+
- Update Browser Extension's Vite Config (#2540) Will
6+
- fix: import color and vertical align info from html string (#2571) Adithya Vardhan
7+
- Update PollNode.css (#2602) VelociRaptor
8+
- Update package names (#2599) Acy Watson
9+
- Ensure to call existing listeners only (not newly added ones) (#2573) Maksim Horbachevsky
10+
- Added dragend to list of rootElementEvents (#2598) stuartrobinson3007
11+
- Reverse MarkdownExport loop order to take TextMatchTransformers into account first (#2582) Lukas
12+
- Fetch Lexical State Tree in DevTools App (#2510) Will
13+
- chore: use keyboard shortcuts (#2580) Adithya Vardhan
14+
- fix prettier Gerard Rovira
15+
- Replace background images with pseudo classes to display checkboxes in playground (#2567) VelociRaptor
16+
- Customize default focus position (#2591) Gerard Rovira
17+
- Add missing dependencies (#2585) John Flockton
18+
- Website error codes - lexical.dev/error/<code> (#2574) Gerard Rovira
19+
- Use Vite server for E2E tests in CI (Fix windows CI failures) (#2584) Acy Watson
20+
- feat(lexical-playground): copy button for @lexical/code (#2396) 子瞻 Luci
21+
- fix: commenting issue after ts migration (#2558) Adithya Vardhan
22+
- npm run changelog (#2561) Gerard Rovira
23+
- fix: typo edtior to editor (#2560) Florent DUVEAU
24+
125
## 0.3.6 (June 29, 2022)
226

327
lexical & @lexical/ packages:
@@ -95,7 +119,7 @@ Playground
95119

96120
## 0.3.2 (June 6, 2022)
97121

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

@@ -195,13 +219,13 @@ Playground
195219
- Add TextMarks to TextNode (#1912)
196220
- Fix various collab bugs with lists (#1984)
197221
- Fix cached getTextContent() to reflect new lines (#1993)
198-
- Fix equation node handling on Android (#1968)
222+
- Fix equation node handling on Android (#1968)
199223
- Fix formatting on embeds (#1963)
200224
- Improve multi element indentation - added ElementNode.canIndent (#1982)
201225
- Fix bugs around pressing the enter key in Safari (#1943)
202226
- Fix delete empty lines on tables (#1905)
203227
- Fix copy-paste format loss (#1913)
204-
- Fix memory leak with EditorContext (#1767)
228+
- Fix memory leak with EditorContext (#1767)
205229
- Fix various selection issues on node boundaries (#1917)
206230
- Fix some .js.flow and d.ts types
207231

0 commit comments

Comments
 (0)