From 1174f1ed71357357ecff94df8baa79e8bde3743f Mon Sep 17 00:00:00 2001 From: Ellet Date: Thu, 7 Dec 2023 20:57:26 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- example/lib/presentation/quill/quill_screen.dart | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b9aadd..09d629a3 100644 --- a/CHANGELOG.md +++ b/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/example/lib/presentation/quill/quill_screen.dart b/example/lib/presentation/quill/quill_screen.dart index 51908827..b3b73eee 100644 --- a/example/lib/presentation/quill/quill_screen.dart +++ b/example/lib/presentation/quill/quill_screen.dart @@ -126,6 +126,7 @@ class _QuillScreenState extends State { sharedConfigurations: _sharedConfigurations, controller: _controller, readOnly: _isReadOnly, + customStyles: const DefaultStyles(), elementOptions: const QuillEditorElementOptions( codeBlock: QuillEditorCodeBlockElementOptions( enableLineNumbers: true,