1.38.0
What's new
- Introduce
imeAware
sheet property. This causes the sheet to move automatically if the ime is visible. (#83, #74) - Introduce
outline()
Modifier. Unlikeborder()
, this modifier does not affect layout or size. - Introduce
ProvideContentColor
andProvideTextStyle
. Those are helper functions to overrideLocalContentColor
andLocalTextStyle
respectfully. - Support dynamic detent heights by providing a
SheetState#invalidateDetents()
. Callers can use this new function to update their detents manually when needed (#79).
Bug Fixes
- Fix bottom sheet crash on iOS by @LukasAnda in #94
- Remove capping of sheet content height
Other
- Remove ime example from demo app
- Remove obsolete Box from BottomSheet component
- Add project url
New Contributors
- @LukasAnda made their first contribution in #94
Full Changelog: 1.37.0...1.38.0