Skip to content

Releases: laravel/jetstream

v2.4.4

02 Nov 16:35
24d90e9
Compare
Choose a tag to compare

Changed

  • Better handle situations where a user's role on a team is undefined (#905)

v2.4.3

12 Oct 15:29
86e6d8d
Compare
Choose a tag to compare

Changed

  • Merge action-section attributes (#898)

v2.4.2

30 Sep 16:13
2708f1f
Compare
Choose a tag to compare

Fixed

  • Revert "Use custom TeamInvitation model in TeamInvitationController" (#895)

v2.4.1

28 Sep 15:22
bfa1337
Compare
Choose a tag to compare

Fixed

  • Use custom TeamInvitation model in TeamInvitationController (#892)

v2.4.0

14 Sep 16:13
69a4bb5
Compare
Choose a tag to compare

Added

  • Pest support (#866)

Changed

  • Remove csrf_token from meta in Inertia app (#878)

Fixed

  • Use correct feature flag in password reset tests (#881)

v2.3.16

31 Aug 15:00
c4bdd99
Compare
Choose a tag to compare

Changed

  • Use defineComponent in vue stubs for easier typescript setup (#869)

Fixed

  • Added "text-left" class to team role descriptions (#865)

v2.3.15

17 Aug 15:53
6318fc4
Compare
Choose a tag to compare

Changed

  • Remove unused dependency from composer.json (#846)
  • Make string constants a translation strings (#851)
  • Update banner component svg icon (#857)

Removed

  • Remove unneeded tailwind config variant definitions (#853)

v2.3.14

28 Jul 10:14
7446fc7
Compare
Choose a tag to compare

Fixed

  • Support both CommonMark v1 & v2 (#845)

v2.3.13

26 Jul 08:18
b33a95d
Compare
Choose a tag to compare

Fixed

v2.3.12

25 Jul 10:50
ed624ff
Compare
Choose a tag to compare

Changed

  • Redirect by route name (#828)
  • Add Vue file extension to all Vue components imported (#829)
  • Prepare translated roles on Livewire using jsonSerialize() (#837)
  • Defer to Fortify for password confirmation (#835)

Fixed

  • Update <Link> tags & implement <Head> management (#832)
  • Fix commonmark install issue (#840)