File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.3.0-dev.18] - Jan 30, 2024
2
+ * ADJUSTMENT: Upgrade to ` attributed_text ` ` v0.4.3 ` (with fixes to per-character lookup).
3
+
1
4
## [ 0.3.0-dev.17] - Jan 28, 2024
2
5
* FEATURE: Inline widgets for ` SuperTextField ` .
3
6
* FIX: ` SuperEditor ` : Selecting text with inline widgets and toggling styles deleted the inline widgets.
Original file line number Diff line number Diff line change 1
1
name : super_editor
2
2
description : Configurable, composable, extensible text editor and document renderer for Flutter.
3
- version : 0.3.0-dev.17
3
+ version : 0.3.0-dev.18
4
4
homepage : https://github.com/superlistapp/super_editor
5
5
funding :
6
6
- https://flutterbountyhunters.com
@@ -29,7 +29,7 @@ dependencies:
29
29
flutter :
30
30
sdk : flutter
31
31
32
- attributed_text : ^0.4.2
32
+ attributed_text : ^0.4.3
33
33
characters : ^1.3.0
34
34
collection : ^1.15.0
35
35
follow_the_leader : ^0.0.4+8
You can’t perform that action at this time.
0 commit comments