Releases: codypearce/material-bread
Releases · codypearce/material-bread
v0.2.10
v0.2.9
v0.2.8
Features
- MAT-11 Add all shadow types to stories @JramR7
- MAT-22 Switch icon in FAB speeddial @JramR7
- MAT-15 Add bottom navigation opacity behaviour @JramR7
- MAT-16 Create storybook page for right icon buttons @JramR7
- MAT-19 Buttons now show only loading icons @JramR7
- MAT-51 Add density prop to buttons @JramR7
Fixes
- MAT-1 Fix Typography docs and styles @JramR7
- MAT-7 Update Avatar to use text components @JramR7
- MAT-4 Fix Button overlays @JramR7
- MAT-2 Match elevation of components with material ui @JramR7
- MAT-20 Fix FAB simple speeddial story @JramR7
- MAT-13 Modify fab and appbarBottom styles @JramR7
- MAT-26 Match card component styles @JramR7
- MAT-17 Modify button styles @JramR7
- MAT-29 Fix datatable row hover storybook @JramR7
- MAT-28 Modify datatable header styles @JramR7
- MAT-31 Match designs with footer styles @JramR7
- Get value on onPress callback for ToggleButtonGroup @codypearce
v0.2.7
v0.2.6
v0.2.5
Supporting more platforms and technologies
Each of these includes a new example repo and docs page explaining how to setup.
Features
- Appbar title can be a node as well @achoisy
- Add option to style container for ActionItems on Appbar @codypearce
- Add separate props for icons and input for SearchField @codypearce
- BottomNavigation: Support for landscape view @alburdette619
Fixes
- Icons not working with Expo @codypearce
- Build fails on expo web @codypearce
- SheetSide stays in the same place when resizing device @codypearce
- Storybook web not working for dev @codypearce
- DrawerWidth for permanent Drawer returning undefined @achoisy @codypearce
- Appbar Title should not be rendered with no title provided @achoisy
- Page width should calculate drawer width based on prop @achoisy @codypearce
- Width of SideSheet should be 300 not 320px @codypearce
Docs
v0.2.4
Features
- TypeScript Definitions @skubakdj @Punisher97
- Add useNativeDriver to progresscircle @ds8k
- Feature/sheetbottom landscape support @ds8k
- Allow changing of slider track color @ds8k
- Dialog action buttons style @mgonzalezs
- 307 add fullwidth prop to select @codypearce
- Added prop to use input casing for buttons @alburdette619
- Dynamically Scale the Switch @alburdette619
- Scalable Checkbox Sizing @alburdette619
- Spread input props on Searchfield @alburdette619
Fixes
- SpeedDial with only one fab button is now able to execute onPress function @dann1609
- ListItem - vertically center children/text @ds8k
- Few material-bread enhancement @achoisy
- Add style props to DrawerHeader component @achoisy
- Various RTL fixes @ds8k
- Fix Searchfield ref @alburdette619
- Fix Appbar's elevation @arisferyanto
v0.2.3
Features
- Badge: Support max value for content - @alburdette619
- Slider: Add customization for markers and track - @alburdette619
Fixes
- Bugfix/touchevent action item @ds8k
- Slider: Cannot reach min/max values - @alburdette619
- SheetBottom: Renders incorrectly if children are changed - @alburdette619
- move react-native-svg to peer - @codypearce
- [WEB] Inconsistency Hoverable Layout - @codypearce
- Fix Electron imports - @codypearce
Docs
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.
v0.2.1
New
Simpler setup
A few changes were implemented to make the initial setup easier and quicker:
- The package now points by default to the
dist
standard version"main": "dist/index.js",
which means no more babel config required. @babel/runtime
is now a dependency as the compileddist
requires some helpers from it.modal-enhanced-react-native-web
is now a full dependency to make the setup simpler, however, the plan is still to remove this dependency all together.- Icon now pulls the
dist
version ofreact-native-icons
to further prevent babel setup when getting started
Features
- Add text props to ListItem @ds8k
- TextFieldOutline: change border to 2px when active @brunohkbx
- Pass props to Switch & ListItem @KaneLabs
- ListItem: passing element to secondaryText @brunohkbx
- Button components use containerStyle. @RyanMcDonald
Fixes
- Snackbar button text @ds8k
- Leading icon proptypes @ds8k
- Textfield force custom focus blur @ds8k
- Fixed Travis CI tests @codypearce
- Travis CI now runs on PRs @codypearce