Skip to content

Commit e711233

Browse files
Release super_text_layout v0.1.10
1 parent 3143de9 commit e711233

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

super_text_layout/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## [0.1.9] - Feb, 2024
28
* [FIX] - `BlinkController.isBlinking` now accounts for the use of `Timer`s in addition to `Ticker`s.
39
* [FIX] - Changing `textAlign` for `SuperText` correctly repositions carets, handles, and selection boxes for the newly aligned text.

super_text_layout/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.9
3+
version: 0.1.10
44
homepage: https://github.com/superlistapp/super_editor
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
attributed_text: ^0.3.0
14+
attributed_text: ^0.3.1
1515
collection: ^1.18.0
1616
logging: ^1.0.1
1717

0 commit comments

Comments
 (0)