Skip to content

Commit 0f5a4cb

Browse files
committed
chore: bump version 3.1.0
1 parent 7f05000 commit 0f5a4cb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 3.1.0
2+
* fix: handwriting ime doesn't work by @LucasXu0 in [#832](https://github.com/AppFlowy-IO/appflowy-editor/pull/832)
3+
* feat: support custom markdown parsers by @LucasXu0 in [#835](https://github.com/AppFlowy-IO/appflowy-editor/pull/835)
4+
* feat: undo markdown style by @Xazin in [#830](https://github.com/AppFlowy-IO/appflowy-editor/pull/830)
5+
* feat: enable selection in readonly mode by @LucasXu0 in [#837](https://github.com/AppFlowy-IO/appflowy-editor/pull/837)
6+
* feat: use format of wrapping node when pasting plain text by @jpenna in [#692](https://github.com/AppFlowy-IO/appflowy-editor/pull/692)
7+
* feat: document to PDF feature for AppFlowy Editor by @rileyhawk1417 in [#695](https://github.com/AppFlowy-IO/appflowy-editor/pull/695)
8+
* fix: incorrect calculation of skip value in moveVertical by @Jei-sKappa in [#790](https://github.com/AppFlowy-IO/appflowy-editor/pull/790)
9+
* fix: add code to support sliced by @Xazin in [#829](https://github.com/AppFlowy-IO/appflowy-editor/pull/829)
10+
* fix: render issue of nested list by @LucasXu0 in [#838](https://github.com/AppFlowy-IO/appflowy-editor/pull/838)
11+
* 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)
12+
113
## 3.0.0
214
* refactor: separated determineTextDirection function by @zoli in [#809](https://github.com/AppFlowy-IO/appflowy-editor/pull/809)
315
* fix: markdown to document with image url having properties after extension by @stevenosse in [#795](https://github.com/AppFlowy-IO/appflowy-editor/pull/795)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: appflowy_editor
22
description: A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
3-
version: 3.0.0
3+
version: 3.1.0
44
homepage: https://github.com/AppFlowy-IO/appflowy-editor
55

66
topics:

0 commit comments

Comments
 (0)