diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 52b9aadd..09d629a3 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -2,10 +2,12 @@ All notable changes to this project will be documented in this file. -## 9.0.0-dev-7 -* Fix a bug in chaning the background/font color of ol/ul list +## 9.0.0-dev-8 * Better support for pasting HTML contents from external websites to the editor * The experimental support of converting the HTML from `quill_html_converter` is now built-in in the `flutter_quill` and removed from there (Breaking change for `quill_html_converter`) + +## 9.0.0-dev-7 +* Fix a bug in chaning the background/font color of ol/ul list * Flutter Quill Extensions: * Fix link bug in the video url * Fix patterns diff --git a/flutter_quill_test/CHANGELOG.md b/flutter_quill_test/CHANGELOG.md index 52b9aadd..09d629a3 100644 --- a/flutter_quill_test/CHANGELOG.md +++ b/flutter_quill_test/CHANGELOG.md @@ -2,10 +2,12 @@ All notable changes to this project will be documented in this file. -## 9.0.0-dev-7 -* Fix a bug in chaning the background/font color of ol/ul list +## 9.0.0-dev-8 * Better support for pasting HTML contents from external websites to the editor * The experimental support of converting the HTML from `quill_html_converter` is now built-in in the `flutter_quill` and removed from there (Breaking change for `quill_html_converter`) + +## 9.0.0-dev-7 +* Fix a bug in chaning the background/font color of ol/ul list * Flutter Quill Extensions: * Fix link bug in the video url * Fix patterns diff --git a/packages/quill_html_converter/CHANGELOG.md b/packages/quill_html_converter/CHANGELOG.md index 52b9aadd..09d629a3 100644 --- a/packages/quill_html_converter/CHANGELOG.md +++ b/packages/quill_html_converter/CHANGELOG.md @@ -2,10 +2,12 @@ All notable changes to this project will be documented in this file. -## 9.0.0-dev-7 -* Fix a bug in chaning the background/font color of ol/ul list +## 9.0.0-dev-8 * Better support for pasting HTML contents from external websites to the editor * The experimental support of converting the HTML from `quill_html_converter` is now built-in in the `flutter_quill` and removed from there (Breaking change for `quill_html_converter`) + +## 9.0.0-dev-7 +* Fix a bug in chaning the background/font color of ol/ul list * Flutter Quill Extensions: * Fix link bug in the video url * Fix patterns