v0.7.4 - 2023-02-07
- Provide hook to access dev url while transforming by @timacdonald in laravel#195
v0.7.3 - 2022-12-20
- Update package.json to use vite 4 compatible vite-plugin-full-reload by @iquad in laravel#186
- Respects users base config option by @timacdonald in laravel#188
v0.7.2 - 2022-12-15
- Adds Vite 4 support in laravel#179
v0.7.1 - 2022-11-21
- Fix node type issue by @timacdonald in laravel#166
v0.7.0 - 2022-10-25
- Respect user manifest config by @jessarcher in laravel#150
- Support loading certificates from environment variables by @innocenzi in laravel#151
- Fix colors by @timacdonald in laravel#154
v0.6.1 - 2022-09-21
- Fail running HMR in known environments by @timacdonald in laravel#128
- Do not inline small assets, by default by @timacdonald in laravel#131
- Add
lang
directories to default refresh paths by @fabio-ivona in laravel#135 - Add config option to utilise Valet TLS certificates by @timacdonald in laravel#129
- Ensure custom 404 page shows after server restarts by @timacdonald in laravel#141
v0.6.0 - 2022-08-25
- Support customising hot file / build path by @timacdonald in laravel#118
v0.5.4 - 2022-08-16
- Allow chosing different env files by @LucdoOf in laravel#113
v0.5.3 - 2022-08-04
- Support both string and integer based IP versions by @timacdonald in laravel#108
v0.5.2 - 2022-07-22
No major changes.
v0.5.1 - 2022-07-22
- Do not externalise inertia helpers by @timacdonald in laravel#95
- Prevent console warning when Vite pings HMR by @jessarcher in laravel#98
- Use HMR port when specified by @guilheb in laravel#63
v0.5.0 - 2022-07-19
- Vite 3 support by @timacdonald in laravel#77
v0.4.0 - 2022-07-13
- Help users that visit the Vite dev server directly by @jessarcher in laravel#57
- Change default SSR build directory by @jessarcher in laravel#70
Initial pre-release.