Releases: laravel/jetstream
Releases · laravel/jetstream
v3.2.5
- Update HandleInertiaRequests.php with nullable return type by @iamcarlos94 in #1343
v3.2.4
- Use appName directly from .env in <title> by @domnantas in #1329
- set email as required in input for UpdateUserProfileInformation by @ordago in #1303
v3.2.3
v3.2.2
- jsconfig.json configuration file by @aknEvrnky in #1317
v3.2.1
- Fix gate check when updating user permissions on a team by @drewrawitz in #1316
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