Skip to content

Commit de59dd0

Browse files
super_editor v0.3.0-dev.23
1 parent 2a84c56 commit de59dd0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

super_editor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.3.0-dev.23] - Apr 3, 2025
2+
* FIX: iOS native toolbar "select all" now selects all document content instead of just the paragraph.
3+
* FIX: Pressing `enter` to split list items works again.
4+
* ADJUSTMENT: Prevent Flutter's invalidation of widget span layout just because the widget
5+
changes - instead we delegate to Flutter's standard render object layout invalidation mechanism.
6+
17
## [0.3.0-dev.22] - Mar 28, 2025
28
* FIX: `MessagePageScaffold` - Prevent possible negative layout constraints on bottom sheet.
39

super_editor/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.22
3+
version: 0.3.0-dev.23
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com

0 commit comments

Comments
 (0)