Skip to content

1.38.0

Compare
Choose a tag to compare
@alexstyl alexstyl released this 24 Jul 10:36
· 25 commits to main since this release

What's new

  • Introduce imeAware sheet property. This causes the sheet to move automatically if the ime is visible. (#83, #74)
  • Introduce outline() Modifier. Unlike border(), this modifier does not affect layout or size.
  • Introduce ProvideContentColor and ProvideTextStyle. Those are helper functions to override LocalContentColor and LocalTextStyle 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

Full Changelog: 1.37.0...1.38.0