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