This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
0.2.0
Updates to the following components:
Button:
- Allow direct color overrides
Checkbox:
- Stop ripple effect when disabled
CheckboxGroup:
- Items in checkbox are now formed via an array being passed
- Stopped empty selected values being passed on component mount
config.js:
- Changed “COLOR_NAME” to “PRIMARY_COLORS”
Icon:
- Default color now #757575 (Slight change via #2)
IconButton
- Add a counter and counter styling props to be passed in
Card:
- Updated Action styles to follow MD guidelines
- Actions now allow ‘left’ & ‘right’
- Allow Image element to be passed in as media source
Ripple:
- Fixed an issue where the ripple wouldn’t take up the full child space
- Change speed of ripple effect based on the child size (more consistent)
RadioButton:
- Stop ripple effect when disabled
RadioButtonGroup:
- Items are now formed by passing an array
Toolbar:
- Allow overrides
New Components
Drawer - Still work in progress, this release allows a basic header and list items with icons.