Releases: motomedialab/laravel-vite-helper
Releases · motomedialab/laravel-vite-helper
Support for Laravel 11
Added support for Laravel 11 (#18) * Update composer.json * Added Laravel 11 to testing * Changed to dev branch * Update dependencies for Laravel 11 support * Updated for Laravel 11 * Added testbench as dev * Removed dev orchestra test bench
Fix for MocksViteHelper
Details in #17
Added ability to supply an array of paths
This release adds the ability to supply an array of paths to the vite helper.
When providing an array, in return you'll get an array of relative/absolute URLs back.
E.g. vite(['resources/css/app.css', 'resources/js/app.js'])
Will return an array with the determined paths.
Allow Vite helper to run on older versions of Laravel
This allows the Laravel Vite Helper package to run on Laravel 8, 9 & 10, prior to Vite being officially supported by Laravel.
Fixed being unable to override hotServer
This release provides a fix where passing hotServer: false would be ignored if the hot file existed.
Thanks to @francoism90 for raising the PR
Added PHPUnit 10 to correspond with Laravel 10 requirements
v1.4.1 Added 10.0.7 PHPUnit to dependencies