Skip to content

Commit

Permalink
Release v1.19.0 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux authored Sep 11, 2024
1 parent bb6b948 commit 4546e2c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.19.0

* Improve performance when handling long documents
* Add translations for Persian
* Ability to cherrypick autoformats natively available
* Add support for indentation in blocks in Markdow codec
* [Fix] Autoformat cannot be undone on iOS

## 1.18.0

* Add the ability to use custom `TextSelectionControls`
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.18.0
fleather: ^1.19.0
```
## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fleather
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
version: 1.18.0
version: 1.19.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand All @@ -26,7 +26,7 @@ dependencies:
sdk: flutter
collection: ^1.18.0
parchment_delta: ^1.0.0
parchment: ^1.18.0
parchment: ^1.19.0
intl: ^0.19.0

dependency_overrides:
Expand Down
5 changes: 5 additions & 0 deletions packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.19.0

* Improve performance when handling long documents
* Add support for indentation in blocks in Markdow codec

## 1.18.0

* Expose `parchment_delta` by Parchment
Expand Down
2 changes: 1 addition & 1 deletion packages/parchment/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parchment
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
version: 1.18.0
version: 1.19.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand Down

0 comments on commit 4546e2c

Please sign in to comment.