Skip to content

Commit

Permalink
Release super_text_layout v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Jun 11, 2024
1 parent 3143de9 commit e711233
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions super_text_layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 1,9 @@
## [0.1.10] - June, 2024
* `FillWidthIfConstrained` uses ancestor constraints instead of ancestor size.
* Changed `getLineHeightAtPosition` and `getCharacterBox` to both use `RenderParagraph.getFullHeightForCaret()`.
* Nudged the caret offset so that the caret straddles its desired location, instead of sitting completely to the right of it.
* Resolved some lint complaints.

## [0.1.9] - Feb, 2024
* [FIX] - `BlinkController.isBlinking` now accounts for the use of `Timer`s in addition to `Ticker`s.
* [FIX] - Changing `textAlign` for `SuperText` correctly repositions carets, handles, and selection boxes for the newly aligned text.
Expand Down
4 changes: 2 additions & 2 deletions super_text_layout/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
name: super_text_layout
description: Configurable, composable, extensible text display for Flutter.
version: 0.1.9
version: 0.1.10
homepage: https://github.com/superlistapp/super_editor

environment:
Expand All @@ -11,7 11,7 @@ dependencies:
flutter:
sdk: flutter

attributed_text: ^0.3.0
attributed_text: ^0.3.1
collection: ^1.18.0
logging: ^1.0.1

Expand Down

0 comments on commit e711233

Please sign in to comment.