Skip to content

Releases: laravel-frontend-presets/inertiajs

0.4.0

23 Mar 00:32
bf3d055
Compare
Choose a tag to compare

#16 - Add support for Laravel 7 (@rokde)

0.3.1

13 Nov 22:30
758e024
Compare
Choose a tag to compare

#14 - Add version() to the Webpack configuration, to ensure asset versioning and cache-busting works correctly.

0.3.0

09 Oct 01:50
b5ada77
Compare
Choose a tag to compare

#12 - Remove the avatar method that was pulled across from the sample PingCRM app, which isn't part of a default Laravel install.

0.2.1

23 Sep 22:51
1ad168c
Compare
Choose a tag to compare

#11 - Fix call to renamed method

0.2.0

23 Sep 12:40
6c0a759
Compare
Choose a tag to compare

#8 - Update to work with Laravel 6
#9 - Swap to Tailwind for design, publish a service provider for asset versioning and shared data

This release adds support for Laravel 6, as well as replacing the default Bootstrap styles with a CDN-version of Tailwilnd CSS, seeing as we can no longer reliably expect Bootstrap to be available in a default Laravel installation.

Also ensures that inertiajs/inertia-laravel' is added to the composer.json` file when installed, to prevent your application ceasing to function if you happen to install the preset as a dev dependency.

0.1

14 Aug 02:42
4a88334
Compare
Choose a tag to compare
0.1

With today's release of the first release (0.1) of InertiaJS, we're bringing you the complementing Laravel frontend preset!

  • The views themselves haven't changed
  • I've moved the babel configuration out of .babelrc to the babelConfig method in the webpack.mix.js file
  • Imports of Inertia have been replaced by the the named export (InertiaApp)
  • Filename chunking has been updated to store the chunkhash in the query string, per inertiajs/inertia-vue#41