Hi All - the Compose for Wear OS team is happy to announce that
1.3.0 Stable was released this week. There were no further changes compared to our release candidate. Please see the release notes for a summary of the important changes in the release, which include: SwipeToDismissBoxState class, SwipeToDismissValue enumeration, and Modifier.edgeSwipeToDismiss extension function are now each part of the androidx.wear.compose.foundation package; the new SwipeToRevealCard and SwipeToRevealChip classes help you implement the recommended swipe-to-reveal guidance; we introduced a change that causes Chip and ToggleChip objects to grow in height to better support user-selected font scaling.
We have also released our
1.4.0-alpha01, in which two new features are included: entry animation to SwipeDismissableNavHost for in-app navigation; PositionIndicator updated to be shown by default when a screen is first displayed. This early alpha also includes minor changes to APIs concerning Ripple, MutableInteractionSource, rememberExpandableState and the MaterialTheme Colors (which are now immutable). Please see the release notes for more details and a list of further bug fixes.
Finally, we have released
1.0.0-alpha16 of our Material3 library, in which we continue to build components in parallel with the existing Material library. We have removed LocalContentAlpha from the Wear Compose Material3 library for consistency with the Compose Material3 library; we have added RadioButton/SplitRadioButton as containers for selection controls, such as the Radio control; there are similar API changes to those announced above for Ripple, MutableInteractionSource, MaterialTheme ColorScheme;