Releases: codypearce/material-bread
Releases · codypearce/material-bread
v0.2.0
New
New component <SwipeNav />
that hides the passed in header on scroll down and shows the header on scroll up. It does the opposite for a passed in footer component. This component was created to match the functionality found in the material docs for scrolling the appbar and bottom nav
Doc page - https://material-bread.org/components/swipenav
Sotrybook - https://codypearce.github.io/material-bread/?path=/story/components-swipenav--header
PRs - #232 and #253
Issues - #3 and #24
Fixes
- ListItem: Add State for onPress @alburdette619
- Fix ListItem Truncation @alburdette619
- Fix SheetBottom Flashing on first animation @alburdette619
- IconButton passes down props @KaneLabs
Features
- Appbarbottom with rounded corners @codypearce
- Appbarbottom is now built with
react-native-svg
, this allows for rounded corners as well as a true cutout.
- Appbarbottom is now built with
- Support other icon sources for Icon and IconButton @alburdette619
- Add Max Value to badge @alburdette619
- Add focusedLabelColor on TextField @ricbermo
- Dialog - Customize actionItems, title, and supportingText values @ds8k
- Add themeColor to typography props @ds8k
Docs
- Appbarbottom to open sidebar demo @codypearce
- Appbarbottom to open drawer bottom @codypearce
- Update showcase screenshot @codypearce
Changes
- react-native-svg is now required