Skip to content

Releases: laravel/jetstream

v2.3.5

11 May 20:43
53b107c

Choose a tag to compare

Changed

  • Publish UserFactory.php (244150f)

Fixes

  • Check OwnsTeam for null teams (#774)
  • Inertia - clear user profile photo input (#781)

v2.3.4

27 Apr 18:09
b6c585e

Choose a tag to compare

Changed

  • Update NPM dependencies (#767)

Fixed

  • Get model of PersonalAccessToken before deleting it (#771)
  • Fix selector query (#772)

v2.3.3

20 Apr 16:04
fea3aa7

Choose a tag to compare

Fixed

  • Exclude hidden inputs from focusable elements (#757)

v2.3.2

13 Apr 15:08
cf7a8eb

Choose a tag to compare

Fixed

  • Check for session before attempting to invalidate (#750)
  • Replace shadow-outline with ring (#751)

v2.3.1

06 Apr 14:26
39d50ec

Choose a tag to compare

Fixed

  • Made sure that the current session is destroyed when deleting your account (#742, 9663d7e)

v2.3.0

30 Mar 21:36
fffe157

Choose a tag to compare

Added

  • Add section title aside slot (#727)

Changed

  • Remove unnecessary CSS classes (#735)
  • Accept any type of response in RedirectsActions trait (#740)

Fixed

  • Fixed the test that's failing in EmailVerificationTest (#737, e0a9d2e)
  • Fixes an error when sending email invitations when Fortify's registration feature is turned off (#741) 

v2.2.5

25 Mar 10:43
e05018b

Choose a tag to compare

Fixed

  • Revert "Reduce amount of queries for Teams feature" (#729)

v2.2.4

23 Mar 17:23
d20cd9b

Choose a tag to compare

Changed

  • Test team features only when active (#698)
  • Reduce amount of queries for Teams feature (#708)
  • Add a tag dropdown link (#711)

Fixed

  • Button Disabled opacity-25 (#712)
  • Add scroll-region to modal (#724)
  • Load modal slot on show (#723)

Removed

  • Don't require autoprefixer (#714)

v2.2.3

02 Mar 16:30
6e6e62a

Choose a tag to compare

Fixed

  • Update mimes (90b6d1b)
  • Prevent network request when pressing escape to close modal (#695)

v2.2.2

23 Feb 20:41
81faacb

Choose a tag to compare

Changed

  • Use cancel wording (9b7dbb4e)
  • Use inertia progress (c1f1fa0)
  • Remove '.native' deprecated modifier in vue3 (#689)

Fixed