diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 0a9e176e..b01e7174 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.14.1 + +* Use normalized text editing value for updating remote value +* Expose `SelectorScope` +* Remove `dart:io` usages +* Relax `intl` version + ## 1.14.0+1 * Add `ClipboardManager` which can be used to implement rich clipboard diff --git a/packages/fleather/README.md b/packages/fleather/README.md index 1cfc8010..9bc1b7c2 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.14.0+1 + fleather: ^1.14.1 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index c3d98561..9e2f6c62 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.14.0+1 +version: 1.14.1 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues