Skip to content

Releases: laravel/jetstream

v1.1.1

18 Sep 16:20
2e85511
Compare
Choose a tag to compare

Fixed

  • Fix missing request (#137)

v1.1.0

18 Sep 16:20
Compare
Choose a tag to compare

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

18 Sep 16:20
Compare
Choose a tag to compare

Changed

v1.0.1

18 Sep 16:20
20036d2
Compare
Choose a tag to compare

Changed

  • Update to Laravel Fortify 1.0 (#96)

v1.0.0

18 Sep 16:20
Compare
Choose a tag to compare

Fixed

v0.7.3

18 Sep 16:19
Compare
Choose a tag to compare

Fixed

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