From f1f46de6ac74ee4063933e6e6018f25f7d2eba59 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Wed, 15 Nov 2023 10:00:23 +0800 Subject: [PATCH 1/2] chore: bump version 2.0.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a212d91ae..ad70b43fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 +* feat: support Flutter stable channel by @LucasXu0 in ([#581](https://github.com/AppFlowy-IO/appflowy-editor/pull/581)) +* feat: support toggling format style when the selection is collapsed by @LucasXu0 in ([#586](https://github.com/AppFlowy-IO/appflowy-editor/pull/586)) +* fix: don't rebuild mobile toolbar every time by @LucasXu0 in ([#579](https://github.com/AppFlowy-IO/appflowy-editor/pull/579)) +* fix: solve the left and right key bug by @q200892907 in ([#584](https://github.com/AppFlowy-IO/appflowy-editor/pull/584)) + ## 2.0.0-beta.1 * feat: support Flutter stable channel by @LucasXu0 in ([#581](https://github.com/AppFlowy-IO/appflowy-editor/pull/581)) diff --git a/pubspec.yaml b/pubspec.yaml index bd38b8208..e56235264 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: appflowy_editor description: A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond. -version: 2.0.0-beta.1 +version: 2.0.0 homepage: https://github.com/AppFlowy-IO/appflowy-editor topics: From 1b15a3061416b5ee4c09b32f8fb68c800a795521 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Sat, 18 Nov 2023 13:21:06 +0800 Subject: [PATCH 2/2] chore: update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad70b43fc..2cac0f01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ ## 2.0.0 * feat: support Flutter stable channel by @LucasXu0 in ([#581](https://github.com/AppFlowy-IO/appflowy-editor/pull/581)) * feat: support toggling format style when the selection is collapsed by @LucasXu0 in ([#586](https://github.com/AppFlowy-IO/appflowy-editor/pull/586)) +* feat: optimize editing experience on mobile by @LucasXu0 in ([#592](https://github.com/AppFlowy-IO/appflowy-editor/pull/592)) +* feat: support display number of the numbered list in latin or roman format by @q200892907 in ([#595](https://github.com/AppFlowy-IO/appflowy-editor/pull/595)) * fix: don't rebuild mobile toolbar every time by @LucasXu0 in ([#579](https://github.com/AppFlowy-IO/appflowy-editor/pull/579)) * fix: solve the left and right key bug by @q200892907 in ([#584](https://github.com/AppFlowy-IO/appflowy-editor/pull/584)) +* fix: unable to set toolbar icon theme by @LucasXu0 in ([#596](https://github.com/AppFlowy-IO/appflowy-editor/pull/596)) + ## 2.0.0-beta.1 * feat: support Flutter stable channel by @LucasXu0 in ([#581](https://github.com/AppFlowy-IO/appflowy-editor/pull/581))