2023-06-28
Compose Animation: v1.5.0-beta03
June 28, 2023
androidx.compose.animation:animation-*:1.5.0-beta03 is released. Version 1.5.0-beta03 contains these commits.
Compose Compiler: v1.4.8
June 28, 2023
androidx.compose.compiler:compiler:1.4.8, androidx.compose.compiler:compiler-daemon:1.4.8, and androidx.compose.compiler:compiler-hosted:1.4.8 are released. Version 1.4.8 contains these commits.
New Features
- Target Kotlin compiler version is bumped to 1.8.22.
Bug Fixes
- Improved error message for
@Composableoverrides. Now it correctly points out annotation mismatch. - Warn about redundant
@Composableannotation on inline lambdas that should not be marked as composable. This feature will not be supported with K2 compiler.
Compose Foundation: v1.5.0-beta03
June 28, 2023
androidx.compose.foundation:foundation-*:1.5.0-beta03 is released. Version 1.5.0-beta03 contains these commits.
Compose Material: v1.5.0-beta03
June 28, 2023
androidx.compose.material:material-*:1.5.0-beta03 is released. Version 1.5.0-beta03 contains these commits.
Bug Fixes
BottomSheetState,ModalBottomSheetStateandBottomDrawerStatenow expose a progress property indicating the progress between the current (settled) anchor and the closest anchor in the swipe direction. (I1b317, b/271169225, b/276375124, b/276776071, b/270066861)
Compose Runtime: v1.5.0-beta03
June 28, 2023
androidx.compose.runtime:runtime-*:1.5.0-beta03 is released. Version 1.5.0-beta03 contains these commits.
Bug Fixes
- Skip recomposition of subcompositions that will be removed. (Ieeb99, b/254645321)
Compose UI: v1.5.0-beta03
June 28, 2023
androidx.compose.ui:ui-*:1.5.0-beta03 is released. Version 1.5.0-beta03 contains these commits.
Bug Fixes
- Added FocusTargetModifierNode interface that can be used to create a custom FocusTarget. (Ifb1d6)
- Fixed an issue with Dialog and Popup composables that could result in the child window not resizing as expected when
usePlatformDefaultWidth=true. (I112ee)
Navigation: v2.7.0-beta02
June 28, 2023
androidx.navigation:navigation-*:2.7.0-beta02 is released. Version 2.7.0-beta02 contains these commits.
Bug Fixes
- Navigation Compose now has the right z-order for custom transitions that use navigate with the
popUpTooption.(/Ib1c3a, b/285153947)