From 9c5818d0ad8fc6c4984a2d46fdfb27d160f27c53 Mon Sep 17 00:00:00 2001 From: Amir Panahandeh Date: Thu, 18 Jul 2024 01:15:35 +0330 Subject: [PATCH] Release v1.17.0 (#379) --- packages/fleather/CHANGELOG.md | 8 ++++++++ packages/fleather/README.md | 2 +- packages/fleather/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index d3291c3e..62ebe11b 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.17.0 + +* Fleather manages the viewport +* Add ability to provide custom clipboard status notifier +* Fix editor requests keyboard and focus when checklist toggled + +Behavior for `scrollable` and `expand` changed. Check https://github.com/fleather-editor/fleather/pull/338#issuecomment-2212484545; + ## 1.16.0 * Inline Markdown shortcuts diff --git a/packages/fleather/README.md b/packages/fleather/README.md index 9af5da76..07f3b104 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.16.0 + fleather: ^1.17.0 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 4ebfbf14..4a2c907f 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.16.0 +version: 1.17.0 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues