Skip to content

Commit

Permalink
Release v1.13.0 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux authored Jan 6, 2024
1 parent f38278c commit 019f3fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.13.0

* Enhanced text selection experience on mobile (including magnifier)
* [Fix] Vertical cursor movements have incorrect behavior when initiated from a line with large embeds

## 1.12.0

* Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
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.12.0
fleather: ^1.13.0
```
## 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.12.0
version: 1.13.0
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 019f3fe

Please sign in to comment.