Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@kartik-v kartik-v released this 27 Oct 07:30

Date: 2014-10-13

  1. 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 to true. This functionality will only work on desktop devices and if the input is not disabled or readonly.
    • hoverChangeCaption: boolean control whether the caption should dynamically change on mouse hover. Defaults to true. Will be applicable only if hoverEnabled is true.
    • hoverChangeStars: boolean control whether the stars should dynamically change on mouse hover. Defaults to true. Will be applicable only if hoverEnabled is true.
  2. enh #21: Following new events are added:
    • rating.hover
    • rating.hoverleave
  3. enh #22: More correct minimum value and clear value validation through new getWidthFromValue method.
  4. enh #24: Set clearValue to default to min if not set.