v0.2.2
New/Changes
Divider
inset
has been renamed toinsetHeader
to better indicate what the inset applies tooinsetLeft
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 makesBottomNavigation
more usable on the web.
Features
- Index.js for components @brunohkbx
- Divider: Implement insetLeft @codypearce
- BottomNavigation Landscape Support @alburdette619
Fixes
- TextField: Multiline text renders under floating labels @alburdette619
- Fix Card Shadow on Android @codypearce
- Dialog Actions on Web @brunohkbx
- Fixed storybook error with tests @brunohkbx
- Fix AppbarBottom Fab on Android @dann1609 @codypearce
Docs
Other
AppbarBottom and Fab
- Android has some problems with
z-index
andAnimated.View
s, 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.