Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 1.06 KB

Plugin Vite Changelog

5.0.1 - UNRELEASED

Fixed

  • Normalize file system paths before fetching them with file_get_contents() (#25)

5.0.0 - 2024.04.15

Added

  • Stable release for Craft CMS 5

5.0.0-beta.3 - 2024.03.02

Fixed

  • Fixed an issue where craft.vite.entry() would fail if you were using Vite 5 or later, due to the ManifestHelper::fileNameWithoutHash() function not working correctly (#24)

5.0.0-beta.2 - 2024.01.30

Added

  • If the devServer is running, the ViteService::fetch() method will try to use the devServerInternal URL first, falling back on the devServerPublic so that craft.vite.inline() can pull from the devServer if it is running (#22)
  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Changed

  • PHPstan code cleanup
  • ECS code cleanup

5.0.0-beta.1 - 2024.01.21

Added

  • Initial beta release