diff --git a/MIGRATION.md b/MIGRATION.md index e4f363e9..0f25883b 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -1,3 +1,7 @@ +## Fleather 1.4.4 > 1.14.5+1 + +* Change `SelectorScope.of(context).pushSelector(selector, completer)` to `SelectorScope.showSelector(context, selector, completer)` or `SelectorScope.of(context).showSelector(context, selector, completer)` + ## Fleather 1.13.2 > 1.14.0+1 | Parchment 1.13.0 > 1.14.0 * Change `quill_delta:` to `parchment_delta:` in `pubspec.yaml` diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 69a39039..58cd74be 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.14.5 +## 1.14.5+1 * [Fix] toolbar moving out of viewport upon scrolling * [Fix] list number using the wrong theme diff --git a/packages/fleather/README.md b/packages/fleather/README.md index 2aaf82d3..de91d878 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.5 + fleather: ^1.14.5+1 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 2677346b..933c53f1 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.5 +version: 1.14.5+1 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues @@ -12,7 +12,7 @@ topics: - editor - text - wysiwyg - - rich_text_editor + - rich-text-editor - widgets environment: