Skip to content

Releases: singerdmx/flutter-quill

v9.0.0-dev

05 Dec 05:59
Compare
Choose a tag to compare
v9.0.0-dev Pre-release
Pre-release

What's Changed

Full Changelog: v8.6.4...v9.0.0-dev

v8.6.4

02 Dec 08:00
Compare
Choose a tag to compare

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 the Brightness.light
  • Fix typos in README.md

Full Changelog: v8.6.3...v8.6.4

v8.6.3

26 Nov 01:17
Compare
Choose a tag to compare

v8.6.3

  • Update the minimum flutter version to 3.16.0 To help catching breaking changes error of 8.6.0

Full Changelog: v8.6.2...v8.6.3

v8.6.2

23 Nov 00:58
133196e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.6.1...v8.6.2

v8.6.1

18 Nov 00:29
Compare
Choose a tag to compare

New Contributors

v8.6.0

16 Nov 18:34
Compare
Choose a tag to compare
  • 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 and QuillBaseToolbarConfigurations
  • 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

16 Nov 00:31
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility with flutter 3.16 by @FaFre in #1489

New Contributors

Full Changelog: v8.5.5...v8.5.6

v8.5.5

15 Nov 17:17
Compare
Choose a tag to compare

Full Changelog: v8.5.4...v8.5.5

  • Now when opening dialogs by QuillToolbar you will not get an exception when you don't use FlutterQuillLocalizations.delegate in your WidgetsApp, MaterialApp, or CupertinoApp. The fix is for the QuillToolbarSearchButton, QuillToolbarLinkStyleButton, and QuillToolbarColorButton buttons

v8.5.4

14 Nov 18:41
Compare
Choose a tag to compare

What's Changed

  • Remaking the example by @freshtechtips in #1530
  • The mobileWidth, mobileHeight, mobileMargin, and mobileAlignment is now deprecated in flutter_quill, they are now defined in flutter_quill_extensions
  • Deprecate replaceStyleStringWithSize function which is in string.dart
  • Deprecate alignment, and margin as they don't conform to official Quill JS

Full Changelog: v8.5.3...v8.5.4

v8.5.3

14 Nov 00:44
Compare
Choose a tag to compare

Full Changelog: v8.5.2...v8.5.3