Skip to content

Commit

Permalink
Release v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Aug 16, 2024
1 parent 7b21eef commit ade9d17
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.18.0

* Add the ability to use custom `TextSelectionControls`
* Add foundations for localization
* Add translations for French
* Add clear method on controller
* Improve performance by using repaint boundary
* Fix hit test issue when scrolled
* Fix copy issue when selection is inverted

## 1.17.0

* Fleather manages the viewport
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.17.0
fleather: ^1.18.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.17.0
version: 1.18.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
4 changes: 4 additions & 0 deletions packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.18.0

* Expose `parchment_delta` by Parchment

## 1.15.0

* Add support for decoding indentation, <hr>, and <img> in HTML codec
Expand Down
2 changes: 1 addition & 1 deletion packages/parchment/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parchment
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
version: 1.15.0
version: 1.18.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 ade9d17

Please sign in to comment.