Hi all - we have released
1.5.0-alpha11 with updates to the Pager API, semantics on CurvedModifier and new support for rotary overscroll. As flagged earlier, Wear Compose libraries are now all updated to the Kotlin 2.0 compiler.
In the Material3 libary, we have released
1.0.0-alpha34. This includes updates to the Pager Scaffold API, support for an edge-swipe zone in Swipe-to-reveal and updates to a number of components to add the
SurfaceTransformation
parameter for use with TransformingLazyColumn. Card, ListHeader, RadioButton, CheckboxButton, SwitchButton no longer constrain their height using Modifier.height(IntrinsicSize.Min) - this has a performance benefit (as it avoids laying content out twice), but where necessary it can be added back on the modifier parameter.
Please see the release notes for more details - thanks.