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 notdisabledorreadonly.hoverChangeCaption: boolean control whether the caption should dynamically change on mouse hover. Defaults totrue. Will be applicable only ifhoverEnabledistrue.hoverChangeStars: boolean control whether the stars should dynamically change on mouse hover. Defaults totrue. Will be applicable only ifhoverEnabledistrue.
- enh #21: Following new events are added:
rating.hoverrating.hoverleave
- enh #22: More correct minimum value and clear value validation through new
getWidthFromValuemethod. - enh #24: Set
clearValueto default tominif not set.