Skip to content

Releases: innocenzi/laravel-vite

0.1.22

16 Jan 02:23
68c1c86
Compare
Choose a tag to compare

What's Changed

  • fix!: rename environment variables to not start with VITE_ by @innocenzi in 68c1c86

This release will break your certificates, you need to update VITE_DEV_KEY to DEV_SERVER_KEY and VITE_DEV_CERT to DEV_SERVER_CERT in your environment file if you are using https locally.

Full Changelog: 0.1.21...0.1.22

0.1.21

16 Jan 00:21
590c034
Compare
Choose a tag to compare

What's Changed

  • feat!: do not use manifest in dev or test environments by @flick36 in #170

New Contributors

Full Changelog: 0.1.20...0.1.21

0.1.20

04 Jan 10:30
b87ac2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.19...0.1.20

0.1.19

06 Dec 18:19
928a32f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.18...0.1.19

0.1.18

03 Nov 13:37
62e50be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.17...0.1.18

0.1.17

09 Oct 17:32
0d5f348
Compare
Choose a tag to compare

What's Changed

  • fix: support environment variable expansion by @Esirei in #145
  • fix(exceptions): return initial package manager command by @maicol07 in #148

New Contributors

Full Changelog: 0.1.16...0.1.17

0.1.16

07 Oct 11:30
da10592
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.15...0.1.16

0.1.15

05 Oct 08:04
e763c71
Compare
Choose a tag to compare

What's Changed

  • fix: allow passing no arguments to .withValetCertificates() by @bakerkretzmar in #138
  • feat: allow exporting configuration with vite:config --export=/path/to/config in e763c71

New Contributors

Full Changelog: 0.1.14...0.1.15

0.1.14

27 Sep 12:25
b30c4fa
Compare
Choose a tag to compare

Added

  • npm: Allow callbacks in merge (be3c329)
  • npm: Infer certificates from environment (70983ab)

Changed

  • Deprecated Vite::redirectAssets (ce51a62)

Fixed

0.1.13

21 Sep 14:13
6943247
Compare
Choose a tag to compare

Added

  • Vite::withoutManifest testing helper (#126)
  • VITE_DEV_SERVER_URL environment variable by default in the configuration (fccc66c)