Skip to content

Commit

Permalink
chore: Version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Aug 13, 2024
1 parent 5231ca6 commit 08fcb10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
All notable changes to this project will be documented in this file.

## 5.0.1 - UNRELEASED
### Added
* Added a `craft.vite.integrity()` method that will extract the integrity hash (for building a Content Security Policy)
* Added an `includeScriptOnloadHandler` config setting that allows you to disable the adding of an `onload` handler on the `<script>` tags (useful when implementing a Content Security Policy)

### Changed
* Filter out empty attributes so they don't render on the `<script>` tags

### Fixed
* Use `strrpos` instead of `strpos` when attempting to extract a file name without the hash ([#28](https://github.com/nystudio107/craft-plugin-vite/pull/28))

## 5.0.0 - 2024.04.16
### Added
* Stable release for Craft CMS 5
Expand Down

0 comments on commit 08fcb10

Please sign in to comment.