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