Releases: laravel-frontend-presets/inertiajs
Releases · laravel-frontend-presets/inertiajs
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
#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
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 thebabelConfig
method in thewebpack.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