Skip to content

Releases: marmelab/ra-supabase

3.3.1

12 Nov 16:47
Compare
Choose a tag to compare
  • Fix <AdminGuesser> type is missing the required API connection strings (fzaninotto)
  • Fix @raphiniert/ra-data-postgrest and @supabase/supabase-js dependencies are missing (fzaninotto)

3.3.0

07 Nov 13:58
Compare
Choose a tag to compare
  • Add <AdminGuesser> for a zero-config application scaffolding based on the OpenAPI Schema (#80) (fzaninotto)
  • Add <ListGuesser>, <ShowGuesser>, <EditGuesser>, and <CreateGuesser> to automatically generate page components based on the OpenAPI Schema (#80) (fzaninotto)

3.2.1

29 Oct 09:37
Compare
Choose a tag to compare
  • Fix authProvider.getPermissions() should not throw error when not logged in (#79) (fzaninotto)
  • [Doc] Improve email setup instructions (#78) (djhi)
  • [Demo] Configure local Supabase instance to support invitation and password reset out of the box (#77) (slax57)

3.2.0

02 Sep 15:29
Compare
Choose a tag to compare
  • Add ability to pass additional options to postgrest (#74) (fzaninotto)
  • Fix Reset Password form doesn't redirect to login page (#75) (fzaninotto)
  • Improve UI of set password & reset password pages (#76) (fzaninotto)
  • [Doc] Fix example in material UI readme (#73) (Patys)
  • [Doc] Fix code in dataProvider example in readme (#72) (Patys)
  • [Doc] Align style in readme for language packages(#71) (Patys)

v3.1.1

27 Aug 08:04
Compare
Choose a tag to compare

v3.1.0

08 Aug 10:18
v3.1.0
efeb639
Compare
Choose a tag to compare
  • Feat: Handle HashRouter & BrowserRouter for Supabase redirections (#67) (arimet)
  • Fix: It is no longer possible to access a page using direct URL if user is logged out (#65) (jonathan-marmelab

v3.0.0

03 Jul 10:40
v3.0.0
000bc5e
Compare
Choose a tag to compare
  • The <LoginPage> will no longer automatically redirect to the app if the user is already authenticated

2.3.0

18 Jun 15:38
v2.3.0
c9131a9
Compare
Choose a tag to compare
  • Update supabase-js dev to match new auth system (#55) (Revarh)
  • [TypeScript] Allow react-router To type for UseRedirectIfAuthenticatedOptions (#56) (MohammedFaragallah)

2.2.0

01 Mar 14:58
v2.2.0
Compare
Choose a tag to compare
  • Add getPermissions support in authProvider (#50) kav

2.1.0

26 Jan 09:02
v2.1.0
e8ff322
Compare
Choose a tag to compare
  • Update to latest ra-data-postgrest (#47) (slax57)