File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.1.10] - June, 2024
2
+ * ` FillWidthIfConstrained ` uses ancestor constraints instead of ancestor size.
3
+ * Changed ` getLineHeightAtPosition ` and ` getCharacterBox ` to both use ` RenderParagraph.getFullHeightForCaret() ` .
4
+ * Nudged the caret offset so that the caret straddles its desired location, instead of sitting completely to the right of it.
5
+ * Resolved some lint complaints.
6
+
1
7
## [ 0.1.9] - Feb, 2024
2
8
* [ FIX] - ` BlinkController.isBlinking ` now accounts for the use of ` Timer ` s in addition to ` Ticker ` s.
3
9
* [ FIX] - Changing ` textAlign ` for ` SuperText ` correctly repositions carets, handles, and selection boxes for the newly aligned text.
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.9
3
+ version : 0.1.10
4
4
homepage : https://github.com/superlistapp/super_editor
5
5
6
6
environment :
@@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- attributed_text : ^0.3.0
14
+ attributed_text : ^0.3.1
15
15
collection : ^1.18.0
16
16
logging : ^1.0.1
17
17
You can’t perform that action at this time.
0 commit comments