Skip to content

Commit ce5dc10

Browse files
committed
v4.1.3 release
1 parent 363985a commit ce5dc10

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@ All changes should be committed to the files in `src/`.
196196

197197
## Changelog
198198

199+
`v4.1.3 - [2021-04-09]`
200+
201+
- Fixed focus state with pointer events
202+
203+
`v4.1.2 - [2021-02-24]`
204+
205+
- Fixed error when initialising more than once
206+
199207
`v4.1.1 - [2021-02-14]`
200208

201209
- Removed v3 compatibility mode when using the `prebuilt` option

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2>License</h2>
260260

261261
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/prism.min.js" integrity="sha512-YBk7HhgDZvBxmtOfUdvX0z8IH2d10Hp3aEygaMNhtF8fSOvBZ16D/1bXZTJV6ndk/L/DlXxYStP8jrF77v2MIg==" crossorigin="anonymous"></script>
262262
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/autoloader/prism-autoloader.min.js" integrity="sha512-zc7WDnCM3aom2EziyDIRAtQg1mVXLdILE09Bo+aE1xk0AM2c2cVLfSW9NrxE5tKTX44WBY0Z2HClZ05ur9vB6A==" crossorigin="anonymous"></script>
263-
<script src="dist/star-rating.js?ver=4.1.2"></script>
263+
<script src="dist/star-rating.js?ver=4.1.3"></script>
264264
<script>
265265
var destroyed = false;
266266
var starratingPrebuilt = new StarRating('.star-rating-prebuilt', {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "star-rating.js",
33
"description": "This zero-dependency ES6 module transforms a SELECT into a dynamic star rating element.",
4-
"version": "4.1.2",
4+
"version": "4.1.3",
55
"author": {
66
"name": "Paul Ryley",
77
"email": "[email protected]",

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Star Rating
3-
* @version: 4.1.2
3+
* @version: 4.1.3
44
* @author: Paul Ryley (http://geminilabs.io)
55
* @url: https://github.com/pryley/star-rating.js
66
* @license: MIT

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**!
22
* Star Rating
3-
* @version: 4.1.2
3+
* @version: 4.1.3
44
* @author: Paul Ryley (http://geminilabs.io)
55
* @url: https://github.com/pryley/star-rating.js
66
* @license: MIT

0 commit comments

Comments
 (0)