Skip to content

Releases: innocenzi/laravel-vite

v0.2.0-beta.5

06 Feb 13:47
ef24014
Compare
Choose a tag to compare
v0.2.0-beta.5 Pre-release
Pre-release

Breaking Changes

  • The plugin's updateTsConfig option is deprecated, and you should now use the php artisan vite:tsconfig command to update the tsconfig.json file.

The logic has been moved back to PHP in order to not refresh the server on startup because of the potential tsconfig.json update. Additionally, the indentation of an existing tsconfig.json file will now be kept, as opposed to previously where it was set to 4 spaces each time.

Features

  • php: add the vite:tsconfig artisan command (6c44c03)

v0.2.0-beta.4

05 Feb 01:59
6a4780a
Compare
Choose a tag to compare
v0.2.0-beta.4 Pre-release
Pre-release

Breaking Changes

  • Vite will now accept configuration overrides by default, which allow expected behavior like using --host 0.0.0.0 to work, but may also conflict with other plugins.

See: https://laravel-vite.dev/configuration/vite-plugin.html#allowoverrides

Features

  • vite: allow configuration overrides by default (178e38b)
  • vite: enable strictPort by default (94ed639)

v0.2.0-beta.3

03 Feb 01:19
8ca2174
Compare
Choose a tag to compare
v0.2.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • laravel: normalize directory separator in manifest (9945c31)

Features

  • laravel: expose getManifestPath (fd083dd)
  • laravel: implement getHash (251f766)

v0.2.0-beta.2

02 Feb 21:38
9491376
Compare
Choose a tag to compare
v0.2.0-beta.2 Pre-release
Pre-release

Bug Fixes

  • laravel: display the proper exception message (875ac0f)
  • laravel: bind implementation to EntrypointsFinder interface (cf89028)

v0.2.0-beta.1

02 Feb 20:07
7bc4dea
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

Notable changes

  • Replace laravel-vite by vite-plugin-laravel
  • Automatically detect Valet and Laragon certificates when possible
  • Add SSR support
  • Add multiple configurations support
  • Add support for reading configuration from a file
  • Move tsconfig.json alias generation logic to the plugin, don't run it in production
  • Use Laravel's Http client instead of fsocketopen
  • Add Subresource Integrity support

Documentation: https://laravel-vite.dev
Full changelog: 0.1.23...v0.2.0-beta.1

0.1.27

31 Jan 18:47
50bc070
Compare
Choose a tag to compare

What's Changed

  • fix: trim leading slash when fetching entry from manifest by @jacksleight in #186

Full Changelog: 0.1.26...0.1.27

0.1.26

31 Jan 11:53
c317ad9
Compare
Choose a tag to compare

What's Changed

  • fix: render css entrypoints as link tags in development by @jacksleight in #185

New Contributors

Full Changelog: 0.1.25...0.1.26

0.1.25

29 Jan 14:30
a8c7d95
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.24...0.1.25

0.1.24

28 Jan 21:52
d1c69ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.23...0.1.24

0.1.23

17 Jan 14:03
86af082
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.22...0.1.23