Releases: laravel/vite-plugin
Releases · laravel/vite-plugin
v1.1.1
- [1.1] Fix dependency issue with Vite 5 by @jessarcher in #313
v1.1.0
- Upgrade to Vite 6 by @timacdonald in #310
v1.0.6
- Replace dead link in Security Policy by @Jubeki in #300
- Look for certificates in valet linux config directory by @jameshulse in #307
v1.0.5
- TypeScript: define entrypoints using object by @tylerlwsmith in #298
v1.0.4
- Include base in hotFile without modifying server.origin replacement by @danielztolnai in #296
v1.0.3
- Append base to hot file by @timacdonald in #290
- Support Laravel Herd for windows by @mozex in #293
v1.0.2
- [1.x] Fix HMR issue when
resources/lang
directory doesn't exist and a symlink is present in the root directory by @jessarcher in #285
v1.0.1
- [1.x] Simpler conditional by @Jubeki in #273
- [1.x] Account for imported CSS files while cleaning by @timacdonald in #275
- [1.x] Fix exit error messages by @timacdonald in #276
v1.0.0
- [1.0] Drop CJS build and export types first by @benmccann in #235
- [1.x] Introduce
clean-orphaned-assets
binary by @timacdonald in #251 - [0.8.x] Respect vite server.origin in viteDevServerUrl by @nurdism in #255
- [1.x] Vite 5 by @timacdonald in #269
- [0.8.x] Fallback pages by @timacdonald in #271
- [1.x] Auto detect Valet / Herd TLS certificates by @timacdonald in #180
v0.8.1
- [0.8] Fix issue with
0.0.0.0
network resolution by @timacdonald in #241 - Upgrade vitest by @sapphi-red in #246