Releases: OrigenStudio/material-ui-layout
Releases · OrigenStudio/material-ui-layout
v0.0.13
Fixes
- Now the drawer content have access to a prop closeDrawer: [function], to close its drawer.
v0.0.12
New Features
- Added a StandardDrawer that accepts 2 lists
- Improved the List element for the Drawers. Now the icons can be a component or an iconName string.
v0.0.11
Changes:
Compatible with React 16
v0.0.10
Fixes:
- Fixes the drawer header style when using two row appbars
v0.0.9
Sames as 0.0.9
Republished because of a problem with the 0.0.8 publish
v0.0.8
Fixes:
Features:
- Layout supports more types of content
- Layout supports more types of appbar
v0.0.7
Fixes:
- Fixes stupid errors from the previous release 😅
v0.0.6
Features:
- Better support for drawers
- It has a left and a right drawer
Changes:
- The API for the drawer has changed. See code.
- The API for the appbar has changed. See code.
v0.0.4
Features:
- New TwoRowsAppBar template.
- Now you can pass the
overrideClasses
to Layout to override its classes.
Changes:
- Refactor NavBar to AppBar