Skip to content

Releases: laravel/jetstream

v1.6.3

01 Dec 15:17
c32ee30
Compare
Choose a tag to compare

Fixed

  • Clears any validation error message before re-displaying confirmation (#487)

v1.6.2

24 Nov 17:14
a563ab2
Compare
Choose a tag to compare

Fixed

  • Use Alpine directly for guest layout (#485)
    

v1.6.1

17 Nov 16:31
daba984
Compare
Choose a tag to compare

Changed

Fixed

  • Fix feature toggles in Inertia (#451, #454)
  • Update response status code to prevent method not allowed (#456)

v1.6.0

03 Nov 18:54
0cf69f7
Compare
Choose a tag to compare

Added

  • PHP 8 Support (#416)

Fixed

  • Delete user tokens when user is deleted (#406, 5bc500e)
  • Fix composer memory limit crashes (#412)
  • Update TwoFactorAuthenticationForm.vue (#417)
    

v1.5.3

03 Nov 18:36
Compare
Choose a tag to compare

Fixed

  • Fix Livewire Modal Closing Issue By Bumping Alpine To 2.7.3 (#404)
  • Delete the users profile picture (#399)

v1.5.2

03 Nov 18:35
770ece0
Compare
Choose a tag to compare

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

03 Nov 18:35
5a1967b
Compare
Choose a tag to compare

Fixed

  • Lock inertiajs/inertia-laravel to ^0.2.4 (#371)

v1.5.0

20 Oct 18:02
066ccf5
Compare
Choose a tag to compare

Added

  • Add Jetstream route prefix config (#362)

Changed

v1.4.1

20 Oct 17:57
Compare
Choose a tag to compare

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

06 Oct 16:06
05946ae
Compare
Choose a tag to compare

Changed

  • Extract switch team logic into HasTeams trait (#312)
  • Use named routes on Inertia with Ziggy (#314, #316)
  • Bump Tailwind & Inertia (#315)