diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 7592d039..d9f7799e 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.26.0 + +- Editor and cursor brought into viewport if is wrapped with a scrollable regardless of it's `scrollable` property +- [Fix] incorrect width when using TextWidthBasis.longestLine with multiple lines +- [Fix] exception thrown when editor starts with an element that do not compute distance to actual baseline + ## 1.25.1 - [Fix] Empty line height greater than non-empty line height diff --git a/packages/fleather/README.md b/packages/fleather/README.md index 5d6a5b8d..cb185eda 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.25.1 + fleather: ^1.26.0 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 577a9341..e5510b19 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.25.1 +version: 1.26.0 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues