-
bugfix: selected option changed by propterties, not attributes (fixes issue #7)
-
initialRating
setting added -
prefixed class names:
.bar-rating
changed to.br-widget
.current-rating
changed to.br-current-rating
.active
changed to.br-active
.selected
changed to.br-selected
.current
changed to.br-current
-
read-only and reversed rating marked with
.br-readonly
and.br-reverse
classes respectively -
bugfix: removed touch detection - improved cross-browser compatibility (fixes issue #11)
readonly
setting addedreverse
setting added
destroy
method will destroy a single instance of the pluginclear
method addedonClear
andonDestroy
callbacks added
.current-rating
div gets updated on mouseenter
-
new scenario: empty ratings are allowed, user can deselect a previously selected rating
-
the plugin will throw an error if called on anything other than
select
field