Skip to content

Compose 1.7.1

Compare
Choose a tag to compare
@github-actions 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