From 8168bf28e0711d04ddc9c79aa70aa125a8bcf3f5 Mon Sep 17 00:00:00 2001 From: X Code Date: Wed, 26 Jan 2022 07:11:06 -0800 Subject: [PATCH] Upgrade to 3.8.3 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd8e57b..8998d434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [3.8.3] +* Fix for errors on a non scrollable editor. + # [3.8.2] * Fix certain keys not working on web when editor is a child of a scroll view. diff --git a/pubspec.yaml b/pubspec.yaml index 411014cf..9e94872f 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.2 +version: 3.8.3 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill