diff --git a/CHANGELOG.md b/CHANGELOG.md index 9767f1296..01cf2fd2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,18 @@ - feat: custom slash menu text style by @LucasXu0 in [#862](https://github.com/AppFlowy-IO/appflowy-editor/pull/862) - feat: paste list children nodes by @zoli in [#863](https://github.com/AppFlowy-IO/appflowy-editor/pull/863) - feat: update keyboard height by @q200892907 in [#854](https://github.com/AppFlowy-IO/appflowy-editor/pull/854) +- feat: optimize table update by @LucasXu0 in [#869](https://github.com/AppFlowy-IO/appflowy-editor/pull/869) +- feat: optimize the table node parse steps and add logs by @LucasXu0 in [#875](https://github.com/AppFlowy-IO/appflowy-editor/pull/875) +- feat: magnifier should be fully displayed at the edge of the editor w… by @hkm5558 in [#846](https://github.com/AppFlowy-IO/appflowy-editor/pull/846) - fix: document from markdown contains html escape text by @LucasXu0 in [#841](https://github.com/AppFlowy-IO/appflowy-editor/pull/841) - fix: force unwrap error by @LucasXu0 in [#847](https://github.com/AppFlowy-IO/appflowy-editor/pull/847) -- fix: magnifier should be fully displayed at the edge of the editor by @hkm5558 in [#846](https://github.com/AppFlowy-IO/appflowy-editor/pull/846) - fix: error in file selection by @zuvola in [#844](https://github.com/AppFlowy-IO/appflowy-editor/pull/844) - fix: refine drop target position by @Xazin in [#849](https://github.com/AppFlowy-IO/appflowy-editor/pull/849) - fix: stabilize rendering for nested lists beyond level 1 by @LucasXu0 in [#855](https://github.com/AppFlowy-IO/appflowy-editor/pull/855) -- fix: enable converting multiline to list by @zoli in [#860](https://github.com/AppFlowy-IO/appflowy-editor/pull/860) +- fix: enable converting multilne to list by @zoli in [#860](https://github.com/AppFlowy-IO/appflowy-editor/pull/860) +- fix: table cell insertion error by @LucasXu0 in [#870](https://github.com/AppFlowy-IO/appflowy-editor/pull/870) +- fix: chinese input by @q200892907 in [#871](https://github.com/AppFlowy-IO/appflowy-editor/pull/871) +- fix: context menu wrong offset by @Xazin in [#874](https://github.com/AppFlowy-IO/appflowy-editor/pull/874) - chore: support disabling selection gesture by @LucasXu0 in [#851](https://github.com/AppFlowy-IO/appflowy-editor/pull/851) - chore: expose text operation functions by @LucasXu0 in [#861](https://github.com/AppFlowy-IO/appflowy-editor/pull/861) - chore: support disable auto scroll by @LucasXu0 in [#864](https://github.com/AppFlowy-IO/appflowy-editor/pull/864)