From 0f5a4cb1b4ba3110acc2b8c7369b6e3479b1edd5 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Mon, 8 Jul 2024 17:03:04 +0800 Subject: [PATCH] chore: bump version 3.1.0 --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3932543..d022a12b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 3.1.0 +* fix: handwriting ime doesn't work by @LucasXu0 in [#832](https://github.com/AppFlowy-IO/appflowy-editor/pull/832) +* feat: support custom markdown parsers by @LucasXu0 in [#835](https://github.com/AppFlowy-IO/appflowy-editor/pull/835) +* feat: undo markdown style by @Xazin in [#830](https://github.com/AppFlowy-IO/appflowy-editor/pull/830) +* feat: enable selection in readonly mode by @LucasXu0 in [#837](https://github.com/AppFlowy-IO/appflowy-editor/pull/837) +* feat: use format of wrapping node when pasting plain text by @jpenna in [#692](https://github.com/AppFlowy-IO/appflowy-editor/pull/692) +* feat: document to PDF feature for AppFlowy Editor by @rileyhawk1417 in [#695](https://github.com/AppFlowy-IO/appflowy-editor/pull/695) +* fix: incorrect calculation of skip value in moveVertical by @Jei-sKappa in [#790](https://github.com/AppFlowy-IO/appflowy-editor/pull/790) +* fix: add code to support sliced by @Xazin in [#829](https://github.com/AppFlowy-IO/appflowy-editor/pull/829) +* fix: render issue of nested list by @LucasXu0 in [#838](https://github.com/AppFlowy-IO/appflowy-editor/pull/838) +* fix: the toolbar will be blocked if the scroll bar is hidden by @LucasXu0 in [#839](https://github.com/AppFlowy-IO/appflowy-editor/pull/839) + ## 3.0.0 * refactor: separated determineTextDirection function by @zoli in [#809](https://github.com/AppFlowy-IO/appflowy-editor/pull/809) * fix: markdown to document with image url having properties after extension by @stevenosse in [#795](https://github.com/AppFlowy-IO/appflowy-editor/pull/795) diff --git a/pubspec.yaml b/pubspec.yaml index a0c5fee7d..30a0f31a2 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: 3.0.0 +version: 3.1.0 homepage: https://github.com/AppFlowy-IO/appflowy-editor topics: