Bunch of new artifacts are out as of June 28th (sorry for the delay on release notes 🏖️ )
compose-compiler 1.4.8
• Target Kotlin compiler version is bumped to 1.8.22.
• Improved error message for
@Composable
overrides. Now it correctly points out annotation mismatch.
1.5.0-beta03
•
BottomSheetState
,
ModalBottomSheetState
and
BottomDrawerState
now expose a progress property indicating the progress between the current (settled) anchor and the closest anchor in the swipe direction. 🎉 woo
• Skip recomposition of subcompositions that will be removed. (Ieeb99, b/254645321)
• 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