Releases: laravel/jetstream
Releases · laravel/jetstream
v1.6.3
Fixed
- Clears any validation error message before re-displaying confirmation (#487)
v1.6.2
Fixed
- Use Alpine directly for guest layout (#485)
v1.6.1
Changed
Fixed
- Fix feature toggles in Inertia (#451, #454)
- Update response status code to prevent method not allowed (#456)
v1.6.0
Added
Fixed
- Delete user tokens when user is deleted (#406, 5bc500e)
- Fix composer memory limit crashes (#412)
- Update
TwoFactorAuthenticationForm.vue
(#417)
v1.5.3
Fixed
- Fix Livewire Modal Closing Issue By Bumping Alpine To
2.7.3
(#404)
- Delete the users profile picture (#399)
v1.5.2
Added
- Adds custom redirects after creating or deleting a team (#383, ef3382d)
Changed
- Make team show use policies (#379)
- Use ziggy current method to check active link (#402)
Fixed
- Add missing trait (#385)
- Slot Empty Checking & Return Default Value (#389)
- Constrain Ziggy version to
^0.9.4
(#395)
v1.5.1
Fixed
- Lock
inertiajs/inertia-laravel
to ^0.2.4
(#371)
v1.5.0
Added
- Add Jetstream route prefix config (#362)
Changed
v1.4.1
Changed
- Give user object to update profile information form (#324, d818b31)
- Numeric keyboard in Two Factor Challenge (#336)
Fixed
- Correct visibility of Fortify features in profile view (#322)
- Fix incorrect variable (afc89ad)
v1.4.0
Changed
- Extract switch team logic into HasTeams trait (#312)
- Use named routes on Inertia with Ziggy (#314, #316)
- Bump Tailwind & Inertia (#315)