Skip to content

1.0.1

Compare
Choose a tag to compare
@cbeyls cbeyls released this 16 Oct 23:52
· 4 commits to main since this release

Changes since 0.9.5:

New features:

  • Clickable links are now handled automatically and will be opened using the platform's default browser
  • Replace linkSpanStyle with textLinkStyles to allow custom link styles for focused, hovered and pressed states
  • Add linkInteractionListener argument to allow overriding the default link click action.

Enhancements:

  • Use the new LinkAnnotation.Url from Compose 1.7 in place of the deprecated UrlAnnotation to handle clickable anchor links.

This release depends on:

  • Kotlin 2.0.21
  • Compose Multiplatform 1.7.0 (Jetpack Compose UI 1.7.1)