diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 4f1b652b..62a80031 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.7.0 + +* Adaptive selection controls for platforms + ## 1.6.0 * Allow to undo/redo changes from toolbar diff --git a/packages/fleather/README.md b/packages/fleather/README.md index 60e1b455..9b18dda3 100644 --- a/packages/fleather/README.md +++ b/packages/fleather/README.md @@ -22,7 +22,7 @@ Add Fleather to your dependencies. dependencies: flutter: sdk: flutter - fleather: ^1.2.2 + fleather: ^1.7.0 ``` ## Usage @@ -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 diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 8913e266..4c514086 100644 --- a/packages/fleather/pubspec.yaml +++ b/packages/fleather/pubspec.yaml @@ -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 diff --git a/packages/parchment/CHANGELOG.md b/packages/parchment/CHANGELOG.md index 670a01d5..88525c61 100644 --- a/packages/parchment/CHANGELOG.md +++ b/packages/parchment/CHANGELOG.md @@ -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 diff --git a/packages/parchment/pubspec.yaml b/packages/parchment/pubspec.yaml index 1ee1982a..01412cc6 100644 --- a/packages/parchment/pubspec.yaml +++ b/packages/parchment/pubspec.yaml @@ -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: