Skip to content

Tags: evendrop/jetstream

Tags

v2.12.3

Toggle v2.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pass additional props to the teams create view. (laravel#1149)

Allows additional data to be passed in as props to the front end. My use case would be to have different options for the groups that are being created which is dependent on what subscription plan they are on or something similar. Thanks!

v2.12.2

Toggle v2.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2.x] Fix test (laravel#1138)

* Update BrowserSessionsTest.php

* Update BrowserSessionsTest.php

v2.12.1

Toggle v2.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2.x] Remove redundant remove-member link (laravel#1135)

In TeamMemberManager.vue, when the leave-team link is shown, the remove-member link is redundant as it does the same thing.

This commit makes them mutually exclusive, which they already are in the Livewire version:
https://github.com/laravel/jetstream/blob/2.x/stubs/livewire/resources/views/teams/team-member-manager.blade.php#L157

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2.x] Remove "Jet" component prefix (laravel#1117)

* Remove Jet prefix from components

* Rename Button to PrimaryButton

* Reorder imports

* Rename components that conflict with HTML elements

v2.11.2

Toggle v2.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Register.vue (laravel#1127)

* Update Register.vue

Add 'required' to JetCheckbox 'terms'.

* Update to include JetInputError also.

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2.x] Display validation errors alongside fields in the Inertia stack (

…laravel#1123)

* Display validation errors alongside the fields

* Revert formatting

* Update error key for recovery_code

* Bump Fortify

Co-authored-by: Dale Weaver <[email protected]>

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move Jetstream components to Components directory (laravel#1110)

The intention with this change is to signal to users that the components
are theirs for customizing.

v2.10.3

Toggle v2.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Sanctum to v3

v2.10.2

Toggle v2.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improves console output (laravel#1097)

v2.10.1

Toggle v2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2.x] Vite 3 support (laravel#1089)

* vite 3 support

* do not externalise inertiajs/server

* CS

* Use a single Vite config file

Co-authored-by: Jess Archer <[email protected]>