Releases: laravel/breeze
Releases · laravel/breeze
v1.11.0
Changed
- Add default view / routes reloading to breeze stacks by @timacdonald in #166
- Update SSR directory by @jessarcher in #168
Fixed
- Fix: React SSR installation error by @renomureza in #169
Removed
- Laravel 8 don't support the vite. by @Jehong-Ahn in #167
v1.10.0
Added
- Vite by @jessarcher in #158
Fixed
- fix TailwindCSS first party TypeScript types weren't working right by @geisi in #160
- Bump
@tailwindcss/forms
fix console warning with Vite by @timacdonald in #161 - Fix ziggy determing current URL when using SSR by @timacdonald in #163
v1.9.4
v1.9.3
Changed
- Improve Vite compatibility by @jessarcher in #154
v1.9.2
Changed
- Simplify Tailwind installation by @jessarcher in #155
Fixed
- Fix inability to click dropdown content in React version by @jessarcher in #153
v1.9.1
Changed
- Update command comments by @taylorotwell in cde98d0
v1.9.0
v1.8.2
Changed
- Remove unused import by @MohmmedAshraf in #141
- Add routes name to register and login paths by @alphaolomi in #140
- Updated Inertia Version to Latest by @As1fAli in #142
v1.8.1
Changed
- Update
InitialVueStack
packages to latest by @dammy001 in #128 - Update
InertiaReactStack
dependencies by @dammy001 in #130 - Update
BladeStack
dependencies by @dammy001 in #129 - Don't mix __() and trans() in the same file by @hailwood in #132
- Group common middleware instead of duplicating by @dammy001 in #131
- Group common middleware instead of duplicating on inertia-common by @dammy001 in #135
Fixed
v1.8.0
Changed
- Transition Inertia Vue stubs to
<script setup>
syntax by @jessarcher in #127