flutter_quill_extensions 11.0.0-dev.2 flutter_quill_extensions: ^11.0.0-dev.2 copied to clipboard
Embed extensions for flutter_quill including image, video, formula and etc.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note
The previous CHANGELOG.md
has been archived.
[Unreleased] #
Important
See the migration guide from 10.0.0 to 11.0.0 for the full breaking changes and migration. Ensure to read the breaking behavior section to avoid unexpected changes.
Changed #
- Update the minimum supported SDK version to Flutter 3.0/Dart 3.0 for compatibility, fixing #2347.
- Improve dependencies constraints for compatibility.
- BREAKING: Update configuration class names to use the suffix
Config
instead ofConfigurations
. - The
QuillSimpleToolbar
base button options now support buttons offlutter_quill_extensions
.
Removed #
- BREAKING: The
super_clipboard
plugin from flutter_quill_extensions. - BREAKING: The deprecated support for loading YouTube videos in
flutter_quill_extensions
.
[11.0.0-dev.2] - 2024-11-08 #
Changed #
- Separate the package version and
CHANGELOG.md
from flutter_quill.