Releases: singerdmx/flutter-quill
Releases · singerdmx/flutter-quill
v11.0.0-dev.17
Fixed
- The color picker dialog's hex field does not use the correct value of the selected text in the editor #2415.
v11.0.0-dev.16
Changed
- Address warnings of
unreachable_switch_default
(introduced in Dart 3.6).
v11.0.0-dev.15
Added
- New localization strings for the image save functionality #2403.
Changed
- Rewrite the image save functionality for
flutter_quill_extensions
#2403. - Migrate quill_native_bridge to
11.0.0
#2403. - Avoid using deprecated APIs in Flutter 3.27.0:
- Migrate from
withOpacity
towithValues
according to Color wide gamut - Opacity migration. - Avoid using the deprecated
Color.value
getter.
- Migrate from
- Ignore
unreachable_switch_default
warning (introduced in Dart 3.6). - Update
intl
dependency to support versions0.19.0
and0.20.0
.
Fixed
- Avoid using
url_launcher_string.dart
which is strongly discouraged #2403.
v11.0.0-dev.14
Changed
- Improve pub topics in package metadata.
- Update the minimum required version of the dependency quill_native_bridge from
10.7.9
to10.7.11
.
v11.0.0-dev.13
v11.0.0-dev.12
Changed
- Mark
shouldNotifyListeners
as experimental inQuillController.replaceText()
. - Mark the method
QuillController.clipboardSelection()
as experimental.
v11.0.0-dev.11
Added
onKeyPressed
inQuillEditorConfig
to customize key press handling in the editor #2368.
Changed
- Improve
README.md
.
v11.0.0-dev.9
This release was mainly published to test the new automated publishing workflow, no changes were introduced.
Full Changelog: v11.0.0-dev.6...v11.0.0-dev.9
v11.0.0-dev.10
Changed
- [ci] Improve the publishing workflow.
v11.0.0-dev.6
What's Changed
- fix(ios): link menu action Cupertino modal popup now does NOT use root nav by @Zambrella in #2332
- Added khmer localization by @huypanha in #2358
- feat!: release version 11.0.0 with breaking changes by @EchoEllet in #2338
- ci: fix the automated publishing workflow by @EchoEllet in #2363
New Contributors
- @Zambrella made their first contribution in #2332
- @huypanha made their first contribution in #2358
Full Changelog: v10.8.5...v11.0.0-dev.6
Changed
- The option to enable/disable rich text paste (from other apps) in
QuillClipboardConfig
. - Improve
README.md
. - Simplify the
example
app.