Releases: laravel/jetstream
Releases · laravel/jetstream
v3.2.0
- Migrate to modules by @timacdonald in #1315
v3.1.3
- Update two-factor-authentication-form.blade.php by @vivante64 in #1305
- Add object-cover class to team member profile photo by @anamarijapapic in #1304
- Update Welcome.vue by @aymanatmeh in #1302
- Ensure email is included in state by @antja0 in #1312
- Lint stub files with Pint by @driesvints in #1313
v3.1.2
- Remove unused imports by @akunbeben in #1297
- Do not install auth service provider by @taylorotwell in dfac46f
v3.1.1
- Fix issue with page reload/refresh on two-factor-challenge page by @andrewdwallo in #1291
- Remove
v-show
directive from "user profile information form" template by @ndresx in #1292 - Only show "Change Teams" options if multiple teams are available by @briankiewel in #1294
v3.1.0
- Use Pest 2 by @nunomaduro in #1280
- Fixes typo from userPage to usePage by @john-shipp in #1277
- Allow modification of the personal team using an optional callable by @peterfox in #1278
- Get fresh user instance on two factor authentication tests by @telkins in #1281
v3.0.2
- Removes
@return $this
when returning static by @nunomaduro in #1268 - Use route helper in two factor authentication form by @sushantaryal in #1276
v3.0.1
- Fixes incorrect classes for Laracasts link on Welcome.vue component by @AaronLil in #1252
- Removed loadViewsFrom by @sirikkoster in #1259
v3.0.0
Added
- Dark Mode by @fotrino in #1234
- New welcome by @jessarcher in #1247
Changed
- Use custom TeamInvitation model in TeamInvitationController by @ManuelLeiner in #897
- Adding Storage Path support to the HasProfilePhoto Trait by @baminc in #999
- Change $page.user to $page.auth.user by @SamuelMwangiW in #1073
- Copy Blade files on installation by @jessarcher in #1118
- Type Error in PHPdoc by @marvinrabe in #1235
- Convert Profile Photo URL attribute to newer syntax by @jrd-lewis in #1237
v2.16.2
Fixed
- Fixes Laravel 10
--pest
installation by @nunomaduro in #1246
v2.16.1
Fixed
- Fix typo by @nhedger in #1230
- Fixed not redirecting after deleting the user by @JakyeRU in #1236
- Use autocomplete for all fields for password manager compatibility by @lukearmstrong in #1239
- Fixes Pest stubs files by @nunomaduro in #1240