Skip to content

Releases: TeamWertarbyte/material-ui-rating

v4.2.0

14 Aug 20:27
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Added

Changed

  • Fix typings missing in the npm package #33

v4.1.1

30 Jun 09:51
Compare
Choose a tag to compare

Fixed

  • Fix icon and iconRenderer props being passed down to the root component resulting in warnings #32
    (This was a regression introduced in v4.1.0)

v4.1.0

17 Jun 21:36
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Added

v4.0.0

13 Jun 18:37
Compare
Choose a tag to compare

Breaking Changes

  • Update to Material-UI 4.0.0

Fixes

  • Add missing classnames dependency #26

v4.0.0-beta.2

29 Apr 08:12
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

Fixed

  • Fix unintended breaking change introduced in v3.1.0: The icon CSS class can be used again. #23

v3.1.1

29 Apr 08:11
Compare
Choose a tag to compare

Fixed

  • Fix unintended breaking change introduced in v3.1.0: The icon CSS class can be used again. #23

v4.0.0-beta.1

28 Apr 16:39
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Breaking changes

  • Update for Material-UI v4.0.0-alpha.8

v3.1.0

07 Apr 16:59
Compare
Choose a tag to compare

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

v3.0.1

05 Mar 13:18
Compare
Choose a tag to compare

Changed

v3.0.0

12 Feb 21:35
Compare
Choose a tag to compare

Breaking changes

  • Update to Material-UI ^3.0.0 #18

If you're still using Material-UI <1.0.0, you should really consider updating your app. If that's not possible, use v2.0.0 of this component.