Releases: NdYAG/react-rater
Releases · NdYAG/react-rater
6.0.0
bump to version 0.4
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 ofexample/LimitedRater
, there you could setmin
&max
rather than onlylimit
for maximum values.
Feel free to ask any questions and open issues.
support fractional decimal in readonly mode
<Rater rating={3.6} interactive={false} />
display half star.
<Star />
got an isActiveHalf
prop.
normalize callback format
0.3.4 update callback
fix unknown props
0.3.3 update version
Customization
Add more freedom for child element customization
jump to version 0.3
In this version,
- you can customize your own star component,
- an
interactive
attribute is added for read-only mode.
fix package.json
0.2.1 rm dist & update publish config
rewrite in ES2015
switch to webpack
readd componentWillReceiveProps
0.1.2 re-add componentWillReceiveProps