Releases: innocenzi/laravel-vite
Releases · innocenzi/laravel-vite
v0.2.0-beta.5
Breaking Changes
- The plugin's
updateTsConfig
option is deprecated, and you should now use thephp artisan vite:tsconfig
command to update thetsconfig.json
file.
The logic has been moved back to PHP in order to not refresh the server on startup because of the potential tsconfig.json
update. Additionally, the indentation of an existing tsconfig.json
file will now be kept, as opposed to previously where it was set to 4 spaces each time.
Features
- php: add the
vite:tsconfig
artisan command (6c44c03)
v0.2.0-beta.4
Breaking Changes
- Vite will now accept configuration overrides by default, which allow expected behavior like using
--host 0.0.0.0
to work, but may also conflict with other plugins.
See: https://laravel-vite.dev/configuration/vite-plugin.html#allowoverrides
Features
v0.2.0-beta.3
v0.2.0-beta.2
v0.2.0-beta.1
Notable changes
- Replace
laravel-vite
byvite-plugin-laravel
- Automatically detect Valet and Laragon certificates when possible
- Add SSR support
- Add multiple configurations support
- Add support for reading configuration from a file
- Move
tsconfig.json
alias generation logic to the plugin, don't run it in production - Use Laravel's
Http
client instead offsocketopen
- Add Subresource Integrity support
Documentation: https://laravel-vite.dev
Full changelog: 0.1.23...v0.2.0-beta.1
0.1.27
What's Changed
- fix: trim leading slash when fetching entry from manifest by @jacksleight in #186
Full Changelog: 0.1.26...0.1.27
0.1.26
What's Changed
- fix: render css entrypoints as link tags in development by @jacksleight in #185
New Contributors
- @jacksleight made their first contribution in #185
Full Changelog: 0.1.25...0.1.26
0.1.25
What's Changed
- fix: don't check certificates when pinging the dev server by @innocenzi in a6bd9d0
Full Changelog: 0.1.24...0.1.25
0.1.24
0.1.23
What's Changed
- feat: allow using Laravel v9 by @LeoColomb in #175
New Contributors
- @LeoColomb made their first contribution in #175
Full Changelog: 0.1.22...0.1.23