Skip to content

Releases: laravel/jetstream

v0.7.2

18 Sep 16:19
Compare
Choose a tag to compare

Fixed

v0.7.1

18 Sep 16:19
f61de57
Compare
Choose a tag to compare

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

18 Sep 16:19
Compare
Choose a tag to compare

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.4

18 Sep 16:18
Compare
Choose a tag to compare

Fixed

v0.6.3

18 Sep 16:18
Compare
Choose a tag to compare

Changed

v0.6.2

18 Sep 16:18
Compare
Choose a tag to compare

Changed

  • Change how auth guards are setup (6ac870f)

v0.6.1

18 Sep 16:18
f3d64ea
Compare
Choose a tag to compare

Changed

  • Set a fully qualified URL for css file (#27)
  • Allow using Inertia without a session (#43)
  • Make error message translatable (#39)

v0.6.0

04 Sep 13:15
Compare
Choose a tag to compare

Changed

v0.0.5

04 Sep 13:15
537e80d
Compare
Choose a tag to compare

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)

v0.0.4

04 Sep 13:14
Compare
Choose a tag to compare

Changed