Releases: ozziexsh/laravel-jetstream-react
Releases · ozziexsh/laravel-jetstream-react
v0.5.1
- updated laravel vite plugin version to fix issue when compiling #37
v0.5.0
- Supports Jetstream v3
- New auth.user prop
- Dark mode
- New default font
v0.4.0
- Upgrade to react 18 (#27)
- Fix TwoFactorChallenge toggle (#28)
v0.3.6
- Updates folder structure and naming to match that of the official jetstream package (#25)
v0.3.4
- Moves from Laravel Mix to Vite (#21)
v0.3.3
- Fixes an issue with dropdown links not being clickable (#20)
- Removes an unreachable return in the modal component (#20)
v0.3.2
- Adds SSR support via
--ssr
flag
v0.3.1
- Adds
--force
flag to install command
- Adds github actions to test the conversion