Skip to content

Tags: Bert210/jetstream

Tags

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]>

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add livewire component paths to default refresh paths for livewire (l…

…aravel#1081)

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ziggy location instead of base url (laravel#1078)

v2.8.5

Toggle v2.8.5'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 Inertia SSR usage with Ziggy route function in setup() (lar…

…avel#1069)

* Use Ziggy Vue plugin instead of route mixin

Ziggy Vue plugin allows `route()` to be injected into `setup()` function in components[1][2], which is needed for Inertia SSR since the @routes blade directive isn't available.

[1]: tighten/ziggy#518
[2]: tighten/ziggy#564 (comment)

* Fix quotations

* Update app.js

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

v2.8.4

Toggle v2.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Display available stack options (laravel#1062)

v2.8.3

Toggle v2.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2.x] Simplify Tailwind installation (laravel#1060)

* Use modern Tailwind directive

* Remove redundant dependency

v2.8.2

Toggle v2.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed an issue causing warning due to assignment of object to a boole…

…an type of prop. (laravel#1056)