Skip to content

Releases: innocenzi/laravel-vite

0.1.12

19 Sep 21:42
9f30f94
Compare
Choose a tag to compare

Added

Changed

  • Use fsocketopen instead of Laravel's Http wrapper to ping the development server (#125)
  • Deprecated asset_plugin option (#125)

0.1.11

17 Sep 10:13
Compare
Choose a tag to compare

Changed

  • Added Algolia DocSearch to the documentation
  • Added Blade directives support for Lumen (#109)

This is a revert of the previous revert, both Laravel and Lumen should properly work this time.
Note that we don't support Lumen officially, the change was just trivial enough to be accepted.

0.1.10

29 Aug 13:36
Compare
Choose a tag to compare

Fixed

  • Reverted #97 which caused directives to not register on normal Laravel apps.

0.1.9

27 Aug 16:22
Compare
Choose a tag to compare

Changed

  • Added Blade directives support for Lumen (#97)

Note that we don't support Lumen officially, the change was just trivial enough to be accepted.

0.1.8

05 Aug 08:04
Compare
Choose a tag to compare

Fixed

  • Take dev_url into account in React refresh script (#93)

0.1.7

26 Jul 14:03
Compare
Choose a tag to compare

Added

  • Arbitrary artisan commands when server starts (see documentation)
    • This is a breaking change, you will need to update your configuration to add vite:aliases to commands if you were relying on this feature

0.1.6

26 Jul 11:38
Compare
Choose a tag to compare

Fixed

0.1.5

20 Jul 19:09
Compare
Choose a tag to compare

Fixed

0.1.4

10 Jul 17:08
Compare
Choose a tag to compare

0.1.4 (2021-07-10)

Features

  • ssl certificates helper methods (0579ab0)
  • npm: auto configure HMR (79e7565)

0.1.3

23 Apr 15:58
30f68ed
Compare
Choose a tag to compare

Added

  • Allow to not check if the development server is running (30f68ed)