Skip to content

Commit 4479d12

Browse files
authored
Release v1.22.0 (#490)
1 parent 91e399b commit 4479d12

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

packages/fleather/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## 1.20.1
1+
## 1.22.0
2+
3+
* `tab` (resp. `shift+ tab`) indents (resp. un-indents) line
4+
* `AutoExitRule` un-indents lists
5+
* iOS selection improvements
6+
* [Fix] iOS floating cursor wrongly position when editor has padding
7+
8+
## 1.21.0
29

310
* Add Portuguese & Brazilian Portuguese support
411
* Add Korean support

packages/fleather/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add Fleather to your dependencies.
2929
dependencies:
3030
flutter:
3131
sdk: flutter
32-
fleather: ^1.21.0
32+
fleather: ^1.22.0
3333
```
3434
3535
## Usage

packages/fleather/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fleather
22
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3-
version: 1.21.0
3+
version: 1.22.0
44
homepage: https://fleather-editor.github.io
55
repository: https://github.com/fleather-editor/fleather
66
issue_tracker: https://github.com/fleather-editor/fleather/issues
@@ -26,7 +26,7 @@ dependencies:
2626
sdk: flutter
2727
collection: ^1.19.0
2828
parchment_delta: ^1.0.0
29-
parchment: ^1.21.0
29+
parchment: ^1.22.0
3030
intl: ">=0.19.0 <0.21.0"
3131

3232
dependency_overrides:

packages/parchment/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.22.0
2+
3+
* [Fix] HTML encoding when multi-levels lists are followed by other lists or a plain paragraph
4+
15
## 1.21.0
26

37
* Upgrade to Dart 3.7

packages/parchment/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parchment
22
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
3-
version: 1.21.0
3+
version: 1.22.0
44
homepage: https://fleather-editor.github.io
55
repository: https://github.com/fleather-editor/fleather
66
issue_tracker: https://github.com/fleather-editor/fleather/issues

0 commit comments

Comments
 (0)