Skip to content

Commit

Permalink
v4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Mar 24, 2022
1 parent bc85b34 commit 3c18d87
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 12 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ All changes should be committed to the files in `src/`.

## Changelog

`v4.2.0 - [2022-03-24]`

- Perform a complete teardown on destroy allowing a rebuild from the selector in a new DOM

`v4.1.5 - [2021-09-25]`

- Added a data-rating attribute on the widget which holds the transient/selected rating
Expand Down
2 changes: 1 addition & 1 deletion dist/star-rating.js

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

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h2>License</h2>

<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/prism.min.js" integrity="sha512-YBk7HhgDZvBxmtOfUdvX0z8IH2d10Hp3aEygaMNhtF8fSOvBZ16D/1bXZTJV6ndk/L/DlXxYStP8jrF77v2MIg==" crossorigin="anonymous"></script>
<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>
<script src="dist/star-rating.js?ver=4.1.5"></script>
<script src="dist/star-rating.js?ver=4.2.0"></script>
<script>
var destroyed = false;
var starratingPrebuilt = new StarRating('.star-rating-prebuilt', {
Expand Down
Loading

0 comments on commit 3c18d87

Please sign in to comment.