Upgrade to 3.7.0

pull/605/head
X Code 3 years ago
parent f56532b874
commit f1757a647f
  1. 3
      CHANGELOG.md
  2. 2
      lib/src/widgets/toolbar.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [3.7.0]
* Replace Toolbar showHistory group with individual showRedo and showUndo.
# [3.6.5] # [3.6.5]
* Update Link dialogue for image/video. * Update Link dialogue for image/video.

@ -125,7 +125,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
Key? key, Key? key,
}) { }) {
final isButtonGroupShown = [ final isButtonGroupShown = [
showBoldButton || showBoldButton ||
showItalicButton || showItalicButton ||
showSmallButton || showSmallButton ||
showUnderLineButton || showUnderLineButton ||

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

Loading…
Cancel
Save