From f0fa2d13ab04ef7e344ec3b5dc28d7cf58a65ab8 Mon Sep 17 00:00:00 2001 From: Ellet Date: Thu, 7 Dec 2023 21:01:06 +0300 Subject: [PATCH] Update CHANGELOG.md --- flutter_quill_extensions/CHANGELOG.md | 6 ++++-- flutter_quill_test/CHANGELOG.md | 6 ++++-- packages/quill_html_converter/CHANGELOG.md | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) 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