Releases: laravel/jetstream
Releases · laravel/jetstream
v0.7.1
Added
- Implement TeamPolicy::create authorization check before creating a team (#82, 42ed0aa)
- Provide a way of customizing/disabling the default routes (#67)
- Delete User password confirmation (#91)
Changed
- Make auth views translatable (#81)
Fixed
- Fix API vs Web TeamsHasPermissions, add Tests (#89)
- Fix "remember me" checkbox (#86)
- Fix
InstallCommand.php
(#55)
v0.7.0
Changed
- Set fully qualified URL for login,register and logout (#49)
- Use application language on layouts (#58)
- Use incrementing ids for team ids ([71b67f1](71b67f1
v0.6.2
Changed
- Change how auth guards are setup (6ac870f)
v0.6.1
Changed
- Set a fully qualified URL for css file (#27)
- Allow using Inertia without a session (#43)
- Make error message translatable (#39)
v0.0.5
Changed
- Change divs to buttons (#8)
- Replace the "home" route by the "dashboard" route (#16)
- Include autocomplete on all relevant elements (#13)
- Configure Purgecss for Tailwind (#10, af9bba5)
- Use numeric ids for users (#22)