Skip to content

Commit

Permalink
Release v1.14.5+1 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P authored May 7, 2024
1 parent 1974082 commit 8ab66b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.14.5
fleather: ^1.14.5+1
```
## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +12,7 @@ topics:
- editor
- text
- wysiwyg
- rich_text_editor
- rich-text-editor
- widgets

environment:
Expand Down

0 comments on commit 8ab66b1

Please sign in to comment.