Skip to content

Commit

Permalink
Release v1.7.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P authored Apr 5, 2023
1 parent fff6767 commit db97ed0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.7.0

* Adaptive selection controls for platforms

## 1.6.0

* Allow to undo/redo changes from toolbar
Expand Down
5 changes: 4 additions & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.2.2
fleather: ^1.7.0
```
## Usage
Expand All @@ -46,6 +46,9 @@ Column(
),
```

## Migration
For migration guides check out [MIGRATION.md](https://github.com/fleather-editor/fleather/blob/master/MIGRATION.md).

## Credits

* [Zefyr](https://github.com/memspace/zefyr) contributors
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.6.0
version: 1.7.0
homepage: https://github.com/fleather-editor/fleather
publish_to: none

Expand Down
5 changes: 5 additions & 0 deletions packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.7.0

* [Breaking Change] Change codecs to accept ParchmentDocument instead of Delta
* [Fix] Blocks serialization/deserialization issues in markdown codec

## 1.6.0

* Allow to undo/redo changes from toolbar
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.6.0
version: 1.7.0
homepage: https://github.com/fleather-editor/fleather

environment:
Expand Down

0 comments on commit db97ed0

Please sign in to comment.