File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 2.5.0
2+ * feat: provide an option to disable color parser by @LucasXu0 in [ 784] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/784 )
3+ * feat: improve mobile selection by @richardshiue in [ 776] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/776 )
4+ * feat: support option/cmd + click to open link by @LucasXu0 in [ 787] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/787 )
5+ * fix: improve link menu position by @LucasXu0 in [ 786] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/786 )
6+ * fix: incorrect cursor movement behaviour by @Jei-sKappa in [ 751] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/751 )
7+ * fix: update selection from the delta by @LucasXu0 in [ 788] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/788 )
8+ * fix: inline math equation issue by @q200892907 in [ 781] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/781 )
9+ * fix: cjk IME issues on Linux by @LucasXu0 in [ 791] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/791 )
10+
111## 2.4.0
212* feat: provide an option to disable color parser by @LucasXu0 in [ 784] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/784 )
313* feat: improve mobile selection by @richardshiue in [ 776] ( https://github.com/AppFlowy-IO/appflowy-editor/pull/776 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ platforms:
1919
2020environment :
2121 sdk : " >=3.1.5 <4.0.0"
22- flutter : " >=3.19 .0"
22+ flutter : " >=3.22 .0"
2323
2424dependencies :
2525 flutter :
You can’t perform that action at this time.
0 commit comments