Skip to content

Commit

Permalink
Release v1.14.1 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P authored Jan 30, 2024
1 parent 24ccb9a commit eab052d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.14.1

* Use normalized text editing value for updating remote value
* Expose `SelectorScope`
* Remove `dart:io` usages
* Relax `intl` version

## 1.14.0+1

* Add `ClipboardManager` which can be used to implement rich clipboard
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.0+1
fleather: ^1.14.1
```
## 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.0+1
version: 1.14.1
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 eab052d

Please sign in to comment.