PackageTrack
Sign in Get early access

kartik-v/bootstrap-star-rating

A simple yet powerful JQuery star rating plugin for Bootstrap.

v4.1.2 4.9M downloads/mo #2617 most downloaded on Packagist kartik-v/bootstrap-star-rating

What this package is like to depend on

Last release 5 years ago

no release in 18 months

Ships unpredictably

gaps range from 8 days to 2.0 years

Some releases are documented

notes for 10 of 31 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

31 releases · first in 2014

0 releases in the last 12 months

see the full history below

Release timeline

31 releases · Apr 2014 to Sep 2021
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 31
  1. v4.1.2 20 Sep 2021
    Release notes

    Date: 20-Sep-2021

    • Simplify NPM module handling.
    Open source →
  2. v4.1.1 11 Sep 2021
    Release notes

    Date: 11-Sep-2021

    • (enh #215): Correct NPM module handling.
    Open source →
  3. v4.1.0 25 Jul 2021
    Release notes

    Date: 25-Jul-2021

    • (bug #213): Correct mousenter event to mouseenter.
    • (enh #212): Enhance caption badge styles.
    • (enh #211): Correct keyboard arrow keys behavior for RTL oriented inputs.
    • (enh #210): Revamp themes - set default theme to Krajee SVG.
    Open source →
  4. v4.0.9 20 May 2021
    Release notes

    Date: 21-May-2021

    • Correct minThreshold default value.
    Open source →
  5. v4.0.8 20 May 2021
    Release notes

    Date: 21-May-2021

    • (enh #209): Enhancements to support BS 5.x (and 4.x/3.x).
    Open source →
  6. v4.0.7 20 May 2021
    Release notes

    Date: 20-May-2021

    • (enh #208): Corrected positioning of the base input on which the rating is triggered.
    • (enh #205): Add Dutch Translations.
    • (enh #200): Activate Open Collective.
    • (enh #199): Add Greek Translations.
    • (enh #145): Minimum value threshold validation.
      • New property minThreshold which allows a star rated with minimum value always. The initial value
        of the rating is set to minThreshold if it has a value undefined or a value less than minThreshold
      • The minThreshold value must be a value between the min and max values
      • If minThreshold is set to less than min the plugin will default minThreshold to the min value
      • If minThreshold is set to greater than max the plugin will default minThreshold to the max value
    • (enh #129): Enhance accessibility & make the stars keyboard focusable.
      • New property keyboardEnabled - defaults to true
        • allow use of tab keyboard button to navigate to the rating
        • allow use of arrow right and arrow left keyboard buttons to change the rating value
      • New property mouseEnabled - defaults to true
        • when set to false - the mouse cannot be used to change the ratings
    • (enh #111): Add titles to individual star elements.
      • New config property starTitles (can be set as object or function) - will set the title for each star
    • (enh #110): Hover events reworked. New events added rating:mouseenter and rating:mouseleave
    $('#ratingInput').on('rating:mouseenter rating:mouseleave', function(e, index, status, $star) {
        console.log(index); // the index number of the star where the event was triggered
        console.log(status); // whether the mouse event was triggered on `empty-star` or `filled-star`
        console.log($star); // the current star jquery object where event was triggered 
        console.log($star.attr('title')); // can get properties of the star object
    }); 
    
    Open source →
  7. v4.0.6 25 May 2019
    Release notes

    Date: 25-May-2019

    • (enh #195): Update Bootstrap dependency.
    • (enh #194, enh #180): Allow StarCaptionClasses CSS classes to also be set by Percentage width.
    • (enh #190): Update German Translations.
    • Implement stale bot.
    Open source →
  8. v4.0.5 04 Oct 2018
    Release notes

    Date: 04-Oct-2018

    • (enh #189): Add Bengali Translations.
    • (enh #188): Allow showCaption when displayOnly is true.
    Open source →
  9. v4.0.4 15 Sep 2018
    Release notes

    Date: 15-Sep-2018

    • Enhancements to support Bootstrap v4.x.
    • Better styling of stars for the 5 rating sizes and maintain consistency across themes.
    • (enh #187): Add Kazakh translations.
    • (enh #184): Correct rating-input style to keep it hidden - yet trigger required validation.
    • (enh #182): New Krajee Font Awesome 5.x fas theme.
    • (bug #177, enh #179): New property showCaptionAsTitle
      • Useful for caption to be displayed as title for readonly ratings.
    Open source →
  10. 4.0.3 03 Nov 2017
    Release notes

    Date: 03-Nov-2017

    • (bug #173): Correct rating:change event.
    • (enh #171): Rename events to start with rating: instead of rating.
    • (enh #170): Enhancements to support Bootstrap v4.x framework.
    Open source →
  11. v4.0.2 27 Aug 2017

    Nothing published for this version

  12. v4.0.1 28 Feb 2016

    Nothing published for this version

  13. v4.0.0 18 Feb 2016

    Nothing published for this version

  14. v3.5.8 16 Feb 2016

    Nothing published for this version

  15. v3.5.7 21 Jan 2016

    Nothing published for this version

  16. v3.5.6 29 Dec 2015

    Nothing published for this version

  17. v3.5.5 22 Nov 2015

    Nothing published for this version

  18. v3.5.4 21 Sep 2015

    Nothing published for this version

  19. v3.5.3 18 Jun 2015

    Nothing published for this version

  20. v3.5.2 10 May 2015

    Nothing published for this version

  21. v3.5.1 13 Feb 2015

    Nothing published for this version

  22. v3.5.0 01 Feb 2015

    Nothing published for this version

  23. v3.4.0 15 Dec 2014

    Nothing published for this version

  24. v3.3.0 17 Nov 2014

    Nothing published for this version

  25. v3.2.0 08 Nov 2014

    Nothing published for this version

  26. v3.1.0 04 Nov 2014

    Nothing published for this version

  27. v3.0.0 17 Oct 2014

    Nothing published for this version

  28. v2.6.0 05 Oct 2014

    Nothing published for this version

  29. v2.5.0 29 May 2014

    Nothing published for this version

  30. v2.0.0 16 May 2014

    Nothing published for this version

  31. v1.2.0 05 Apr 2014

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive