Releases: marmelab/react-admin
Releases · marmelab/react-admin
4.16.7
- Fix
<FileInputPreview>
propTypes (#9596) (djhi) - [Demo] Remove useless
defaultProps
usage (#9586) (fzaninotto) - [Doc] Add documentation for the versioning features (#9584) (fzaninotto)
- [Demo] Fix new deal does not appear in the correct order in CRM (#9582) (adguernier)
4.16.6
- Fix click on
<Datagrid>
Select All button bubbles up to parent Datagrid (#9567) (Dreamsorcerer) - Bump follow-redirects from 1.15.2 to 1.15.4 (#9574) (dependabot[bot])
- [Doc] Add a section demonstrating the
<Datagrid>
headers pinning feature (#9564) (adguernier) - [Doc] Add LinuxForHealth FHIR to DataProvider List (#9572) (scheiblr)
- [Doc] Fix jekyll trying to parse jsx code on
<Edit mutationOptions>
example snippet (#9573) (Szulerinio) - [Doc] Fix linking to wrong prop anchor on
<Resource>
documentation (#9570) (Szulerinio) - [Demo] Fix new deals do not appear in the CRM demo (#9581) (adguernier)
4.16.5
- Fix
<AutocompleteInput>
should keep working when passing customInputProps
(#9559) (adguernier) - Fix
usePreference
should throw an error when used outside a<Configurable>
context (#9537) (arimet) - Revert "Fix
<SelectArrayInput>
does not userecordRepresentation
" (#9563) (slax57) - [TypeScript] Fix error when using typed args in
<WithRecord render>
function (#9552) (seongwon-privatenote) - [TypeScript] Fix
<MenuItemLink>
prop type should omitplaceholder
(#9555) (smeng9) - [Doc] Improve
<MarkdownField>
doc (#9557) (adguernier) - [Doc] Better document
<ReferenceOneField emptyText>
prop (#9562) (slax57)
4.16.4
- Fix
<SelectArrayInput>
does not userecordRepresentation
(#9532) (adguernier) - [Doc] Fix
<DatagridAG>
doc on column state persistence (#9540) (djhi) - [Doc] Fix typo in
<Show queryOptions>
doc(#9531) (slax57) - [Doc] Update the hooks documentation for consistent TOC (#9453) (sebashwa)
- [Doc] Improve
<MarkdownInput>
documentation(#9511) (arimet)
4.16.3
- Fix
<AutocompleteInput TextFieldProps>
are not applied (#9527) (adguernier) - Fix
useReferenceManyFieldController
does not debouncesetFilters
(#9523) (djhi) - Fix
<TabbedShowLayout>
displays its fields as full width blocks (#9522) (djhi) - Fix
<ArrayInput>
does not work in<FilterForm>
(#9521) (djhi) - Fix
<Datagrid>
'srowClick
and<ReferenceField>
's link should scroll to top (#9510) (DavidVergnaultMoank) - Fix
useTheme
may returnundefined
(#9503) (djhi) - [TypeScript] Fix
useNotify
types (#9529) (djhi) - [Doc] Fix
useInput
documentation regarding errors display (#9520) (djhi) - [Doc] Update documentation for handling App router part (#9513) (arimet)
- [Doc] Fix TS warnings in Connecting To A Real API tutorial (#9501) (adguernier)
- [Doc] Removed postgrest from auth providers (#9500) (gheesh)
- [Doc] Update
<DatagridAG>
doc to mention the component is lazy loaded by default (#9499) (slax57) - [Doc] Improve
<EditableDatagrid>
doc (#9494) (adguernier)
4.16.2
- Fix clearing a nested filter re-renders the previous value when navigating back to the list (#9491) (slax57)
- Fix
ra-data-graphql
uses a Proxy, which prevents adding more methods automatically (#9487) (fzaninotto) - Fix
useUpdateMany
doesn't accept thereturnPromise
option at call time (#9486) (fzaninotto) - Fix
<Pagination>
logs a warning (#9474) (fzaninotto) - [Doc] Update ra-form-layouts dialogs documentation (#9482) (djhi)
- [Doc] Fix snippets fails to render in JS (#9478) (fzaninotto)
- [Doc] Add link to tutorial for headless admin (#9477) (fzaninotto)
4.16.1
- Fix
<FileInput>
should display a validation errors right away when form mode is 'onChange' (#9459) (slax57) - [TypeScript] Fix useRecordContext may return undefined (#9460) (groomain)
- [Doc] Add link to new demo: Note-taking app (#9465) (fzaninotto)
- [Doc] Add headless section in pages components (#9447) (fzaninotto)
- [Doc] Add example showing how to add
<Inspector>
to a custom layout (#9458) (rossb220) - [Doc] Update
<DatagridAG>
doc to use the new package, and document the column order/size persistence (#9472) (slax57) - [Doc] Update authProvider and dataProvider lists to target the documentation instead of the repository's root (#9471) (slax57)
- [Website] Reorder documentation's Discord and Github icons to match the website order (#9454) (adguernier)
4.16.0
- Add
<SingleFieldList empty gap direction>
props, and allow it to be used withoutchildren
(#9439) (fzaninotto) - Add
<LoadingIndicator onClick>
prop, allowing to trigger actions (like a refresh) on click (#9420) (david-bezero) - Add
<LocalesMenuButton icon>
prop to customize the locales button icon (#9380) (djhi) - Add
<Form disableInvalidFormNotification>
to allow disabling notifications when the form is invalid (#9353) (tim-hoffmann)
4.15.5
- Add support for
fetchOptions
to<CheckForApplicationUpdate>
(#9436) (smeng9) - Bump axios from 1.4.0 to 1.6.1 (#9438) (dependabot[bot])
- [Typescript] Fix
<CheckForApplicationUpdate>
props type should allowonNewVersionAvailable
(#9444) (slax57) - [Doc] Fix typos and anchors (#9449) (WiXSL)
- [Doc] Fix api implementation in Remix tutorial throws a decoding error when less than 10 records are returned (#9448) (erwanMarmelab)
- [Doc] Fix various snippets containing props forwarding (#9443) (fzaninotto)
- [Doc] Update RBAC OSS Doc (#9435) (erwanMarmelab)
- [Doc] Introduce classname and sx prop for SolarMenu component (#9440) (adguernier)
- [Doc] Add documentation for
<CheckForApplicationUpdate onNewVersionAvailable>
(#9437) (smeng9) - [Storybook] Fix stories with ToggleThemeButton should not persist theme in localStorage (#9441) (erwanMarmelab)
4.15.4
- Fix bad url upon
<FilterLiveSearch>
submission (#9398) (erwanMarmelab) - Fix clicking on "Remove all filters" does not close the filter menu (#9415) (erwanMarmelab)
- [TypeScript] Allow to pass custom provider types to addRefreshAuth functions (#9428) (djhi)
- [Doc] Improve the Show section (#9423) (fzaninotto)
- [Doc] Add documentation for
<DatagridAG>
(#9414) (slax57) - [Doc] Document
<EditInDialogButton>
deletion side effect (#9425) (fzaninotto) - [Doc] Update doc for DatagridAg scroll (#9434) (erwanMarmelab)
- [Doc] Mention that
<Create redirect>
also supports a function (#9426) (situplastik) - [Doc] Fix duplicate import on the
useListContext
page (#9424) (BoboTiG)