Releases: laravel/vite-plugin
Releases Β· laravel/vite-plugin
v0.6.1
Changed
- Fail running HMR in known environments by @timacdonald in #128
- Do not inline small assets, by default by @timacdonald in #131
- Add
lang
directories to default refresh paths by @fabio-ivona in #135 - Add config option to utilise Valet TLS certificates by @timacdonald in #129
Fixed
- Ensure custom 404 page shows after server restarts by @timacdonald in #141
v0.6.0
Added
- Support customising hot file / build path by @timacdonald in #118
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