Skip to content

Tags: laravel/jetstream

Tags

v5.1.3

Toggle v5.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix modal closing on Escape key when closeable is false (#1510)

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed an issue causing install command to not add two_factor_confirme…

…d_at column in users table if user decides to run migration from it. (#1496)

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(InviteTeamMember): replace hardcoded team invitation model table …

…in unique validation rule (#1490)

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update banner styling and add warning banner functionality (#1486)

* Update banner styling and add warning banner functionality

* Updated warning span color

* Update InteractsWithBanner.php

* Update JetstreamServiceProvider.php

---------

Co-authored-by: Taylor Otwell <[email protected]>

v5.0.5

Toggle v5.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unused variables from test stubs (#1480)

v5.0.4

Toggle v5.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "install api optionally (#1470)" (#1473)

This reverts commit bafc92d.

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
install api optionally (#1470)

v5.0.2

Toggle v5.0.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Copy DatabaseSeeder when installing with team support (#1461)

* Copy DatabaseSeeder when installing with team support

To ensureApplicationIsTeamCompatible, the seeded test user must be created withPersonalTeam.

* Update DatabaseSeeder.php

---------

Co-authored-by: Dries Vints <[email protected]>

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Make commands lazy (#1455)

* Make commands lazy

* Fix soft dependency

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
wip