Skip to content

Releases: ozziexsh/laravel-jetstream-react

v0.6.0

31 Aug 05:41
Compare
Choose a tag to compare

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

20 May 08:24
Compare
Choose a tag to compare
  • updated laravel vite plugin version to fix issue when compiling #37

v0.5.0

20 Feb 22:12
Compare
Choose a tag to compare
  • Supports Jetstream v3
    • New auth.user prop
    • Dark mode
    • New default font

v0.4.0

13 Nov 08:05
Compare
Choose a tag to compare
  • Upgrade to react 18 (#27)
  • Fix TwoFactorChallenge toggle (#28)

v0.3.6

21 Sep 01:25
Compare
Choose a tag to compare
  • Updates folder structure and naming to match that of the official jetstream package (#25)

v0.3.5

03 Aug 04:42
Compare
Choose a tag to compare
  • Upgrades Vite to v3 #24

v0.3.4

03 Jul 01:18
Compare
Choose a tag to compare
  • Moves from Laravel Mix to Vite (#21)

v0.3.3

27 May 00:44
Compare
Choose a tag to compare
  • Fixes an issue with dropdown links not being clickable (#20)
  • Removes an unreachable return in the modal component (#20)

v0.3.2

23 Apr 22:58
Compare
Choose a tag to compare
  • Adds SSR support via --ssr flag

v0.3.1

03 Apr 03:00
Compare
Choose a tag to compare
  • Adds --force flag to install command
  • Adds github actions to test the conversion