diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 740843cf..d3291c3e 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.16.0 + +* Inline Markdown shortcuts +* Enable auto-correct on mobile devices +* Enable suggestions on Android devices +* [UI change] Adjust default theme +* [Fix] selectors in toolbar going under keyboard + ## 1.15.0+1 * Upgrade to Flutter 3.22 diff --git a/packages/fleather/README.md b/packages/fleather/README.md index 7a9004bf..9af5da76 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.15.0+1 + fleather: ^1.16.0 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 35677c65..4ebfbf14 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.15.0+1 +version: 1.16.0 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues