Skip to content

Commit 4546e2c

Browse files
authored
Release v1.19.0 (#426)
1 parent bb6b948 commit 4546e2c

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

packages/fleather/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.19.0
2+
3+
* Improve performance when handling long documents
4+
* Add translations for Persian
5+
* Ability to cherrypick autoformats natively available
6+
* Add support for indentation in blocks in Markdow codec
7+
* [Fix] Autoformat cannot be undone on iOS
8+
19
## 1.18.0
210

311
* Add the ability to use custom `TextSelectionControls`

packages/fleather/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add Fleather to your dependencies.
2828
dependencies:
2929
flutter:
3030
sdk: flutter
31-
fleather: ^1.18.0
31+
fleather: ^1.19.0
3232
```
3333
3434
## 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.18.0
3+
version: 1.19.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.18.0
2828
parchment_delta: ^1.0.0
29-
parchment: ^1.18.0
29+
parchment: ^1.19.0
3030
intl: ^0.19.0
3131

3232
dependency_overrides:

packages/parchment/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.19.0
2+
3+
* Improve performance when handling long documents
4+
* Add support for indentation in blocks in Markdow codec
5+
16
## 1.18.0
27

38
* Expose `parchment_delta` by Parchment

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.18.0
3+
version: 1.19.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)