|
| 1 | +## 0.3.8 (July 20, 2022) |
| 2 | + |
| 3 | +Lots of bug fixes. |
| 4 | + |
| 5 | +Introduces TypeaheadPlugin and associated primitives, which consolidate the implementation of all such functionality (mentions and component picker) and create a base to build similar typeahead functionality from. |
| 6 | + |
| 7 | +Introduces TableOfContents plugin for easier navigation of long-form documents. Available in the playground in the settings menu (bottom-left corner). |
| 8 | + |
| 9 | +Introduces a "clipboard viewer" functionality in the local dev environment. When active, it shows the clipboard content the last time the paste event was fired with the editor focused. |
| 10 | + |
| 11 | +- Remove default styling imports on HTML paste (#2663) Acy Watson |
| 12 | +- fix(lexical-playground): code lang display (#2658) 子瞻 Luci |
| 13 | +- chore(lexical-playground): remove files that should not be submitted (#2662) 子瞻 Luci |
| 14 | +- Selection.extract fix (#2620) Acy Watson |
| 15 | +- Specify the return type of getNearestNodeOfType. (#2651) hiraoka |
| 16 | +- Autolink default protocol (#2654) Gerard Rovira |
| 17 | +- fix(doc): RichTextPlugin placeholder (#2655) unvalley |
| 18 | +- fix(lexical): calculate range selection formatting (#2643) 子瞻 Luci |
| 19 | +- Add TableOfContentsPlugin (#2634) Karam Qaoud |
| 20 | +- Port ASCII State Tree to Browser Extension (#2625) Will |
| 21 | +- Fix markdown text matchers during md import (#2644) Maksim Horbachevsky |
| 22 | +- fix(lexical): Japanese IME issue (#2623) 子瞻 Luci |
| 23 | +- Remove comment box from footer (#2639) John Flockton |
| 24 | +- Delete doc from ydocMap on unmount. Fixes init on re-mount (#2637) Maksim Horbachevsky |
| 25 | +- feat: new way to delete comments and threads (#2570) Adithya Vardhan |
| 26 | +- Lexical Typeaheads (#2534) Tyler Bainbridge |
| 27 | +- Add $insertBlockNode (#2633) Gerard Rovira |
| 28 | +- Add seperate flag for if script had loaded (#2628) John Flockton |
| 29 | +- Fix Chrome types in Lexical DevTools (#2627) John Flockton |
| 30 | +- Capture the expected payload type in commands (#2537) Patrik Åkerstrand |
| 31 | +- fix unit test warning (#2618) Acy Watson |
| 32 | +- fix(lexical-playground): fix toolbar-item button style bug in safari (#2621) 子瞻 Luci |
| 33 | +- add docs (#2611) Acy Watson |
| 34 | +- Add default value for undefined case in markdown transformers (#2453) Noah Cook |
| 35 | +- Add PasteLog Plugin (#2609) Acy Watson |
| 36 | +- Fix pasting inline code blocks (#2607) Maksim Horbachevsky |
| 37 | + |
1 | 38 | ## 0.3.7 (July 6, 2022)
|
2 | 39 |
|
3 | 40 | 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).
|
|
0 commit comments