Skip to content

Releases: kartik-v/bootstrap-star-rating

Version 3.5.1

13 Feb 14:23
Compare
Choose a tag to compare

Date: 13-Feb-2015

  1. (enh #44): Ability to integrate with other font icon CSS frameworks like Font Awesome.
    • New property ratingClass added to allow configuring other icon framework css classes.
  2. Set copyright year to current.

Version 3.5.0

01 Feb 01:12
Compare
Choose a tag to compare

Date: 31-Jan-2015

  1. (enh #39): Prevent invalid star rating for numStars > 5 with default value & hoverChange enabled.
  2. (enh #42): Code cleanup and restructure for JS lint changes (using JSHint Code cleanup library).

Version 3.4.0

15 Dec 19:27
Compare
Choose a tag to compare

Date: 16-Dec-2014

  1. (enh #35): Added destroy method to destroy the rating plugin.
  2. (enh #36): Added create method to create the rating plugin (typically after a destroy).

Version 3.3.0

17 Nov 05:21
Compare
Choose a tag to compare

Date: 17-Nov-2014

  1. (bug #32): Prevent invalid star ratings if cursor is close to left/right edge of star array.
  2. (enh #33): Enhance touch methods for compatibility across more wider mobile device browsers.

Version 3.2.0

08 Nov 08:01
Compare
Choose a tag to compare

Date: 08-Nov-2014

  1. Set release to stable in composer.json.
  2. Updated CHANGE log to reflect user friendly date time formats.

Version 3.1.0

05 Nov 13:53
Compare
Choose a tag to compare

Date: 2014-10-27

  1. enh #26: Add touch device support to enable touch and slide across stars.
  2. enh #27: Reset events on the rating element before every refresh.
  3. enh #28: Add rating.refresh event.

Version 3.0.0

27 Oct 07:30
Compare
Choose a tag to compare

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.

Version 2.6.0

13 Oct 09:40
Compare
Choose a tag to compare

Date: 2014-08-23

  1. enh #17: Dynamic configuration for starCaptions and starCaptionClasses using a function.

Version 2.5.0

29 May 13:42
Compare
Choose a tag to compare

version 2.5.0

Date 2014-05-27

  1. Change to entire plugin code to eliminate dependency of HTML5 input. Plugin size reduced to 8KB minified.
  2. Uses special JQuery routines to trigger star rating changes.
  3. Plugin support is now extended to all browsers including pre IE10
  4. Plugin support is now extended to all Touch based and mobile devices like iOS, Android.
  5. Removed cloning of inputs to allow better refreshing of input across ajax and other scenarios.
  6. Caption and Clear elements parameters treated as identifiers rather than JQuery object elements.

Version 2.0.0

27 May 16:44
Compare
Choose a tag to compare

version 2.0.0 & 2.1.0

Date 2014-05-08

  1. Bug #8,#9,#10: Correct cloning and conversion of field to a range slider input.

NEW RELEASE

Date: 2014-04-25

  1. Revamp of entire plugin code. Cleverly leverages CSS3 styles, animations, and HTML5 input features
    to render the plugin.
  2. Render and display fractional star ratings. Configure number of stars, min, max, step, and theoretically
    support any fractional rating.
  3. Right to left (RTL) support enhancement. Optimally uses the dir attribute of the range input.
  4. Bootstrap style is made optional and configurable. Can override CSS to use any style.
  5. Any star symbol (unicode or icon font) can be embedded instead of Glyphicon.
  6. Uses HTML 5 range input to change ratings. Polyfills for range input in case JQuery/Javascript is disabled.
  7. Automatically degrades to a normal SELECT dropdown input for browsers that do not support
    HTML 5 range input.