Releases: kartik-v/bootstrap-star-rating
Releases · kartik-v/bootstrap-star-rating
Version 4.0.2
Date: 27-Aug-2017
- Chronological sorting of issues and enhancements in the CHANGE log.
- (enh #164): Add Turkish Translations.
- (enh #163): Add Korean Translations.
- (enh #162): Add Italian Translations.
- (enh #161): Add Farsi Translations.
- (enh #156): More correct form reset event listening.
- (enh #155): Styling enhancements and code optimizations.
- (enh #154): New property
zeroAsNull
to treat zero value rating as null. - (enh #153): Add ability to configure
required
attribute for input. - Add github issue and PR contribution templates.
- (enh #142): Enable scroll when rating is readonly or disabled.
- (enh #139): Do not refer to minified files in bower main metadata .
- (enh #132): Add Polish Translations.
- (enh #131): Add Arabic Translations.
- (enh #130): Better management of themes and locales.
- (enh #127): Add Chinese Translations.
- (enh #124): Add License Headers.
- (enh #123): Add Italian Translations.
- (enh #122): Add Spanish Translations.
- (enh #115): Add Romanian Translations.
- (enh #108): Add French Translations.
Version 4.0.1
Date: 28-Feb-2016
- (bug #99): Correct documentation for refresh method.
- (bug #100): Correct caption and clear rendering methods.
- (bug #101): Correct caption setting when
showCaption
isfalse
. - (bug #102): Revamp generation of rating via
refresh
method. - (enh #103): Implement method chaining and revamp private methods
- enhance public methods like
create
,destroy
,refresh
,clear
,reset
to return the rating element jQuery object
- enhance public methods like
- Update package.json to include
peerDependencies
instead ofdependencies
.
Version 4.0.0
Date: 16-Feb-2016
NOTE: Release v4.0.0 is a modified rewrite with various new enhancements and BC breaking features. It allows rendering richer markup for star symbols and offers theming support.
-
(enh #91): Add SVG Icon Support
-
(enh #94): Add Theming Functionality.
- New property
theme
will assign a CSS classrating-<theme-name>
to the rating container. - Themes included
- The default (blank) theme (for displaying bootstrap glyphicons)
krajee-svg
(for displaying svg icons)krajee-uni
(for displaying unicode symbols as stars)krajee-fa
(for displaying font awesome icons)
- Add ability to override and add one's own themes
Various new features and BC breaking enhancements
- REMOVED:
symbol
,glyphicon
,ratingClass
properties will be removed. - The requirement for the above will be replaced with the
theme
property (and can also be implemented using thecontainerClass
property). - Stars now have a better padding and spacing that can be configured via CSS and themes
- New property
filledStar
- will allow one to set the markup forfilledStar
- will default to<i class="glyphicon glyphicon-star"></i>
- New property
emptyStar
- will allow one to set the markup foremptyStar
- will default to<i class="glyphicon glyphicon-star-empty"></i>
- Exclusive support for SVG (and a prebuilt
krajee-svg
theme that contains two different ready to use SVG icons).
- New property
-
(enh #95): Add display only capability.
-
(enh #96): Add support for
bootstrap-sass
official repo viasass
branch. -
(enh #97): Add
animate
property to enable / disable animation of star highlight on hover / change.
Version 3.5.8
Version 3.5.7
Version 3.5.6
Version 3.5.5
Version 3.5.4
Version 3.5.3
Date: 18-Jun-2015
- (enh #58): Remove redundant tooltip title on hover of caption element.
- Fixes for composer.json dependencies.