From b41213aff11d29c2b59026af05e897a33de42eb1 Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:05:24 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- flutter_quill_extensions/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2299e415..6a597d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # [7.4.12] - Update the minimum version of device_info_plus to 9.1.0. - Custom style attrbuites for platforms other than mobile (alignment, margin, width, height) -- Improve performance by reduce numbers of widget rebuilt by listen to media query for only the needed things +- Improve performance by reducing the number of widgets rebuilt by listening to media query for only the needed things, for example instead of using `MediaQuery.of(context).size`, now we are using `MediaQuery.sizeOf(context)` - # [7.4.11] - Add sw locale. diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 54ed746e..0496248d 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -2,8 +2,8 @@ - Provide a way to use custom image provider for the image widgets - Provide a way to handle different errors in image widgets - Two bug fixes related to pick the image and capture it using the camera -- Add support for image resizing in desktop when force using mobile context menu -- Improve performance by reduce numbers of widget rebuilt by listen to media query for only the needed things +- Add support for image resizing on desktop platforms when forced using the mobile context menu +- Improve performance by reducing the number of widgets rebuilt by listening to media query for only the needed things, for example instead of using `MediaQuery.of(context).size`, now we are using `MediaQuery.sizeOf(context)` ## 0.5.1 - Fix warrning "The platformViewRegistry getter is deprecated and will be removed in a future release. Please import it from dart:ui_web instead."