- You can use the
on
method now to attach callback function to Starry events.
name
andicons
are no longer required configurations.- Default value of
multiRating
configuration is nowtrue
. getCurrentRating()
method now returns0
instead ofbeginWith
value, if there is no user rating yet.
- Documentation updates
- New options
- New code
- New npm module
- New default star icons
- New option
starSize
.
- fixed issue #2.
- Create differently star ratings in each html document.
- Specify any number of stars greater than 2.
- Use star icons greater or smaller than 32px × 32px.
- Add function starry.update(settings)
- starry.setRating(rating) function has been modified.
- Star graphic
star_grey.png
has been updated.
- Fixed tooltip bug
- Add function starry.destroy()
- Add function starry.rebuild(settings)
- Add function starry.getRating()
- Add function starry.setRating(rating)
- Now you can specify any number of stars. (Old: 3, 5, 6, 8 or 10; New: 1 - n)
- Include functions: check jQuery and check tipsy
- Now Starry create the tooltips automatically, if you have included tipsy.
- Delete userId option
- Delete file option
- Add success option