diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index d9f7799e..7418e5b8 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.27.0 + +* Upgrade to Flutter 3.44 +* [Fix] Editor reveals cursor and widget when not focused + ## 1.26.0 - Editor and cursor brought into viewport if is wrapped with a scrollable regardless of it's `scrollable` property diff --git a/packages/fleather/README.md b/packages/fleather/README.md index cb185eda..8607db78 100644 --- a/packages/fleather/README.md +++ b/packages/fleather/README.md @@ -25,7 +25,7 @@ Add Fleather to your dependencies. dependencies: flutter: sdk: flutter - fleather: ^1.26.0 + fleather: ^1.27.0 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 41571a7f..83dc16f8 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.26.0 +version: 1.27.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.19.1 parchment_delta: ^1.0.0 - parchment: ^1.25.1 + parchment: ^1.27.0 intl: ">=0.19.0 <0.21.0" dependency_overrides: diff --git a/packages/parchment/CHANGELOG.md b/packages/parchment/CHANGELOG.md index a599f178..209b6a2e 100644 --- a/packages/parchment/CHANGELOG.md +++ b/packages/parchment/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.27.0 + +* Upgrade to Flutter 3.44 + ## 1.25.1 * Add `hasSpanEmbed` to `LineNode` diff --git a/packages/parchment/pubspec.yaml b/packages/parchment/pubspec.yaml index 52c80d58..faf430e0 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.25.1 +version: 1.27.0 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues