File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.1.17] - Dec, 2024
2
+ * Upgrade ` attributed_text ` dependency to ` v0.4.0 ` (forgot to do it in ` 0.1.16 ` ).
3
+
1
4
## [ 0.1.16] - Dec, 2024
2
5
* [ FEATURE] - Added support for inline images. Only minor changes needed in this package.
3
6
* Selection boxes now take up the ` max ` vertical space - this will result in taller selection boxes.
Original file line number Diff line number Diff line change 1
1
name : super_text_layout
2
2
description : Configurable, composable, extensible text display for Flutter.
3
- version : 0.1.16
3
+ version : 0.1.17
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.3.1
32
+ attributed_text : ^0.4.0
33
33
collection : ^1.18.0
34
34
logging : ^1.3.0
35
35
You can’t perform that action at this time.
0 commit comments