Tags: Bert210/jetstream
Tags
Move Jetstream components to Components directory (laravel#1110) The intention with this change is to signal to users that the components are theirs for customizing.
[2.x] Vite 3 support (laravel#1089) * vite 3 support * do not externalise inertiajs/server * CS * Use a single Vite config file Co-authored-by: Jess Archer <[email protected]>
[2.x] Fix Inertia SSR usage with Ziggy route function in setup() (lar… …avel#1069) * Use Ziggy Vue plugin instead of route mixin Ziggy Vue plugin allows `route()` to be injected into `setup()` function in components[1][2], which is needed for Inertia SSR since the @routes blade directive isn't available. [1]: tighten/ziggy#518 [2]: tighten/ziggy#564 (comment) * Fix quotations * Update app.js Co-authored-by: Taylor Otwell <[email protected]>
[2.x] Simplify Tailwind installation (laravel#1060) * Use modern Tailwind directive * Remove redundant dependency
Fixed an issue causing warning due to assignment of object to a boole… …an type of prop. (laravel#1056)
PreviousNext