Skip to content

Commit 580399b

Browse files
committed
chore: bump version 6.1.0
1 parent ad1516c commit 580399b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 6.1.0
2+
* fix: unable to input text on windows desktop by @imaachman in https://github.com/AppFlowy-IO/appflowy-editor/pull/1126
3+
* feat: open html decoder for custom parser by @richardshiue in https://github.com/AppFlowy-IO/appflowy-editor/pull/1145
4+
* fix: paste issue from ChatGPT by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/1146
5+
* chore: optimize auto scroller speed by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/1147
6+
* fix: scrolling issue with single block node from bottom to top by @asjqkkkk in https://github.com/AppFlowy-IO/appflowy-editor/pull/1148
7+
* fix: TextStyleExtensions combine logic issue with fontfamily by @asjqkkkk in https://github.com/AppFlowy-IO/appflowy-editor/pull/1149
8+
* chore: allow users to supply decoration instead of only color by @richardshiue in https://github.com/AppFlowy-IO/appflowy-editor/pull/1150
9+
* feat: allow passing in a context menu builder by @richardshiue in https://github.com/AppFlowy-IO/appflowy-editor/pull/1152
10+
* feat: add animation during auto scrolling by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/1153
11+
* feat: add scroll animtion on mobile by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/1154
12+
* fix: super weird bug with placeholders by @richardshiue in https://github.com/AppFlowy-IO/appflowy-editor/pull/1159
13+
* feat: support formula in DeltaMarkdownDecoder by @asjqkkkk in https://github.com/AppFlowy-IO/appflowy-editor/pull/1155
14+
* fix: word boundary regards white space as a word by @richardshiue in https://github.com/AppFlowy-IO/appflowy-editor/pull/1157
15+
* fix: selection move direction logic should visit children by @richardshiue in https://github.com/AppFlowy-IO/appflowy-editor/pull/1156
16+
* chore: adjust context menu visibility logic by @richardshiue in https://github.com/AppFlowy-IO/appflowy-editor/pull/1158
17+
* chore: optimize context menu logic by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/1161
18+
* chore: revert "fix: word boundary regards white space as a word (#1157)" by @richardshiue in https://github.com/AppFlowy-IO/appflowy-editor/pull/1160
19+
* fix: support export markdown with inline math equation by @asjqkkkk in https://github.com/AppFlowy-IO/appflowy-editor/pull/1164
20+
* test: add performance tests by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/1166
21+
122
## 6.0.0
223
* fix: paste single line text will remove the children block by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/1100
324
* feat: support block wrapper by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/1101

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

3-
version: 6.0.0
3+
version: 6.1.0
44

55
homepage: "https://github.com/AppFlowy-IO/appflowy-editor"
66

0 commit comments

Comments
 (0)