Update CHANGELOG.md

pull/1428/head
Ahmed Hnewa 2 years ago
parent 4488724194
commit b41213aff1
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      CHANGELOG.md
  2. 4
      flutter_quill_extensions/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.

@ -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."

Loading…
Cancel
Save