Releases: laravel/jetstream
Releases · laravel/jetstream
v2.1.2
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
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
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
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.1
Changed
- Make cancel link translatable (#592)
Fixed
- Inertia Stack Authentication Page logo link update with inertia-link (#594)
v1.6.6
Changed
- Update to Laravel Mix v6 (#582)
Fixed
- Avoids eqeqeq errors in eslint (#580)
v1.6.5
Fixed
- Add missing import must verify email interface (#529)
- Use named route for two-factor (#528)
v1.6.4
Changed
- Rename path to prefix for route config (#504)