Skip to content

Releases: marmelab/react-admin

5.5.2

24 Jan 17:51
Compare
Choose a tag to compare

5.5.1

24 Jan 15:04
Compare
Choose a tag to compare
  • Fix TabbedForm and TabbedShowLayout with react-router v7 (#10469) (slax57)
  • Simplify ra-data-localforage setup (#10455) (djhi)
  • [Doc] Document how to have sourcemaps in production (#10466) (djhi)
  • [Doc] Impove scrollToTop in buttons doc and document _scrollToTop in useRedirect (#10449) (erwanMarmelab)
  • [Doc] Document live filtering with ReferenceManyField and ReferenceManyToManyField (#10467) (erwanMarmelab)
  • [Doc] Fix the <ReferenceManyToManyInput mutationOption={{onError}}> doc (#10462) (erwanMarmelab)
  • [Doc] Fix link to Spanish translation package (#10457) (adrien-may)
  • [Doc] Udate MultiLevelMenu screenshot (#10468) (erwanMarmelab)
  • [Demo] Simplify demo titles (#10461) (djhi)
  • [Demo] Fix UI glitches due to multiple conflicting MUI packages (#10464) (djhi)
  • [Tutorial] Fix tutorial has multiple conflicting MUI packages (#10465) (djhi)

v5.5.0

20 Jan 11:01
v5.5.0
11c18fc
Compare
Choose a tag to compare
  • Add support for React router v7 (#10440) (djhi)
  • Add support for MUI v6 (#10439) (djhi)
  • Add support for React 19 (#10437) (djhi)
  • Add a SELECT ALL button in the <BulkActionsToolbar> (#10367) (erwanMarmelab)
  • Add <TextArrayInput> to edit arrays of strings (#10384) (fzaninotto)
  • Add ability to prefill an edition form with modifications (#10412) (djhi)
  • Add <SimpleList rowClick> prop (#10385) (djhi)
  • Add support for runtime introspection in GraphQL Data Providers (#10444) (djhi)
  • Fix Nano theme legibility (#10433) (fzaninotto)
  • Fix <Authenticated> briefly renders its children when checkAuth returns error (#10443) (adrien-may)
  • Fix useDelete does not invalidate cache in pessimistic mode (#10446) (fzaninotto)
  • Fix react-router deprecation warnings in react-admin default router
  • Revert #10417 as it causes issues with <StackedFilters>
  • [TypeScript] Allow providing error type in dataProvider and controllers hooks (#10445) (djhi)
  • [Doc] Add vitest tutorial (#10453) (smeng9)
  • [Doc] Remove mention of obsolete time input community package (#10451) (erwanMarmelab)
  • [Doc] Fix DateInput, TimeInput, and DateTimeInput documentation (#10447) (erwanMarmelab)
  • [Doc] Explain openOnFocus in <AutocompleteInput> with StrictMode (#10442) (djhi)

5.4.4

10 Jan 15:52
v5.4.4
540050d
Compare
Choose a tag to compare
  • Fix useUpdate ignores meta when populating the query cache in pessimistic mode (#10422) (slax57)
  • Fix <ArrayInput> makes the form dirty in strict mode (#10421) (djhi)
  • [Doc] Add video to the Getting Started tutorial (#10438) (fzaninotto)
  • [Doc] Fix invalid code example in Writing Your Own Field Component tutorial (#10428) (Aikain)
  • [Doc] Backport ReferenceManyToMany's error support documentation (#10426) (erwanMarmelab)
  • [Chore] Add a check for videos format in CI (#10441) (djhi)
  • [Storybook] Fix <ArrayField> Story (#10436) (djhi)

5.4.3

18 Dec 15:10
v5.4.3
9e441c2
Compare
Choose a tag to compare
  • Fix <FormDataConsumer> causes its children to flicker (#10417) (djhi)
  • [Doc] Remove <ShowBase emptyWhileLoading> from the docs (#10416) (slax57)
  • [Doc] Introduce <DatagridAG> custom cell editors (#10410) (djhi)
  • [Doc] Update Access Control instructions following ra-rbac update (#10409) (djhi)
  • [Doc] Fix <TreeWithDetails filter> doc chapter (#10406) (erwanMarmelab)
  • Bump nanoid from 3.3.7 to 3.3.8 (#10414) (dependabot[bot])

5.4.2

09 Dec 16:33
Compare
Choose a tag to compare
  • Fix: Improve AutocompleteInput creation support (#10391) (djhi)
  • Fix useLogin should invalidate the getPermissions cache (#10392) (slax57)
  • Fix <Datagrid> rowClick function cannot expand or select (#10404) (djhi)
  • Fix <FileInput> triggers onChange twice with latest version of react-dropzone (#10402) (slax57)
  • Fix type of disableClearable prop for AutocompleteInput (#10393) (smeng9)
  • [Doc] Backport <ReferenceManyToManyField queryOptions> and <ReferenceManyToManyInput queryOptions mutationOptions> doc (#10403) (erwanMarmelab)
  • [Doc] Fix <DateRangeInput> import syntax (#10399) (erwanMarmelab)
  • [Doc] Introduce <TreeWithDetails filter> prop to render a sub tree (#10398) (djhi)

5.4.1

02 Dec 16:48
v5.4.1
5749322
Compare
Choose a tag to compare
  • Fix access control basename handling (#10383) (djhi)
  • Fix ReferenceManyField executes filter reset filter too often (#10371) (fzaninotto)
  • [Doc] Add video tutorial to Access Control documentation (#10378) (fzaninotto)
  • [Doc] Fix AutocompleteArrrayInput contains a useless tip (#10373) (erwanMarmelab)
  • [Doc] Update useUpdate doc to explain returnPromise option (#10372) (fzaninotto)
  • [Doc] Fix Supabase (GraphQL) DataProvider link label (#10370) (zackha)
  • [TypeScript] Fix <ReferenceArrayField queryOptions> param type (#10389) (dricholm)
  • [Storybook] Re-enable storysource addon (#10363) (slax57)
  • [Chore] Add a story when TextInput trigger a server error (#10386) (erwanMarmelab)

5.4.0

21 Nov 09:20
Compare
Choose a tag to compare

v5.3.4

15 Nov 14:23
Compare
Choose a tag to compare

5.3.3

08 Nov 14:45
Compare
Choose a tag to compare
  • Fix <Datagrid> header tooltip shows column names with a capital letter (#10337) (fzaninotto)
  • Fix <DateInput> and <DateTimeInput> do not react to form changes (#10335) (djhi)
  • Fix <Datagrid> header tooltip sometimes indicates the wrong sort order (#10334) (fzaninotto)
  • Fix meta location in buildVariables in ra-data-graphql-simple (#10322) (dricholm)
  • Fix createLabel option should not be clickable for <AutocompleteInput> and <AutocompleteArrayInput> (#10321) (slax57)
  • [Doc] Update horizontal navigation reference (#10329) (emmanuel-ferdman)
  • [Doc] Document usage of <DatagridAG> inside an <InfiniteList> (#10328) (djhi)
  • [Doc] Improve useUpdate usage instructions (#10326) (fzaninotto)
  • [Doc] Fix StackedFilters's defaultValue doc (#10325) (erwanMarmelab)