File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## [ 0.1.10] - June, 2024
2
8
* ` FillWidthIfConstrained ` uses ancestor constraints instead of ancestor size.
3
9
* Changed ` getLineHeightAtPosition ` and ` getCharacterBox ` to both use ` RenderParagraph.getFullHeightForCaret() ` .
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.10
3
+ version : 0.1.11
4
4
homepage : https://github.com/superlistapp/super_editor
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments