1.0.1
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
withtextLinkStyles
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 deprecatedUrlAnnotation
to handle clickable anchor links.
This release depends on:
- Kotlin 2.0.21
- Compose Multiplatform 1.7.0 (Jetpack Compose UI 1.7.1)