From 94ed9f35b536498c5e8cd1f845c2ce6815fa12e4 Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:39:40 +0300 Subject: [PATCH] ... --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20e2140..7200ae2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - Custom style attrbuites for platforms other than mobile (alignment, margin, width, height) - Bug fixes and other improvemenets +# [7.4.14] + - 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)` - Add MediaButton for picking the images only since the video one is not ready - A new feature which allows customizing the text selection in quill editor which is useful for custom theme design system for custom app widget