Releases: laravel/breeze
Releases · laravel/breeze
v2.0.1
- Remove duplicate "id" attribute by @edikurniawan-dev in #368
- Add Laravel Herd by @mpociot in #372
- [2.x] Make commands lazy by @timacdonald in #373
- [2.x] Fixes non dark mode on Livewire's
welcome/navigation.blade.php
by @nunomaduro in #375
v2.0.0
- Adds Laravel 11 support by @nunomaduro in #331
- Add id to Input component by @mmkhakdaman in #151
- Implement 11.x welcome page design by @jasonlbeggs in #362
v1.29.1
- Updated throttleKey method to meet Str::lower excepted value in LoginRequest stub by @rileyshannon in #365
- Fix Livewire form validation by @PerryvanderMeer in #364
v1.29.0
- Update to Ziggy v2 by @bakerkretzmar in #359
v1.28.3
- Improve default auth tests inside the stubs by @Pilskalns in #358
v1.28.2
- [1.x] Use Livewire's
redirectIntended
function by @PerryvanderMeer in #352
v1.28.1
- Add default value for useRef calls in .tsx files by @matthiasweiss in #348
v1.28.0
v1.27.0
- Update PostCSS version by @TENIOS in #339
- Added a x-on:close-modal.window directive so we can close modal from a livewire function by @lucidpolygon in #341
- Improve Ziggy setup in Inertia stacks by @bakerkretzmar in #340
- [1.x] Vite 5 by @timacdonald in #342
v1.26.3
- asserting responses are ok before asserting presence of components by @da-mask in #337
- Fix handling of names with single quotes in Livewire navigation by @dragi-ns in #336
- Change Livewire Rule Attribute to Validate Attribute by @achmedislamic in #334
- [1.x] Uses
json_encode
like Jetstream by @nunomaduro in #338