From 142191373892f4edb6704b5dbccf75293e2b6485 Mon Sep 17 00:00:00 2001 From: Ellet Date: Tue, 14 Nov 2023 00:01:50 +0300 Subject: [PATCH] Update CHANLGELOG.md of flutter_quill_extensions --- flutter_quill_extensions/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 83b9140c..270ed664 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,7 +1,7 @@ ## 0.6.9 -- Feature: Add supprot for formula for web - Remove duplicated class - Drop the support for `QuillEditorFormulaEmbedBuilder` for now as it's not usable, we are working on providing a fixes +- Fix bug with the zoom button ## 0.6.8 - Feature: Allow the developer to override the `assetsPrefix` and default value is `assets`, you should define this correctly if you planning on using asset images in the `QuillEditor`, take a look at `QuillSharedExtensionsConfigurations` class for more info