File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## [ 0.1.15] - Nov, 2024
2
10
* [ FIX] - Fix layout error when text in ` SuperText ` is empty.
3
11
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.15
3
+ version : 0.1.16
4
4
homepage : https://github.com/superlistapp/super_editor
5
5
funding :
6
6
- https://flutterbountyhunters.com
You can’t perform that action at this time.
0 commit comments