Skip to content

Releases: laravel/jetstream

v2.2.1

23 Feb 20:38
Compare
Choose a tag to compare

Changed

  • Add unverified state to UserFactory (#679)

Fixed

v2.2.0

16 Feb 16:44
e3f64e3
Compare
Choose a tag to compare

Added

  • Vue v3.0 support (#666)

Fixed

  • Fix ownsTeam when applied to non-User model (#673)
  • Allow UpdateTeamNameForm in Livewire to hydrate all Team attributes (#676)
  • Change "Logout" text to "Log out" and "Login" to "Log in" (#677)

v2.1.4

09 Feb 16:35
5bac101
Compare
Choose a tag to compare

Changed

  • Allow custom classes on the dropdown class (#661)

Fixed

  • Fix permissions for team create routes (#669)
  • Fix overflow hidden issue with overlaping elements inside form section (#668)

v2.1.3

02 Feb 16:02
9996dfd
Compare
Choose a tag to compare

Changed

  • Add profile_photo_disk config option (#658, a6245c8)

v2.1.2

26 Jan 19:28
daa199f
Compare
Choose a tag to compare

Changed

  • Enabling Github Flavored Markdown for Terms and Privacy Policy (#645)

Fixed

  • Hide AppLayout header if no slot defined in Page component (#650, 523399f)
  • Use custom team member model (#651)
  • Use email input type (#653)

v2.1.1

19 Jan 15:17
2653b5c
Compare
Choose a tag to compare

Fixed

  • Fix RegistrationTest for Terms of Services (#632)
  • Add z-index to the modal (#633)
  • Skip DeleteAccountTest if feature is not enabled (#641)
  • Fix unique email on email invitations (593e763, a394153)

v2.1.0

12 Jan 17:48
04348bf
Compare
Choose a tag to compare

Added

  • Add --composer option to the install command (#607)

Changed

  • Automatically select API token when it's created (#589)
  • Change current team of user when creating a new additional team (#618)
  • Make text translatable in confirm-password livewire view (#628)

Fixed

  • Banner should be hidden in default (#599)
  • Jetstream ignoring sessions from session connection in config (#630)
    

v2.0.3

12 Jan 17:37
Compare
Choose a tag to compare

Added

  • Allow publishing of missing Inertia files (#596, b28ee67)

Changed

  • Make button text in team invitation email translatable (#598)

Removed

  • Remove unused Vue components (#596)

Fixed

  • Make a similar footer section on welcome page (#602)

v2.0.2

12 Jan 17:37
Compare
Choose a tag to compare

Fixed

v2.0.1

12 Jan 17:37
b26daea
Compare
Choose a tag to compare

Changed

  • Make cancel link translatable (#592)

Fixed

  • Inertia Stack Authentication Page logo link update with inertia-link (#594)