Skip to content

Releases: nystudio107/craft-plugin-vite

Version 4.0.0

07 May 19:24
Compare
Choose a tag to compare

Added

  • Initial release for Craft CMS 4

Version 4.0.0-beta.3

26 Apr 14:41
Compare
Choose a tag to compare

Changed

  • Don't log the full exception on a Guzzle error, just log the message

Version 1.0.24

26 Apr 14:31
Compare
Choose a tag to compare

Changed

  • Don't log the full exception on a Guzzle error, just log the message

Version 4.0.0-beta.2

23 Mar 03:57
Compare
Choose a tag to compare

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

23 Mar 03:56
Compare
Choose a tag to compare

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

07 Feb 20:51
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.0.22

21 Jan 13:18
Compare
Choose a tag to compare

Fixed

  • Removed errant debugging code

Version 1.0.21

21 Jan 04:50
Compare
Choose a tag to compare

Added

Version 1.0.20

17 Jan 17:04
Compare
Choose a tag to compare

Added

  • Added a vite-script-loaded event dispatched to document so listeners can be notified after a script
    loads (#310)

Version 1.0.19

16 Dec 20:29
Compare
Choose a tag to compare

Fixed

  • Fixed a regression caused by #5 to ensure assets load on production (#6)