Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/afraid-garlics-visit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fiery-cats-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-beans-cross.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @smoothtml/vite-plugin-sri

## 0.3.0

### Minor Changes

- [#13](https://github.com/smoothtml/vite-plugin-sri/pull/13)
[`527aa3e`](https://github.com/smoothtml/vite-plugin-sri/commit/527aa3e35343a14fe4bb2c248005975d8c07128d)
Thanks [@rishvic](https://github.com/rishvic)! - Add SRI hashes to elements
that already have an `integrity` attribute, preserving existing hashes.

### Patch Changes

- [#13](https://github.com/smoothtml/vite-plugin-sri/pull/13)
[`daaecd2`](https://github.com/smoothtml/vite-plugin-sri/commit/daaecd2ebff58d10f2d3e6c4bad6b3f0c4db52eb)
Thanks [@rishvic](https://github.com/rishvic)! - Decode percent-encoded asset
URLs before bundle lookup so encoded paths resolve correctly

- [#11](https://github.com/smoothtml/vite-plugin-sri/pull/11)
[`fe5d930`](https://github.com/smoothtml/vite-plugin-sri/commit/fe5d930043d458710af6015c6761e57fadbaf186)
Thanks [@rishvic](https://github.com/rishvic)! - Add THIRD-PARTY-NOTICES.txt
to the published package, carrying the MIT license and copyright for the
bundled Vite-derived code.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smoothtml/vite-plugin-sri",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"description": "Vite plugin that adds Subresource Integrity (SRI) hashes to scripts and stylesheets in built HTML.",
"keywords": [
"vite-plugin",
Expand Down