Skip to content

Commit 0480248

Browse files
committed
v4.2.5 release
1 parent 0a4a7e0 commit 0480248

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

README.md

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

197197
## Changelog
198198

199+
`v4.2.5 - [2022-07-30]`
200+
201+
- Fixed active index when stars have gaps between them
202+
199203
`v4.2.3 - [2022-06-03]`
200204

201205
- Disabled pointer-events on tooltip

dist/star-rating.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="author" content="Paul Ryley">
1111
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' type='text/css'>
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css" integrity="sha512-ISS7cAi1PEhQ8jnbJpJZMd29NlhNj4AWYyLOSp2CE/CsHxTCu+r+t0D2yoJudVrd0/8fTVPUVDzY5Tvli75u/g==" crossorigin="anonymous" />
13-
<link rel="stylesheet" href="dist/star-rating.css">
13+
<link rel="stylesheet" href="dist/star-rating.css?ver=4.2.5">
1414
<link rel="stylesheet" href="demo/styles.min.css">
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css" integrity="sha512-tN7Ec6zAFaVSG3TpNAKtk4DOHNpSwKHxxrsiw4GHKESGPs5njn/0sMCUMl2svV4wo4BK/rCP7juYz+zx+l6oeQ==" crossorigin="anonymous" />
1616
</head>
@@ -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.2.3"></script>
263+
<script src="dist/star-rating.js?ver=4.2.5"></script>
264264
<script>
265265
var destroyed = false;
266266
var starratingPrebuilt = new StarRating('.star-rating-prebuilt', {

0 commit comments

Comments
 (0)