Version 3.0.0
Date: 2014-10-13
- enh #20, #21: Included hover validation routine and rating state change on hover. Following new configurable properties added:
hoverEnabled
: boolean whether hover functionality is enabled. This will dynamically change the stars and caption on mouse hover. Defaults totrue
. This functionality will only work on desktop devices and if the input is notdisabled
orreadonly
.hoverChangeCaption
: boolean control whether the caption should dynamically change on mouse hover. Defaults totrue
. Will be applicable only ifhoverEnabled
istrue
.hoverChangeStars
: boolean control whether the stars should dynamically change on mouse hover. Defaults totrue
. Will be applicable only ifhoverEnabled
istrue
.
- enh #21: Following new events are added:
rating.hover
rating.hoverleave
- enh #22: More correct minimum value and clear value validation through new
getWidthFromValue
method. - enh #24: Set
clearValue
to default tomin
if not set.