|
| 1 | +## v0.14.4 (2024-04-16) |
| 2 | + |
| 3 | +- chore(lexicalplayground) Remove unnecessary type assertions from useReport.ts (#5884) wnhlee |
| 4 | +- fix(lexical) avoid implicit any type by explicitly setting variable type (#5889) Xuan |
| 5 | +- fix(lexical-reactLexicalClearEditorPlugin) Fix #3456 stale selection state after clear format (#5896) Sahejkm |
| 6 | +- feat(lexicaldevtools) Extracted storemessaging implementation to the separate packages (#5894) Vlad Fedosov |
| 7 | +- Remove a special case in table deleteTextHandler (#5891) Alex Reznik |
| 8 | +- Bump publish scripts to v4 (#5817) Ivaylo Pavlov |
| 9 | +- docs Fix broken style for node overrides example on docs (#5890) wnhlee |
| 10 | +- chore Fix nested typo in README (#5892) Zach Heckert |
| 11 | +- docs fix typedoc links and add missing packages (#5850) Bob Ippolito |
| 12 | +- feat use devprod conditions instead of webpack in exports (#5858) Bob Ippolito |
| 13 | +- fix(playground) wrong logic for FloatingLinkEditorPlugin bad node (#5814) Aron Griffis |
| 14 | +- fix #4468 Preserv elemement text align format on new paragraph creation (#5878) Sahejkm |
| 15 | +- fix test failing after rebase on bug fix for multiple text nodes styles in a cell node (#5872) Sahejkm |
| 16 | +- Fix #5663 styling from td not persisted on copy paste (#5855) Sahejkm |
| 17 | +- Replace async arrow with function (#5870) Gerard Rovira |
| 18 | +- TextNode support font-weight bold (#5852) Gerard Rovira |
| 19 | +- Add missing rewrite of utils import (#5866) John Flockton |
| 20 | +- Revert Revert feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5864) John Flockton |
| 21 | +- Revert feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5861) John Flockton |
| 22 | +- Fix bug with typeahead positioning (#5859) John Flockton |
| 23 | +- feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5830) Vlad Fedosov |
| 24 | +- fix Clear Formatting (#5849) Manuel Ojeda |
| 25 | +- Fix issue with removeing selectionchange correctly (#5848) John Flockton |
| 26 | +- Fix #5620 Persist format at paragraph level for new line (#5822) Sahejkm |
| 27 | +- Use updated docRoot count in removeRootElementEvents (#5847) John Flockton |
| 28 | +- chore upgrade to docusaurus 3 (#5838) Bob Ippolito |
| 29 | +- Use unnamed ESM imports for Prism modules (#5828) John Flockton |
| 30 | +- fix webpack needs its own export condition (#5833) Bob Ippolito |
| 31 | +- Add missing flow type parameters for insertNewAfter (#5832) Sahejkm |
| 32 | +- feat export IS and CAN environment constants from lexicalutils (#5831) Bob Ippolito |
| 33 | +- Fix failing WWW build (#5826) John Flockton |
| 34 | +- v0.14.3 (#5816) Ivaylo Pavlov |
| 35 | +- v0.14.3 Lexical GitHub Actions Bot |
| 36 | + |
1 | 37 | ## v0.14.3 (2024-04-03)
|
2 | 38 |
|
3 | 39 | - fix removed overwrite of copyright (#5811) Sven ani
|
|
0 commit comments