1.10.0
What's new
BottomSheet'senabledproperty can now be toggled (390489f)- Added new
enabledproperty onModalBottomSheetthat enables/disables drag gestures (4ff5d33)
Bug fixes
- Passing a
Modifier.align()to any sheet will no longer break it (070d768) - Fix a bug where bottom sheets (and modal) would not update its height if the content's size grew taller (ad988a3)
- Modals will now apply ime insets correctly (7ca0e5b)
rememberSavable()will now work correctly within modals (fe30470)ModalBottomSheetwill now correctly maintain its state on configuration changes (588303a)
Docs
Added code examples on working with softkeyboards and sheets