Releases: marmelab/react-admin
Releases · marmelab/react-admin
v5.2.1
- Fix
<SelectArrayInput>options panel width and placement (#10232) (fzaninotto) - Fix duplicated dependencies in dev packages (#10212) (fzaninotto)
- Fix for ids not being escaped in paths in the Simple Rest Data Provider (#10206) (ckhsponge)
- [Doc] Fix
mutationModereference increatedocumentation (#10231) (erwanMarmelab) - [Doc] Fix remaining
isLoadingshould be renamed toisPending(#10218) (smeng9) - [Doc] Add
ra-data-graphql-supabaseto data provider list (#10216) (maxschridde1494) - [Doc] Update
<Calendar>doc to explain custom event format (#10214) (erwanMarmelab) - [Doc] Fix outdated
isLoadingin Data Provider chapter (#10209) (smeng9) - [Doc] Add doc for
<DatagridAgClient>, make<DatagridAg>stable (#10205) (erwanMarmelab) - Build(deps): Bump dompurify from 2.4.3 to 2.5.4 (#10208) (dependabot[bot])
- Build(deps): Bump dset from 3.1.3 to 3.1.4 (#10211) (dependabot[bot])
- Build(deps-dev): Bump vite from 5.3.1 to 5.3.6 (#10217) (dependabot[bot])
v5.2.0
- Add support for response metadata in
dataProvider.getList()(#10179) (fzaninotto) - Add icons to
<FilterButton>dropdown (#10186) (erwanMarmelab) - Add reset button to
<Datagrid>and<SimpleList>when the current filter brings to no result (#10184) (erwanMarmelab) - Add global Reset CSS (#10164) (fzaninotto)
- Add
<ReferenceManyField storeKey>to allow more than one reference for the same resource (#10132) (djhi) - Add support for computed fields in
ra-data-json-server'sdataProvider.create()(#10162) (fzaninotto) - Enable Store sync when
disableSyncWithLocationis true (#10187) (WiXSL) - Fix
<FilterButton>accessibility (#10204) (djhi) - Fix
<FilterButton>checked status (#10191) (fzaninotto) - Fix input validation and dirty state after re-enabling disabled fields (#10163) (michel-paiva)
- [Doc] Create a doc page for
<DateRangeInput>(#10202) (erwanMarmelab) - [Doc] Document
<ReferenceManyField storeKey>prop (#10142) (slax57)
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)