v0.4.6
-
Add
confirmValueChagneparameter to the state to intercept value changes. The usage:val state = rememberBottomSheetState( confirmValueChange = { if (it == BottomSheetValue.Collapsed) { // Intercept logic } else { true } }, )
-
Bump Kotlin to 1.9.0, Compose Compiler to 1.5.0
-
Fix animation cancellations