Releases: nystudio107/craft-plugin-vite
Releases · nystudio107/craft-plugin-vite
Version 4.0.0
Added
- Initial release for Craft CMS 4
Version 4.0.0-beta.3
Changed
- Don't log the full exception on a Guzzle error, just log the message
Version 1.0.24
Changed
- Don't log the full exception on a Guzzle error, just log the message
Version 4.0.0-beta.2
Changed
- Only clear caches in
init()
if we're using the dev server - Cache the status of the devServer for the duration of the request
Version 1.0.23
Changed
- Only clear caches in
init()
if we're using the dev server - Cache the status of the devServer for the duration of the request
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.0.22
Fixed
- Removed errant debugging code
Version 1.0.21
Added
- Added support for subresource integrityvia plugins like vite-plugin-manifest-sri
Version 1.0.20
Added
- Added a
vite-script-loaded
event dispatched todocument
so listeners can be notified after a script
loads (#310)