Skip to content

Releases: kartik-v/bootstrap-star-rating

Version 4.0.2

27 Aug 08:26
Compare
Choose a tag to compare

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

28 Feb 16:14
Compare
Choose a tag to compare

Date: 28-Feb-2016

  1. (bug #99): Correct documentation for refresh method.
  2. (bug #100): Correct caption and clear rendering methods.
  3. (bug #101): Correct caption setting when showCaption is false.
  4. (bug #102): Revamp generation of rating via refresh method.
  5. (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
  6. Update package.json to include peerDependencies instead of dependencies.

Version 4.0.0

18 Feb 07:17
Compare
Choose a tag to compare

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.

  1. (enh #91): Add SVG Icon Support

  2. (enh #94): Add Theming Functionality.

    • New property theme will assign a CSS class rating-<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 the containerClass 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 for filledStar - will default to
      • <i class="glyphicon glyphicon-star"></i>
    • New property emptyStar - will allow one to set the markup for emptyStar - 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).
  3. (enh #95): Add display only capability.

  4. (enh #96): Add support for bootstrap-sass official repo via sass branch.

  5. (enh #97): Add animate property to enable / disable animation of star highlight on hover / change.

Version 3.5.8

16 Feb 16:51
Compare
Choose a tag to compare

Date: 16-Feb-2016

  1. (enh #88): Add German Translations.
  2. (enh #89): Add Portugese Brazilian Translations.
  3. (bug #90): Rename reserved word used as variable.

Version 3.5.7

21 Jan 19:26
Compare
Choose a tag to compare

Date: 22-Jan-2016

  1. (enh #84): Add Ukranian Translations.
  2. (enh #86): Refactor code for listening events and deep extend options correctly.

Version 3.5.6

29 Dec 05:49
Compare
Choose a tag to compare

Date: 29-Dec-2015

  1. (enh #76): Add Russian Translations.
  2. (bug #77): Correct touches and changedTouches validation.
  3. (enh #81): Simplify README docs.
  4. (enh #82): Added "main" key into NPM package.json.

Version 3.5.5

22 Nov 17:09
Compare
Choose a tag to compare

Date: 22-Nov-2015

  1. (enh #71): Fix Error: Cannot read property 'pageX' of undefined error on touch devices.
  2. (enh #74): Universal Module Definition for use with CommonJS, AMD or browser globals.
  3. (enh #75): Implement Locales and Translations.

Version 3.5.4

21 Sep 09:07
Compare
Choose a tag to compare

Date: 20-Sep-2015

  1. (enh #47): Styling enhancements for printed output (better star colors and hide clear button).
  2. (enh #59): Remove String.prototype.replaceAll and implement regex replace.
  3. (enh #63): Add package.json for npm install.
  4. Update bootstrap bower version to support only 3.x variants.

Version 3.5.3

18 Jun 14:43
Compare
Choose a tag to compare

Date: 18-Jun-2015

  1. (enh #58): Remove redundant tooltip title on hover of caption element.
  2. Fixes for composer.json dependencies.

Version 3.5.2

10 May 19:29
Compare
Choose a tag to compare

Date: 10-May-2015

  1. (enh #45): Validate on touchstart for devices that do not support click event.
  2. (enh #46): More correct init of clear and caption elements.