https://kotlinlang.org logo
#compose-wear
Title
# compose-wear
s

stevebower

11/20/2023, 10:31 AM
Compose for Wear OS 1.3.0-beta01 was released last week, which indicates that this release of the library is feature complete and the API is locked (except where marked as experimental). Please see the release notes for full details - the release includes: •
SwipeToDismissBox
- SwipeToDismissBoxState and other aspects of the API unrelated to Material Design have migrated to Wear Compose Foundation •
SwipeToReveal
- now has handy composables in the Wear Compose Material library that make it easier to follow UX guidance •
PositionIndicator
- now has individual animation specs for the fade-in, fade-out and position-change animations. For performance reasons, we recommend that fade-in and position-change are turned off when used with scrollable lists. We have also released 1.0.0-alpha15 of the wear.compose.compose-material3 library with changes to SwipeToDismissBox and a performance improvement to Button - see release notes.
🎉 12
wearos 3
👍 1
y

yschimke

11/20/2023, 11:30 AM
Congrats. A lot of hard work
m

marlonlom

11/20/2023, 4:16 PM
@stevebower @yschimke that's great! What about the scaffold composable and the
material3
parts (color, typography) ?
s

stevebower

11/20/2023, 5:48 PM
Material3 isn't part of the 1.3 Beta, it will remain at alpha while we build out a full suite of components (you'll notice that wear.compose.material3 is still at 1.0.0-alpha15). So yes, we are intending scaffold components for material3 in the future, but we recommend that folks continue to build apps with Material (not Material 3) while we develop the Material 3 library.
👍 1
2 Views