Skip to content

Releases: marmelab/ra-supabase

3.5.1

11 Aug 11:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.5.1

3.5.0

19 May 12:48
v3.5.0
3e06c12

Choose a tag to compare

  • Upgrade to react-admin v5.8 and add support for MUI v7 (#90) (slax57)

3.4.1

14 Apr 08:53
v3.4.1
0194919

Choose a tag to compare

  • Improve authentication related pages UX by showing the loading state (#88) (djhi)
  • Fix generated representation for <AutocompleteInput> and <AutocompleteArrayInput> (#86) (slax57)
  • Improve Reference inputs guessers (#85) (djhi)
  • Update LoginPage to use React admin Login component (#84) (fzaninotto)

3.4.0

18 Feb 16:46

Choose a tag to compare

  • Add support for React 19, react-router v7 and MUI v6, and update react-admin peer dependency to v5.5 (#83) (djhi)

3.3.1

12 Nov 16:47

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

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

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

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

Choose a tag to compare

v3.1.0

08 Aug 10:18
v3.1.0
efeb639

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