Skip to content

v0.2.2

Compare
Choose a tag to compare
@codypearce codypearce released this 09 Sep 11:03
· 302 commits to master since this release

New/Changes

Divider

  • inset has been renamed to insetHeader to better indicate what the inset applies too
  • insetLeft has been added to <Divider /> this shortens the divider by a specific amount and pushes it over that same amount to create inset dividers shown in the Material Docs.

BottomNavigation - @alburdette619

  • BottomNavigation automatically handles dimensions for landscape mode and allows the user to toggle horizontal Item layout. This makes BottomNavigation more usable on the web.

Features

Fixes

Docs

Other

AppbarBottom and Fab

  • Android has some problems with z-index and Animated.Views, this was causing problems with touching the <Fab /> on the <AppbarBottom />, so some changes in the internal structure had to be made. You can read about it here.