File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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() ` .
Original file line number Diff line number Diff line change 11name : super_editor
22description : Configurable, composable, extensible text editor and document renderer for Flutter.
3- version : 0.3.0-dev.35
3+ version : 0.3.0-dev.36
44homepage : https://github.com/superlistapp/super_editor
55funding :
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 :
You can’t perform that action at this time.
0 commit comments