diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index abe4f769..ea27384f 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,12 +1,17 @@ +## 1.11.0 + +* Support for Flutter 3.16 +* [Fix] exception thrown when inserting new line with toggled inline styles + ## 1.10.0 * Support for Flutter 3.13 ## 1.9.1 -* Fix light theme inline code background color for Material 3 -* Fix wrong bounding box for text lines in block -* Fix alignment and direction in blocks +* [Fix] light theme inline code background color for Material 3 +* [Fix] wrong bounding box for text lines in block +* [Fix] alignment and direction in blocks ## 1.9.0 diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 69be5a6d..4749ffea 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.10.0 +version: 1.11.0 homepage: https://github.com/fleather-editor/fleather publish_to: none diff --git a/packages/parchment/CHANGELOG.md b/packages/parchment/CHANGELOG.md index a25b2187..c0f54495 100644 --- a/packages/parchment/CHANGELOG.md +++ b/packages/parchment/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.11.0 + +* Add support for strike-through in Markdown codec +* [Fix] HTML encoder for tangled inline tags + ## 1.9.0 * Migrated to Dart 3 diff --git a/packages/parchment/pubspec.yaml b/packages/parchment/pubspec.yaml index 8862f69b..0f3c2ccd 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.9.0 +version: 1.11.0 homepage: https://github.com/fleather-editor/fleather environment: