Releases: marmelab/react-admin
Releases · marmelab/react-admin
v5.1.5
- Fix List shows empty page too often (#10190) (fzaninotto)
- [Demo] Fix clear filters option in tabbed datagrid (#10193) (fzaninotto)
- Build(deps): Bump dset from 3.1.3 to 3.1.4 (#10196) (dependabot[bot])
- [Doc] Fix codemod filename extensions in upgrade guide (#10199) (afilp)
5.1.4
- Fix
useFormGroupdoesn'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
- Fix
create-react-adminfails with Yarn PnP (#10161) (fzaninotto) - Fix Datagrid row does not appear clickable although it is (#10160) (fzaninotto)
- [chore] Bump micromatch from 4.0.5 to 4.0.8 (#10165) (dependabot[bot])
- [chore] Bump axios from 1.6.1 to 1.7.4 (#10151) (dependabot[bot])
- [chore] Unit tests: Expand
expectwith testing-library helpers (#10169) (ThieryMichel) - [Doc] Add screencast for EditInDialogButton in ReferenceManyField documentation (#10137) (djhi)
- [Doc] Fix video playback on Firefox (#10152) (ThieryMichel)
5.1.2
- Fix
<PrevNextButtons>index when using paginated results (#10144) (slax57) - Fix
useInputshould call a custom validator with the final source in respect to the<SourceContext>(#10148) (slax57) - Fix
ra-data-graphqlincorrectly warns about deprecatedoverrideoption being set (#10138) (JonasDoe) - Fix
create-react-adminCLI to generate valid react-admin v5 apps (#10131) (djhi) - [Doc] Fix
<ReferenceInput>usage incorrectly mentions thevalidateprop (#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-queryto the list of Data Providers (#10145) (mrnkr)
5.1.1
- Fix
<TranslatableInputs>throws error when used with null value (#10125) (glauff) - Fix
ListContext.setSortignores 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
- Update
<SelectInput>to support an array of strings as choices (#10038) (fzaninotto) - Add ability to disable title in page components (#9969) (fzaninotto)
- Update
<ReferenceField>to render a link to the show view when relevant (#9951) (fzaninotto) - Preserve extra query parameters in List view (#9933) (Nilegfx)
- Allow to customize Login page icon with
<Login avatarIcon>(#9917) (mjarosch) - Add ability to customize the success notification message in delete buttons (#9868) (ethembynkr)
- Allow
<Title>to be non configurable (#9836) (markyao6275) - [Doc] Mention CreateInDialog in ReferenceManyField documentation (#10054) (erwanMarmelab)
- [Doc] Fix wrong link in CreateButton usage (#10053) (erwanMarmelab)
- [DOC] Backport ra-tree updates and overhaul props (#10049) (adguernier)
- [Doc] Update fullwidth docs for DateInput, DateTimeInput and TimeInput (#10040) (erwanMarmelab)
- [Doc] Mention dialogs in Buttons doc (#10039) (erwanMarmelab)
4.16.20
- Fix
<AutocompleteInput>clear button does not clear new choice (#10033) (erwanMarmelab) - Fix
<ReferenceArrayInput>should forwardqueryOptionstogetMany(#9954) (bendenoz) - Fix
<TitleConfigurable>logs a warning when customizing the title (#9930) (JardelCheung) - Bump ws from 6.2.2 to 6.2.3 (#9925) (dependabot)
- Bump braces from 3.0.2 to 3.0.3 (#9921) (dependabot)
- [Doc] Fix routing section regarding
basename(#9955) (djhi) - [TypeScript] Improve List exporter type (#9968) (fzaninotto)
5.0.5
- 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
- Fix warning when using
<List filter>instead offilters(#9980) (djhi) - Fix
ra-data-graphqlcustom 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-rbacdocumentation following v5 upgrade (#9987) (slax57) - [Doc] Update
ra-datagrid-agdoc according to V5 (#9985) (adguernier) - [Doc] Improve
<EditableDatagrid>documentation (#9984) (adguernier) - [Doc] Fix
react-queryupgrade 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
useGetOneanduseGetManyparams type whenidparam is undefined (#9971) (fzaninotto) - [TypeScript] Fix data provider packages export non-strict types (#9970) (fzaninotto)
5.0.3
- 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-fakerestlog of queries (#9960) (fzaninotto) - [TypeScript] Fix
useGetManyReferencereturn type (#9963) (fzaninotto) - [Demo] Fix
ReviewListscrolls to top when editing a review (#9958) (djhi)