diff --git a/CHANGELOG.md b/CHANGELOG.md index b2dfe23d..cdcd8281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ +# [3.8.7] +* Fix checkbox not toggled correctly in toolbar button. + # [3.8.6] -* Fix cursor position changes when checking/unchecking the checkbox +* Fix cursor position changes when checking/unchecking the checkbox. # [3.8.5] * Fix _handleDragUpdate in _TextSelectionHandleOverlayState. diff --git a/pubspec.yaml b/pubspec.yaml index 6cb92595..302c491a 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.8.6 +version: 3.8.7 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill