From 8d82b04b307d7ec1b72b4f9fa448b9ddcfc40b29 Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Tue, 26 Nov 2024 17:16:03 -0800 Subject: [PATCH] super_editor v0.3.0-dev.11 --- super_editor/CHANGELOG.md | 8 ++++++++ super_editor/pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/super_editor/CHANGELOG.md b/super_editor/CHANGELOG.md index 7b703d7f1..61318bcb8 100644 --- a/super_editor/CHANGELOG.md +++ b/super_editor/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.3.0-dev.11] - Nov 26, 2024 + * FEATURE: Add an (optional) tap handler that automatically inserts empty paragraph + when user taps at the end of the document. + * FIX: `KeyboardScaffoldSafeArea` now initializes its insets in a way that works with + certain navigation use-cases that previously thought the keyboard was up when it's down. + * FIX: Honor the Android handle builders in the Android controls controller. + * ADJUSTMENT: Upgraded versions for a number of dependencies. + ## [0.3.0-dev.10] - Nov 18, 2024 * FEATURE: Created `KeyboardPanelScaffold` and `KeyboardScaffoldSafeArea` to aid with implementing mobile phone messaging and chat experiences. diff --git a/super_editor/pubspec.yaml b/super_editor/pubspec.yaml index 3f6d3df2c..488487a37 100644 --- a/super_editor/pubspec.yaml +++ b/super_editor/pubspec.yaml @@ -1,6 +1,6 @@ name: super_editor description: Configurable, composable, extensible text editor and document renderer for Flutter. -version: 0.3.0-dev.10 +version: 0.3.0-dev.11 homepage: https://github.com/superlistapp/super_editor funding: - https://flutterbountyhunters.com