Skip to content

Commit 3b3f5c2

Browse files
super_text_layout v0.1.11
1 parent 4e5bd16 commit 3b3f5c2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.11] - Aug, 2024
2+
* [BREAKING] - Replaced singular `UnderlineStyle` in `TextUnderlineLayer` with a styler per
3+
underline (to support composing, spelling errors, and grammar errors).
4+
* Text selection boxes now support rounded corners.
5+
* Adjusted the precise positioning of text selection rectangles.
6+
17
## [0.1.10] - June, 2024
28
* `FillWidthIfConstrained` uses ancestor constraints instead of ancestor size.
39
* Changed `getLineHeightAtPosition` and `getCharacterBox` to both use `RenderParagraph.getFullHeightForCaret()`.

super_text_layout/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.10
3+
version: 0.1.11
44
homepage: https://github.com/superlistapp/super_editor
55

66
environment:

0 commit comments

Comments
 (0)