Compose 1.7.1
github-actions
released this
22 Dec 03:18
·
1 commit
to refs/heads/main
since this release
Library | Dependencies |
---|---|
readmore-foundation | Jetpack Compose 1.8.0-alpha07 |
readmore-material | Jetpack Compose 1.8.0-alpha07 |
readmore-material3 | Jetpack Compose 1.8.0-alpha07 + Compose Material3 1.4.0-alpha05 |
⚠️ Breaking Changes
- Re-invent ReadMoreState for Jetpack Compose to support RTL languages. (Thanks @AhmedTawfek)
Now calculation logic is same with view component.
So performance can be slow.
If you have an issue for performance, please report a bug. - But the API has not changed.
So there is no need to change the code you use.
What’s Changed
- Migrate to setup-gradle (#99) @fornewid
- Update to android gradle plugin 8.7.1 (#98) @fornewid
- Updates to Compose 1.8.0-alpha07, Compose Material3 1.4.0-alpha05 (#97) @fornewid
- Re-invent ReadMoreState (#95) @fornewid
- Add RTL demo (#96) @fornewid
- Fix issue that dark previews would not work (#94) @fornewid
- Use TextMeasurer more, instead of onTextLayout callback (#93) @fornewid
- Use TextMeasurer, instead of two BasicText composables (#92) @fornewid
- Remove duplicate BasicText blocks (#91) @fornewid
- Fix build error in Android Studio Ladybug (#89) @fornewid