Skip to content

Commit

Permalink
Release v1.20.0 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux authored Dec 29, 2024
1 parent 6abce16 commit 97c9049
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.20.0

* Upgrade to Flutter 3.27
* Add translations for Dutch and German

## 1.19.0

* Improve performance when handling long documents
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.19.0
fleather: ^1.20.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.19.0
version: 1.20.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.19.0
parchment_delta: ^1.0.0
parchment: ^1.19.0
parchment: ^1.20.0
intl: ^0.19.0

dependency_overrides:
Expand Down
6 changes: 5 additions & 1 deletion packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 1.20.0

* Upgrade to Dart 3.6.0

## 1.19.0

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

## 1.18.0

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.19.0
version: 1.20.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 97c9049

Please sign in to comment.