Releases: laravel/breeze
Releases · laravel/breeze
v1.2.2
Fixed
- Fix CORS policy errors with inertia stack (#82)
v1.2.0
Added
- React installation option (#73)
- Use new
Password::defaults()
feature (#71)
v1.1.8
Fixed
- Bump Inertia version to match Spark (#70)
v1.1.7
Changed
- Uses password rule by default (#65)
Fixed
- Use boolean() instead of filled() (#68)
- Fix create method docblock return value (#69)
v1.1.5
Fixed
- Fix Login event firing before Register (#59)
v1.1.4
Fixed
Removed
- Remove unused component (#54)
v1.1.3
Fixed
- Update stubs/inertia/app case in installInertiaStack (#53)
v1.1.2
Changed
- Add
@inertiajs/progress
to package dependencies (#46, #49)
- Reduce verbosity by introducing a 'Guest' layout (#52)
- Add email (username) autocomplete (#51)
- Simplify Inertia logout links (#48)