diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 073e1d3a..5aa0dd5a 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -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` diff --git a/packages/fleather/README.md b/packages/fleather/README.md index a5ea0444..3cc60a35 100644 --- a/packages/fleather/README.md +++ b/packages/fleather/README.md @@ -28,7 +28,7 @@ Add Fleather to your dependencies. dependencies: flutter: sdk: flutter - fleather: ^1.18.0 + fleather: ^1.19.0 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 65b26383..3f198a32 100644 --- a/packages/fleather/pubspec.yaml +++ b/packages/fleather/pubspec.yaml @@ -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 @@ -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: diff --git a/packages/parchment/CHANGELOG.md b/packages/parchment/CHANGELOG.md index d2b6471b..085d917a 100644 --- a/packages/parchment/CHANGELOG.md +++ b/packages/parchment/CHANGELOG.md @@ -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 diff --git a/packages/parchment/pubspec.yaml b/packages/parchment/pubspec.yaml index 039d9001..66544cce 100644 --- a/packages/parchment/pubspec.yaml +++ b/packages/parchment/pubspec.yaml @@ -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