Skip to content

Releases: NdYAG/react-rater

6.0.0

19 Jun 03:52
Compare
Choose a tag to compare

rewrite with react hooks

bump to version 0.4

04 Jan 08:11
Compare
Choose a tag to compare

There are several changes in this version:

  • Direct DOM manipulations in the code have been eliminated.
  • limit props is considered unnecessary. If you need this option, try take a look of example/LimitedRater, there you could set min & max rather than only limit for maximum values.

Feel free to ask any questions and open issues.

support fractional decimal in readonly mode

27 Oct 09:21
Compare
Choose a tag to compare

<Rater rating={3.6} interactive={false} /> display half star.

<Star /> got an isActiveHalf prop.

normalize callback format

06 Aug 03:03
Compare
Choose a tag to compare
0.3.4

update callback

fix unknown props

19 Jul 04:34
Compare
Choose a tag to compare
0.3.3

update version

Customization

23 May 02:59
Compare
Choose a tag to compare

Add more freedom for child element customization

jump to version 0.3

24 Feb 06:37
Compare
Choose a tag to compare

In this version,

  • you can customize your own star component,
  • an interactive attribute is added for read-only mode.

fix package.json

27 Jan 14:07
Compare
Choose a tag to compare
0.2.1

rm dist & update publish config

rewrite in ES2015

24 Jan 13:03
Compare
Choose a tag to compare

switch to webpack

readd componentWillReceiveProps

15 Dec 14:36
Compare
Choose a tag to compare
0.1.2

re-add componentWillReceiveProps