Skip to content

1.10.0

Choose a tag to compare

@alexstyl alexstyl released this 03 Aug 07:45
· 1120 commits to main since this release

What's new

  • BottomSheet's enabled property can now be toggled (390489f)
  • Added new enabled property on ModalBottomSheet that 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)
  • ModalBottomSheet will now correctly maintain its state on configuration changes (588303a)

Docs

Added code examples on working with softkeyboards and sheets