Releases: singerdmx/flutter-quill
Releases Β· singerdmx/flutter-quill
v8.6.4
What's Changed
- restored changelog from 7.1.15 to 7.9.0 by @MagTuxGit in #1555
- The default value of
keyboardAppearance
for the iOS will be the one from the App/System theme mode instead of always using theBrightness.light
- Fix typos in
README.md
Full Changelog: v8.6.3...v8.6.4
v8.6.3
v8.6.3
- Update the minimum flutter version to
3.16.0
To help catching breaking changes error of8.6.0
Full Changelog: v8.6.2...v8.6.3
v8.6.2
What's Changed
- Restore use of alternative
QuillToolbarLinkStyleButton2
widget by @MacDeveloper1 in #1547
Full Changelog: v8.6.1...v8.6.2
v8.6.1
- Temporary revert style bug fix
Full Changelog: v8.6.0...v8.6.1
New Contributors
- @sobotkami made their first contribution
v8.6.0
- Breaking Change Support Flutter 3.16, please upgrade to the latest stable version of flutter to use this update
- Breaking Change: Remove Deprecated Fields
- Breaking Change: Extract the shared things between
QuillToolbarConfigurations
andQuillBaseToolbarConfigurations
- Breaking Change: You no longer need to use
QuillToolbarProvider
when using custom toolbar buttons, the example has been updated - The
FlutterQuillLocalizations.delegate
is no longer a requirement. - Bug fixes
Full Changelog: v8.5.6...v8.6.0
v8.5.6
v8.5.5
Full Changelog: v8.5.4...v8.5.5
- Now when opening dialogs by
QuillToolbar
you will not get an exception when you don't useFlutterQuillLocalizations.delegate
in yourWidgetsApp
,MaterialApp
, orCupertinoApp
. The fix is for theQuillToolbarSearchButton
,QuillToolbarLinkStyleButton
, andQuillToolbarColorButton
buttons
v8.5.4
What's Changed
- Remaking the example by @freshtechtips in #1530
- The
mobileWidth
,mobileHeight
,mobileMargin
, andmobileAlignment
is now deprecated influtter_quill
, they are now defined influtter_quill_extensions
- Deprecate
replaceStyleStringWithSize
function which is instring.dart
- Deprecate
alignment
, andmargin
as they don't conform to official Quill JS
Full Changelog: v8.5.3...v8.5.4
v8.5.3
Full Changelog: v8.5.2...v8.5.3
v8.5.2
What's Changed
- feat: HTML converter package by @freshtechtips in #1523
Full Changelog: v8.5.1...v8.5.2