Upgrade to 6.4.0

pull/1101/head
Adil Hanney 2 years ago
parent 4cfb888ae9
commit 7c081c5d84
No known key found for this signature in database
GPG Key ID: 27A0885BC5740457
  1. 5
      CHANGELOG.md
  2. 2
      pubspec.yaml

@ -1,3 +1,8 @@
# [6.4.0]
* Use `axis` to make the toolbar vertical.
* Use `toolbarIconCrossAlignment` to align the toolbar icons on the cross axis.
* Breaking change: `QuillToolbar`'s parameter `toolbarHeight` was renamed to `toolbarSize`.
# [6.3.5]
* Ability to add custom shortcuts.

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 6.3.5
version: 6.4.0
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save