-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: release version 11.0.0 with breaking changes #2338
Conversation
… to quill_super_clipboard (#2322)
…oolbar and editor provider widgets, other minor breaking changes
…recated support for YouTube in flutter_quill_extensions and other minor breaking changes
…tate even if dirty is already true (revert to old behavior)
…_requireEditorCurrentState
…pdates in editor config, rename isOnTapOutsideEnabled to onTapOutsideEnabled
…ctory models to config in flutter_quill_extensions
…er_quill_extensions
… table of contents only
f36deec
to
860c4ab
Compare
860c4ab
to
7ccd692
Compare
It's time to review and merge this PR into To summary our discussion:
The
It work as before, no changes were introduced, the only minor breaking change that introduced is not requesting the keyboard focus by default, and that has been already documented before, the migration guide has been updated to provide code snippets to revert on both custom and simple toolbar.
It has been restored to make the migration smoother and it supports the custom button embed too (integrate with The pre-release has been published again on pub.dev |
This PR focuses on breaking changes and prioritizes issues needed in a major release. Other changes will be addressed separately before publishing the stable release of v11. Most changes are minor, primarily removals (e.g., Two minor questions:
|
Description
Prepare version
11.0.0
and introduce breaking changes, and cleanup with no new features.To try the new version before it is released:
See the migration guide to migrate from
10.0.0
to11.0.0
.Related Issues
Type of Change