Skip to content

Commit d1a173d

Browse files
super_text_layout v0.1.17
1 parent 8662cb9 commit d1a173d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

super_text_layout/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.1.17] - Dec, 2024
2+
* Upgrade `attributed_text` dependency to `v0.4.0` (forgot to do it in `0.1.16`).
3+
14
## [0.1.16] - Dec, 2024
25
* [FEATURE] - Added support for inline images. Only minor changes needed in this package.
36
* Selection boxes now take up the `max` vertical space - this will result in taller selection boxes.

super_text_layout/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: super_text_layout
22
description: Configurable, composable, extensible text display for Flutter.
3-
version: 0.1.16
3+
version: 0.1.17
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com
@@ -29,7 +29,7 @@ dependencies:
2929
flutter:
3030
sdk: flutter
3131

32-
attributed_text: ^0.3.1
32+
attributed_text: ^0.4.0
3333
collection: ^1.18.0
3434
logging: ^1.3.0
3535

0 commit comments

Comments
 (0)