Skip to content

Commit c539064

Browse files
super_editor v0.3.0-dev.36
1 parent 0198149 commit c539064

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.36]
2+
### Oct 29, 2025
3+
* ADJUSTMENT: Change Android toolbar to look like latest Android OS version.
4+
* FIX: When loading a document that contains text with tag triggers, e.g. "/",
5+
don't attempt to compose tags when placing the caret near the trigger.
6+
17
## [0.3.0-dev.35]
28
### Oct 7, 2025
39
* FIX: Detach plugins in `SuperEditor` `dispose()`.

super_editor/pubspec.yaml

Lines changed: 3 additions & 3 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.35
3+
version: 0.3.0-dev.36
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com
@@ -32,15 +32,15 @@ dependencies:
3232
attributed_text: ^0.4.5
3333
characters: ^1.3.0
3434
collection: ^1.15.0
35-
follow_the_leader: 0.5.1
35+
follow_the_leader: ^0.5.1
3636
http: ^1.2.2
3737
linkify: ^5.0.0
3838
logging: ^1.3.0
3939
super_text_layout: ^0.1.18
4040
super_keyboard: ^0.2.0
4141
url_launcher: ^6.3.1
4242
uuid: ^4.5.1
43-
overlord: 0.4.2
43+
overlord: ^0.4.2
4444

4545
# Dependencies for testing tools that we ship with super_editor
4646
flutter_test:

0 commit comments

Comments
 (0)