Releases: TeamWertarbyte/material-ui-rating
Releases · TeamWertarbyte/material-ui-rating
v4.2.0
v4.1.1
v4.1.0
Thanks to the 1 contributor who made this release possible. 🎉
Added
- Add right-to-left layout support using Material-UI's conventions #29 #31 @goldylucks
- Add support for using a custom component instead of div #27 #28 @goldylucks
- Add TypeScript definitions #22
v4.0.0
v4.0.0-beta.2
Fixed
- Fix unintended breaking change introduced in v3.1.0: The
icon
CSS class can be used again. #23
v3.1.1
v4.0.0-beta.1
Breaking changes
- Update for Material-UI v4.0.0-alpha.8
v3.1.0
Added
- Add support for half starts by setting the value to a fraction, e.g.
value={3.5}
#13
Changed
- Decrease the spacing between the stars to match the screenshots found in the Material Design specs
- Use the default grey (grey 200) for custom icons if
disabled={true}
If you want to customize the disabled colors, use a custom renderer for the icons