Skip to content

Releases: rphlmr/supa-fly-stack

v2.4.1

26 Jan 13:47
1e72b19
Compare
Choose a tag to compare

What's Changed

  • Use correct type for the arguments of the action by @cricrio in #81

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

21 Dec 18:07
4a763df
Compare
Choose a tag to compare

🆕
Upgraded for Remix 2.4.0

⚠️
E2E tests and things related to MSW are disabled/commented.

With MSW 2.0, API has changed (for the better) and the tests need to be updated
I have not had the time to do it yet, so I'm disabling the tests for now

v2.3.0

31 Aug 14:15
77ba4e2
Compare
Choose a tag to compare

Ready for Remix v2.

All flags are activated. (routes are migrated to v2)

https://remix.run/docs/en/1.19.3/pages/v2

v2.2.1

01 Jun 12:32
fcce5a0
Compare
Choose a tag to compare

🐛 Fix:

  • reset-password listen to event === "PASSWORD_RECOVERYevent === "PASSWORD_RECOVERY" (#73)

v2.2.0

16 Mar 08:33
f2af08d
Compare
Choose a tag to compare

New:

  • use the native remix unstable_tailwind (#70)

Thanks to @micotodev

v2.1.0

22 Feb 15:56
f7efdc5
Compare
Choose a tag to compare

New
Forgot password feature 🚀

⚠️ Note

There is a SSR mismatch warning due to the nature of oauth process (callback URL with fragment #, oauth spec).

I think I'll come back to this feature with something different (based on session cookies), but It works as expected for now.

This warning in the console is "expected" because we use a client-side code (supabase authListener) that changes the rendered URL 😅.

v2.0.1

02 Jan 16:06
e0c6a71
Compare
Choose a tag to compare

Now uses supabase refreshSession underneath.

Should fix the refresh session issue.

v2.0.0

23 Oct 16:31
6502e6d
Compare
Choose a tag to compare

Major changes :

  • Supabase JS SDK V2 😇
  • Folder structure
    • Previous module's mutations/queries are now in a service.server (collocate all the module's service in one place)
  • Auth session is reworked to align with folder structure changes
  • requireAuthSession no longer call Supabase Auth API by default to verify user access token (it's still safe, we signed our cookie)
    • requireAuthSession takes a new optional param called verify (boolean) to work as before 😉
  • No more needing to start a shadow database to create a Prisma migration (I don't know why maybe it's thanks to Supabase). It results in a huge time saving!
  • Removed RLS example (view readme) and Realtime example (coming back is planned, but it's quite similar as V1)

v1.0.0

21 Oct 12:50
032a98e
Compare
Choose a tag to compare

End of support for v1 and Supabase JS SDK 1.x

V2 coming soon 🚀