Skip to content

Commit c112bf8

Browse files
committed
v4.3.0 release
1 parent cde0af8 commit c112bf8

File tree

9 files changed

+16
-19
lines changed

9 files changed

+16
-19
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ All changes should be committed to the files in `src/`.
196196

197197
## Changelog
198198

199-
`v4.2.6 - [2022-08-05]`
199+
`v4.3.0 - [2022-08-05]`
200200

201+
- Added module and exports fields to package.json
201202
- Fixed left/right keydown events
202203
- Optimised CSS
203204

dist/star-rating.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* Star Rating
3-
* @version: 4.2.6
4-
* @author: Paul Ryley (http://geminilabs.io)
5-
* @url: https://github.com/pryley/star-rating.js
6-
* @license: MIT
7-
*/
8-
91
:root {
102
--gl-star-color: #fdd835;
113
--gl-star-color-inactive: #dcdce6;

dist/star-rating.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.2.6
3+
* @version: 4.3.0
44
* @author: Paul Ryley (http://geminilabs.io)
55
* @url: https://github.com/pryley/star-rating.js
66
* @license: MIT

dist/star-rating.min.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)