Skip to content

Latest commit

 

History

History
145 lines (82 loc) · 7.03 KB

CHANGELOG.md

File metadata and controls

145 lines (82 loc) · 7.03 KB

Release Notes

v1.0.2 - 2024-02-28

  • [1.x] Fix HMR issue when resources/lang directory doesn't exist and a symlink is present in the root directory by @jessarcher in laravel#285

v1.0.1 - 2023-12-27

v1.0.0 - 2023-12-19

v0.8.1 - 2023-09-26

v0.8.0 - 2023-08-08

v0.7.8 - 2023-05-24

  • Ensure 'node' has a fallback type when working with static import linters by @timacdonald in laravel#227

v0.7.7 - 2023-05-16

v0.7.6 - 2023-05-10

  • Polyfill import.meta.url for CJS builds by @timacdonald in laravel#217

v0.7.5 - 2023-05-09

  • Build MJS and CJS versions of the plugin by @timacdonald in laravel#189

v0.7.4 - 2023-02-07

Added

  • Provide hook to access dev url while transforming by @timacdonald in laravel#195

v0.7.3 - 2022-12-20

Changed

  • 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

Added

v0.7.1 - 2022-11-21

Fixed

v0.7.0 - 2022-10-25

Changed

  • Respect user manifest config by @jessarcher in laravel#150
  • Support loading certificates from environment variables by @innocenzi in laravel#151

Fixed

v0.6.1 - 2022-09-21

Changed

  • 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

Fixed

  • Ensure custom 404 page shows after server restarts by @timacdonald in laravel#141

v0.6.0 - 2022-08-25

Added

  • Support customising hot file / build path by @timacdonald in laravel#118

v0.5.4 - 2022-08-16

Changed

  • Allow chosing different env files by @LucdoOf in laravel#113

v0.5.3 - 2022-08-04

Fixed

  • 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

Fixed

  • 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

Added

v0.4.0 - 2022-07-13

Changed

  • Help users that visit the Vite dev server directly by @jessarcher in laravel#57
  • Change default SSR build directory by @jessarcher in laravel#70

v0.1.0 (2022-05-28)

Initial pre-release.