Releases: kartik-v/bootstrap-star-rating
Releases · kartik-v/bootstrap-star-rating
Version 3.5.1
Date: 13-Feb-2015
- (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.
- New property
- Set copyright year to current.
Version 3.5.0
Version 3.4.0
Version 3.3.0
Version 3.2.0
Date: 08-Nov-2014
- Set release to stable in composer.json.
- Updated CHANGE log to reflect user friendly date time formats.
Version 3.1.0
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.
Version 2.6.0
Date: 2014-08-23
- enh #17: Dynamic configuration for
starCaptions
andstarCaptionClasses
using a function.
Version 2.5.0
version 2.5.0
Date 2014-05-27
- Change to entire plugin code to eliminate dependency of HTML5 input. Plugin size reduced to 8KB minified.
- Uses special JQuery routines to trigger star rating changes.
- Plugin support is now extended to all browsers including pre IE10
- Plugin support is now extended to all Touch based and mobile devices like iOS, Android.
- Removed cloning of inputs to allow better refreshing of input across ajax and other scenarios.
- Caption and Clear elements parameters treated as identifiers rather than JQuery object elements.
Version 2.0.0
version 2.0.0 & 2.1.0
Date 2014-05-08
NEW RELEASE
Date: 2014-04-25
- Revamp of entire plugin code. Cleverly leverages CSS3 styles, animations, and HTML5 input features
to render the plugin. - Render and display fractional star ratings. Configure number of stars, min, max, step, and theoretically
support any fractional rating. - Right to left (RTL) support enhancement. Optimally uses the
dir
attribute of the range input. - Bootstrap style is made optional and configurable. Can override CSS to use any style.
- Any star symbol (unicode or icon font) can be embedded instead of Glyphicon.
- Uses HTML 5 range input to change ratings. Polyfills for range input in case JQuery/Javascript is disabled.
- Automatically degrades to a normal SELECT dropdown input for browsers that do not support
HTML 5 range input.