Skip to content

Releases: ozziexsh/laravel-jetstream-react

v0.6.0

Choose a tag to compare

@ozziexsh ozziexsh released this 31 Aug 05:41

What's Changed

  • Uppercase Login title by @adrum in #45
  • Update components and packages to new versions by @ozziexsh in #47

New Contributors

  • @adrum made their first contribution in #45

Full Changelog: v0.5.1...v0.6.0

v0.5.1

Choose a tag to compare

@ozziexsh ozziexsh released this 20 May 08:24
  • updated laravel vite plugin version to fix issue when compiling #37

v0.5.0

Choose a tag to compare

@ozziexsh ozziexsh released this 20 Feb 22:12
  • Supports Jetstream v3
    • New auth.user prop
    • Dark mode
    • New default font

v0.4.0

Choose a tag to compare

@ozziexsh ozziexsh released this 13 Nov 08:05
  • Upgrade to react 18 (#27)
  • Fix TwoFactorChallenge toggle (#28)

v0.3.6

Choose a tag to compare

@ozziexsh ozziexsh released this 21 Sep 01:25
  • Updates folder structure and naming to match that of the official jetstream package (#25)

v0.3.5

Choose a tag to compare

@ozziexsh ozziexsh released this 03 Aug 04:42
  • Upgrades Vite to v3 #24

v0.3.4

Choose a tag to compare

@ozziexsh ozziexsh released this 03 Jul 01:18
  • Moves from Laravel Mix to Vite (#21)

v0.3.3

Choose a tag to compare

@ozziexsh ozziexsh released this 27 May 00:44
  • Fixes an issue with dropdown links not being clickable (#20)
  • Removes an unreachable return in the modal component (#20)

v0.3.2

Choose a tag to compare

@ozziexsh ozziexsh released this 23 Apr 22:58
  • Adds SSR support via --ssr flag

v0.3.1

Choose a tag to compare

@ozziexsh ozziexsh released this 03 Apr 03:00
  • Adds --force flag to install command
  • Adds github actions to test the conversion