Skip to content

Commit

Permalink
super_editor v0.3.0-dev.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Nov 27, 2024
1 parent e19e5ad commit 8d82b04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions super_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion super_editor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8d82b04

Please sign in to comment.