Tags: evendrop/jetstream
Tags
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!
[2.x] Fix test (laravel#1138) * Update BrowserSessionsTest.php * Update BrowserSessionsTest.php
[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
[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
Update Register.vue (laravel#1127) * Update Register.vue Add 'required' to JetCheckbox 'terms'. * Update to include JetInputError also.
[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]>
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.
[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]>
PreviousNext