Releases: laravel/vite-plugin
Releases · laravel/vite-plugin
v0.5.4
v0.5.3
Fixed
- Support both string and integer based IP versions by @timacdonald in #108
v0.5.2
No major changes.
v0.5.1
Fixed
- Do not externalise inertia helpers by @timacdonald in #95
- Prevent console warning when Vite pings HMR by @jessarcher in #98
- Use HMR port when specified by @guilheb in #63
v0.5.0
Added
- Vite 3 support by @timacdonald in #77
v0.4.0
Changed
- Help users that visit the Vite dev server directly by @jessarcher in #57
- Change default SSR build directory by @jessarcher in #70
v0.3.0
Changed
- [0.3.x] Support full page reload on blade / arbitrary file changes by @timacdonald in #43
- [0.3.x] Add
app/View/Components/**
to default refresh paths by @timacdonald in #55
Added
- [0.x] Documentation updates by @jessarcher in #35
- [0.x] Document vapor upgrade process by @timacdonald in #41
- Use GitHub Markdown notes by @jessarcher in #51
- Add a link to the Vite page by @DannyFeliz in #52
- [0.x] Improve upgrade guide by @timacdonald in #59
- [0.x] Utilise packages exported interface by @timacdonald in #60
Fixed
- [0.x] Fix docs link by @timacdonald in #44
- Use HMR host when set by @jessarcher in #42
- Account for an hmr protocol different than the vite server's protocol by @jbraband in #56
v0.2.4
Added
- Allow server configuration to be overriden inside a Sail container by @jessarcher in #30
Fixed
- Respect envDir when resolving assetUrl by @hailwood in #29
- [0.x] Ensure manifest always contains a file key for CSS sources by @timacdonald in #34
- [0.x] Fix issue with manifest not existing when the legacy asset bundle occurs by @jessarcher in #38
v0.2.3
Added
- Update resolvePageComponent helper to work with both glob and glogEager by @Esirei in #11
- Update UPGRADE.md by @driesvints in #26
Fixed
- Use Vite's envDir option if specified by @hailwood in #22
- Respect server.host variable in hot file by @jessarcher in #25
v0.2.2
Fixed
- Fix manifest CSS paths on Windows by @jessarcher in #20
Changed
- remove ziggy alias by @timacdonald in #21