* Feature: Allow the developer to override the `assetsPrefix` and default value is `assets`, you should define this correctly if you planning on using asset images in the `QuillEditor`, take a look at `QuillSharedExtensionsConfigurations` class for more info
* Support the new improved platform checking of `flutter_quill`
* Update the Image embed builder logic
* Fix the Save image button exception
* Feature: Image cropping for the image embed builder
* Add support for copying the image to the clipboard
* Add a new static method in `FlutterQuillEmbeds` which is `defaultEditorBuilders` for minimal configurations
* Fix the image size logic (it's still missing a lot of things but we will work on that soon)
* Fix the zoom image functionality to support different image providers
* Fix the typo in the function name `editorsWebBuilders`, now it's called `editorWebBuilders`
* Deprecated: The boolean property `forceUseMobileOptionMenuForImageClick` is now deprecated as we will not using it anymore and it will be removed in the next major release
* This version is not stable yet as it doesn't have mirgration guide and missing some things and we might introduce more breaking changes very soon but we decided to publish it because the latest stable version is not compatible with latest stable version of `flutter_quill`
* 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 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)`
* Fix warrning "The platformViewRegistry getter is deprecated and will be removed in a future release. Please import it from dart:ui_web instead."
* Add QuillImageUtilities class
* Small improvemenets
* Allow to use the mobile context menu on desktop by force using it
* Add the resizing option to the forced mobile context menu
* Add new custom style attrbuite for desktop and other platforms
* Remove transparent color of ImageVideoUtils dialog [74544bd](https://github.com/singerdmx/flutter-quill/commit/74544bd945a9d212ca1e8d6b3053dbecee22b720)
* Migrate to `youtube_player_flutter` from `youtube_player_flutter_quill`
* Updates to forumla button [5228f38](https://github.com/singerdmx/flutter-quill/commit/5228f389ba6f37d61d445cfe138c19fcf8766d71)