|
| 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 | + |
1 | 25 | ## 0.3.6 (June 29, 2022)
|
2 | 26 |
|
3 | 27 | lexical & @lexical/ packages:
|
@@ -95,7 +119,7 @@ Playground
|
95 | 119 |
|
96 | 120 | ## 0.3.2 (June 6, 2022)
|
97 | 121 |
|
98 |
| -- added typing for ListItemNode.setChecked, export ListNodeTagType (#2335) |
| 122 | +- added typing for ListItemNode.setChecked, export ListNodeTagType (#2335) |
99 | 123 | - Fix copy + paste in plain text (#2342)
|
100 | 124 | - Remove process.env (#2338)
|
101 | 125 |
|
@@ -195,13 +219,13 @@ Playground
|
195 | 219 | - Add TextMarks to TextNode (#1912)
|
196 | 220 | - Fix various collab bugs with lists (#1984)
|
197 | 221 | - Fix cached getTextContent() to reflect new lines (#1993)
|
198 |
| -- Fix equation node handling on Android (#1968) |
| 222 | +- Fix equation node handling on Android (#1968) |
199 | 223 | - Fix formatting on embeds (#1963)
|
200 | 224 | - Improve multi element indentation - added ElementNode.canIndent (#1982)
|
201 | 225 | - Fix bugs around pressing the enter key in Safari (#1943)
|
202 | 226 | - Fix delete empty lines on tables (#1905)
|
203 | 227 | - Fix copy-paste format loss (#1913)
|
204 |
| -- Fix memory leak with EditorContext (#1767) |
| 228 | +- Fix memory leak with EditorContext (#1767) |
205 | 229 | - Fix various selection issues on node boundaries (#1917)
|
206 | 230 | - Fix some .js.flow and d.ts types
|
207 | 231 |
|
|
0 commit comments