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