Skip to content

Commit 5b0059e

Browse files
committed
chore: bump version 0.1.11
1 parent 0361790 commit 5b0059e

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
## 0.1.11
2+
* feat: allow textPadding customization by @simonbengtsson in ([#108]https://github.com/AppFlowy-IO/appflowy-editor/pull/108)
3+
* fix: nested text node parser by @Xazin ([#115]https://github.com/AppFlowy-IO/appflowy-editor/pull/115)
4+
15
## 0.1.10
2-
* feat: support single asterisk to italic by @Xazin in https://github.com/AppFlowy-IO/appflowy-editor/pull/92
3-
* fix: remove platform check in theme on web by @Xazin in https://github.com/AppFlowy-IO/appflowy-editor/pull/91
4-
* fix: improves cursor left word delete by @MayurSMahajan in https://github.com/AppFlowy-IO/appflowy-editor/pull/88
5-
* fix: one overlay entry for selection menu by @Xazin in https://github.com/AppFlowy-IO/appflowy-editor/pull/82
6-
* fix: changing heading from one level to another from toolbar by @LucasXu0 in https://github.com/AppFlowy-IO/appflowy-editor/pull/96
6+
* feat: support single asterisk to italic by @Xazin in ([#92]https://github.com/AppFlowy-IO/appflowy-editor/pull/92)
7+
* fix: remove platform check in theme on web by @Xazin in ([#91]https://github.com/AppFlowy-IO/appflowy-editor/pull/91)
8+
* fix: improves cursor left word delete by @MayurSMahajan in ([#8]https://github.com/AppFlowy-IO/appflowy-editor/pull/88)
9+
* fix: one overlay entry for selection menu by @Xazin in ([#82]https://github.com/AppFlowy-IO/appflowy-editor/pull/82)
10+
* fix: changing heading from one level to another from toolbar by @LucasXu0 in ([#96]https://github.com/AppFlowy-IO/appflowy-editor/pull/96)
711

812
## 0.1.9
9-
* feat: dark mode improvement by @hyj1204 in https://github.com/AppFlowy-IO/appflowy-editor/pull/90
10-
* feat: shift+tab to outdent a indented bulletpoint or checkbox. by @MayurSMahajan in https://github.com/AppFlowy-IO/appflowy-editor/pull/63
11-
* fix: enter to outdent checkbox/bullet lists by @Xazin in https://github.com/AppFlowy-IO/appflowy-editor/pull/84
13+
* feat: dark mode improvement by @hyj1204 in ([#90]https://github.com/AppFlowy-IO/appflowy-editor/pull/90)
14+
* feat: shift+tab to outdent a indented bulletpoint or checkbox. by @MayurSMahajan in ([#63]https://github.com/AppFlowy-IO/appflowy-editor/pull/63)
15+
* fix: enter to outdent checkbox/bullet lists by @Xazin in ([#84]https://github.com/AppFlowy-IO/appflowy-editor/pull/84)
1216

1317
## 0.1.8
1418
* chore: minor updates to documentation.

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: 0.1.10
3+
version: 0.1.11
44
homepage: https://github.com/AppFlowy-IO/appflowy-editor
55

66
platforms:

0 commit comments

Comments
 (0)