Releases: laravel/jetstream
Releases · laravel/jetstream
v1.2.1
Added
Fixed
- Don't include update password form if feature disabled (#197)
- Remove hard coded routes and use
route()
helper by name instead (#203)
- Fix button margins on small screens (#206)
v1.2.0
Added
Changed
- Update Fortify Actions to use PasswordValidationRules Trait (#168)
- Make labels translatable in livewire views (#177)
- A few more strings that should be translatable (#192)
Fixed
- Refresh navigation dropdown when teams/profile forms save (#132)
- Fix API token deletion bug (#155)
- Fix profile picture distortion for team owners (#165)
- Fix HasTeams trait to be able to use queries (#173)
v1.1.2
Changed
- Set fully url forget and reset password action (#136)
Fixed
- Missing Closing Parenthesis (#140)
v1.1.1
Fixed
- Fix missing request (#137)
v1.1.0
Added
- Add alt attribute/value to image tag (#106)
- Translates more strings (#101)
Changed
Fixed
- Fix for
vendor:publish
routes (#109)
- Make team menu entry "truncate" (#114)
- Added object-cover to profile images (#122)
- Inertia: Use check instead of authorize for canCreateTeams (#129)
v1.0.1
Changed
- Update to Laravel Fortify 1.0 (#96)