Releases: laravel/breeze
Releases · laravel/breeze
v1.3.2
Changed
- Update url for JS (eba8457)
- Add Vue file extension to all Vue components imported (#89)
- Update
<Link>
tags & implement <Head>
management (title tag) (#90, 4dce8a8, 128fd28, #94)
Fixed
- Change from POST to GET on responsive dashboard link (#92)
v1.3.1
Fixed
- Fix EmailVerificationTest to pass using Uuids (#85)
v1.2.3
Fixed
- Fix purge line to include *.js (#83)
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)