Skip to content

Commit 8662cb9

Browse files
super_text_layout v0.1.16
1 parent 0b0e798 commit 8662cb9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

super_text_layout/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.1.16] - Dec, 2024
2+
* [FEATURE] - Added support for inline images. Only minor changes needed in this package.
3+
* Selection boxes now take up the `max` vertical space - this will result in taller selection boxes.
4+
* Caret size/position always uses a `downstream` affinity. This was done to minimize the impact of Flutter bugs for inline widgets.
5+
* A couple classes were created as inline image placeholders. Any type of object can be used, but providing a couple defaults seemed reasonable.
6+
* Most of the relevant changes for inline widgets will happen in `super_editor`.
7+
* [ADJUSTMENT] - Upgraded `logging` to `v1.3.0`.
8+
19
## [0.1.15] - Nov, 2024
210
* [FIX] - Fix layout error when text in `SuperText` is empty.
311

super_text_layout/pubspec.yaml

+1-1
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.15
3+
version: 0.1.16
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com

0 commit comments

Comments
 (0)