Skip to content

Commit

Permalink
v4.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Aug 5, 2022
1 parent 09bff9e commit cde0af8
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ All changes should be committed to the files in `src/`.

## Changelog

`v4.2.6 - [2022-08-05]`

- Fixed left/right keydown events
- Optimised CSS

`v4.2.5 - [2022-07-30]`

- Fixed active index when stars have gaps between them
Expand Down
2 changes: 1 addition & 1 deletion dist/star-rating.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Star Rating
* @version: 4.2.5
* @version: 4.2.6
* @author: Paul Ryley (http://geminilabs.io)
* @url: https://github.com/pryley/star-rating.js
* @license: MIT
Expand Down
7 changes: 7 additions & 0 deletions dist/star-rating.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**!
* Star Rating
* @version: 4.2.6
* @author: Paul Ryley (http://geminilabs.io)
* @url: https://github.com/pryley/star-rating.js
* @license: MIT
*/
var StarRating = (function () {
'use strict';

Expand Down
8 changes: 7 additions & 1 deletion dist/star-rating.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cde0af8

Please sign in to comment.