Skip to content

Commit

Permalink
Release v1.14.4 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P authored Apr 13, 2024
1 parent 1fe19e9 commit fb54f17
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.14.4

* [Fix] selection handles not disposed after disposing selection overlay
* [Fix] wrong selection after pasting
* [Fix] multiple cursor on editor after selecting Android keyboard suggestion
* [Fix] FleatherThemeData.merge not applying heading 6 theme
* [Fix] get selection style for beginning of new line
* [Fix] sending invalid composing range to engine

## 1.14.3

* Hide collapsed selection handle in read-only mode
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.3
fleather: ^1.14.4
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion 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.3
version: 1.14.4
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand Down

0 comments on commit fb54f17

Please sign in to comment.