From f1757a647fa0063f8a8a77627966cd7627df7d45 Mon Sep 17 00:00:00 2001 From: X Code Date: Sat, 22 Jan 2022 17:50:59 -0800 Subject: [PATCH] Upgrade to 3.7.0 --- CHANGELOG.md | 3 +++ lib/src/widgets/toolbar.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a9ded3..88394da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [3.7.0] +* Replace Toolbar showHistory group with individual showRedo and showUndo. + # [3.6.5] * Update Link dialogue for image/video. diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index 6b238944..9bb93777 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -125,7 +125,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { Key? key, }) { final isButtonGroupShown = [ - showBoldButton || + showBoldButton || showItalicButton || showSmallButton || showUnderLineButton || diff --git a/pubspec.yaml b/pubspec.yaml index 68668df9..65a6b7bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 3.6.5 +version: 3.7.0 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill