Skip to content

Releases: laravel/jetstream

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)

v1.3.2

06 Oct 16:04
Compare
Choose a tag to compare

Changed

  • Add dependency-less modal focus trapping (#294)
  • Use getAuthIdentifier instead of getKey (#283)
  • Ensure text remains visible during webfont load (#290)
  • Make terms translatable (#300)
  • Disable profile photo and api by default (096d7dd)

Fixed

  • a11y(auth): associate inputs with labels (#285)

v1.3.1

29 Sep 17:47
6e4885f
Compare
Choose a tag to compare

Changed

  • Bump Alpine.js version up to 2.7.0 (#262)

Fixed

  • Use session table from the config (#265)
  • Add :key buildings for list (for) rendering to TeamMemberManager.vue (#270)
  • Add Submenu Style For When Profile Photos Are Unmanaged (#275, e717c9e)
  • Disable save button while profile pic is uploading (#266)

v1.3.0

22 Sep 16:34
1bd5454
Compare
Choose a tag to compare

Added

  • Added hasTeamRole check on the HasTeams trait (#251, 87b4bf3)

Changed

  • More translation support (#211, #216)
  • Use mix() instead of asset() for hot-reload support (#217)
  • Remove Hard Coded Livewire Routes (#226)
  • Update UpdateUserProfileInformation.php (#247)

Fixed

  • Fixed attribute order inside views (#207)
  • Update modal z-index (#212)
  • Add key of v-for teams (#239)
  • Correct ID value for email field (#240)
  • Fix purging of CSS classes on production builds (#249)
  • Fix migration (1883071)

v1.2.1

18 Sep 16:21
9dd74e7
Compare
Choose a tag to compare

Added

Fixed

  • Don't include update password form if feature disabled (#197)
  • Remove hard coded routes and use route() helper by name instead (#203)
  • Fix button margins on small screens (#206)

v1.2.0

18 Sep 16:21
Compare
Choose a tag to compare

Added

Changed

  • Update Fortify Actions to use PasswordValidationRules Trait (#168)
  • Make labels translatable in livewire views (#177)
  • A few more strings that should be translatable (#192)

Fixed

  • Refresh navigation dropdown when teams/profile forms save (#132)
  • Fix API token deletion bug (#155)
  • Fix profile picture distortion for team owners (#165)
  • Fix HasTeams trait to be able to use queries (#173)

v1.1.2

18 Sep 16:21
4c2d09e
Compare
Choose a tag to compare

Changed

  • Set fully url forget and reset password action (#136)

Fixed

  • Missing Closing Parenthesis (#140)