Skip to content

Releases: marmelab/react-admin

v5.1.5

13 Sep 14:46
v5.1.5
1dadf15
Compare
Choose a tag to compare

5.1.4

06 Sep 14:57
v5.1.4
033978d
Compare
Choose a tag to compare
  • Fix useFormGroup doesn't return validation errors with react-hook-form 7.53.0 (#10168) (slax57)
  • Avoid "no source" warning when theres a finalSource in useInput (#10153) (GuilhermeCarra)
  • [chore] Bump webpack from 5.83.1 to 5.94.0 (#10175) (dependabot[bot])
  • [Doc]: Fix <SimpleFormIterator> add and remove buttons snippets (#10173) (julienV)

5.1.3

30 Aug 13:34
Compare
Choose a tag to compare

5.1.2

19 Aug 14:28
Compare
Choose a tag to compare
  • Fix <PrevNextButtons> index when using paginated results (#10144) (slax57)
  • Fix useInput should call a custom validator with the final source in respect to the <SourceContext> (#10148) (slax57)
  • Fix ra-data-graphql incorrectly warns about deprecated override option being set (#10138) (JonasDoe)
  • Fix create-react-admin CLI to generate valid react-admin v5 apps (#10131) (djhi)
  • [Doc] Fix <ReferenceInput> usage incorrectly mentions the validate prop (#10134) (fzaninotto)
  • [Doc] Fix broken links to webm videos (#10143) (slax57)
  • [Doc] Improve types in QuickFilter doc (#10150) (slax57)
  • [Doc] Update ra-search documentation to mention disableHighlight (#10135) (djhi)
  • [Doc] Add ra-data-nestjs-query to the list of Data Providers (#10145) (mrnkr)

5.1.1

02 Aug 10:11
Compare
Choose a tag to compare
  • Fix <TranslatableInputs> throws error when used with null value (#10125) (glauff)
  • Fix ListContext.setSort ignores the sort order when the chosen field is the current one (#10114) (adguernier)
  • Fix <Datagrid rowClick> is called on mount (#10102) (djhi)
  • Fix <SimpleFormIterator> adds a left padding when there is no label (#10092) (fzaninotto)
  • Fix <DateInput> and <DateTimeInput> do not handle partial values correctly on Firefox (#9543) (arimet)

5.1.0

26 Jul 10:25
v5.1.0
9a26171
Compare
Choose a tag to compare

4.16.20

23 Jul 15:35
Compare
Choose a tag to compare

5.0.5

19 Jul 14:43
v5.0.5
dfa2975
Compare
Choose a tag to compare
  • Fix <AutocompleteInput> clear button does not clear new choice (#10023) (adguernier)
  • Fix <FilterLiveSearch> should react to filter values change (#9996) (slax57)
  • Fix defaultDataProvider breaking change (#10001) (Nilegfx)
  • Fix TabbedForm with uri encoded identifiers (#10021) (djhi)
  • [Doc] Update ra-relationships documentation (#10018) (djhi)
  • [Doc] Verify if Beginning mode exist before add event (#10016) (arimet)

5.0.4

10 Jul 12:39
Compare
Choose a tag to compare
  • Fix warning when using <List filter>instead of filters (#9980) (djhi)
  • Fix ra-data-graphql custom context gets overwritten on queries (#9976) (jspizziri)
  • [Chore] Backport missing changes from 4.x (#9989) (slax57)
  • [Doc] Fix Remix installation instructions (#9982) (djhi)
  • [Doc] Update <Admin> doc to explain how to allow anonymous access to dashboard (#9992) (fzaninotto)
  • [Doc] Fix <Datagrid> standalone usage misses required resource prop (#9991) (fzaninotto)
  • [Doc] Update <Breadcrumb> doc according V5 upgrade (#9988) (adguernier)
  • [Doc] Update ra-rbac documentation following v5 upgrade (#9987) (slax57)
  • [Doc] Update ra-datagrid-ag doc according to V5 (#9985) (adguernier)
  • [Doc] Improve <EditableDatagrid> documentation (#9984) (adguernier)
  • [Doc] Fix react-query upgrade codemod snippets (#9977) (adguernier)
  • [TypeScript] Update mutations results types to include isLoading (#9978) (djhi)
  • [TypeScript] Fix <WrapperField source> prop should not be required (#9983) (jonathan-marmelab)
  • [TypeScript] Fix <ReferenceField> Props type is confusing (#9972) (fzaninotto)
  • [TypeScript] Fix useGetOne and useGetMany params type when id param is undefined (#9971) (fzaninotto)
  • [TypeScript] Fix data provider packages export non-strict types (#9970) (fzaninotto)

5.0.3

02 Jul 08:51
Compare
Choose a tag to compare
  • Fix npm install error due to outdated peer dependencies (#9964) (fzaninotto)
  • Fix <SimpleShowLayout> uses a wrong translation key for field labels (#9966) (fzaninotto)
  • Fix ra-data-fakerest log of queries (#9960) (fzaninotto)
  • [TypeScript] Fix useGetManyReference return type (#9963) (fzaninotto)
  • [Demo] Fix ReviewList scrolls to top when editing a review (#9958) (djhi)