From 08e70651b9093e2c39a5ad99082e39352653ea56 Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Sun, 26 Nov 2023 05:35:04 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6407abae..6b40c573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## 8.6.3 -* Update the minimum flutter version to `3.1.6` - All notable changes to this project will be documented in this file. +## 8.6.3 +* Update the minimum flutter version to `3.16.0` + ## 8.6.2 * Restore use of alternative QuillToolbarLinkStyleButton2 widget @@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file. * Now when opening dialogs by `QuillToolbar` you will not get an exception when you don't use `FlutterQuillLocalizations.delegate` in your `WidgetsApp`, `MaterialApp`, or `CupertinoApp`. The fix is for the `QuillToolbarSearchButton`, `QuillToolbarLinkStyleButton`, and `QuillToolbarColorButton` buttons ## 8.5.4 -* The `mobileWidth`, `mobileHeight`, `mobileMargin` and `mobileAlignment` is now deprecated in `flutter_quill`, they are are now defined in `flutter_quill_extensions` +* The `mobileWidth`, `mobileHeight`, `mobileMargin`, and `mobileAlignment` is now deprecated in `flutter_quill`, they are now defined in `flutter_quill_extensions` * Deprecate `replaceStyleStringWithSize` function which is in `string.dart` * Deprecate `alignment`, and `margin` as they don't conform to official Quill JS