Skip to content

Commit 68d0ee3

Browse files
super_editor v0.3.0-dev.21
1 parent 31795cb commit 68d0ee3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

super_editor/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.3.0-dev.21] - Mar 27, 2025
2+
* FEATURE: Chat - Added a `MessagePageScaffold` to create chat pages with a bottom mounted editor.
3+
* FEATURE: List items support inline widgets.
4+
* FIX: Super Reader - Crash when rotating phone with an expanded selection.
5+
16
## [0.3.0-dev.20] - Mar 7, 2025
27
* FIX: Keyboard safe area rare layout exception due to dirty ancestor layout.
38

super_editor/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: super_editor
22
description: Configurable, composable, extensible text editor and document renderer for Flutter.
3-
version: 0.3.0-dev.20
3+
version: 0.3.0-dev.21
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com
@@ -37,7 +37,7 @@ dependencies:
3737
linkify: ^5.0.0
3838
logging: ^1.3.0
3939
super_text_layout: ^0.1.18
40-
super_keyboard: ^0.1.0
40+
super_keyboard: ^0.1.1
4141
url_launcher: ^6.3.1
4242
uuid: ^4.5.1
4343
overlord: ^0.0.3+5

0 commit comments

Comments
 (0)