Skip to content

Releases: marmelab/react-admin

4.16.3

15 Dec 13:56
v4.16.3
3e6b15f
Compare
Choose a tag to compare
  • Fix <AutocompleteInput TextFieldProps> are not applied (#9527) (adguernier)
  • Fix useReferenceManyFieldController does not debounce setFilters (#9523) (djhi)
  • Fix <TabbedShowLayout> displays its fields as full width blocks (#9522) (djhi)
  • Fix <ArrayInput> does not work in <FilterForm> (#9521) (djhi)
  • Fix <Datagrid>'s rowClick and <ReferenceField>'s link should scroll to top (#9510) (DavidVergnaultMoank)
  • Fix useTheme may return undefined (#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

04 Dec 14:28
v4.16.2
8a1187d
Compare
Choose a tag to compare
  • 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 the returnPromise 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

24 Nov 10:34
Compare
Choose a tag to compare
  • 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

17 Nov 14:37
Compare
Choose a tag to compare
  • Add <SingleFieldList empty gap direction> props, and allow it to be used without children (#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

17 Nov 13:52
Compare
Choose a tag to compare
  • 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 allow onNewVersionAvailable (#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

10 Nov 13:20
Compare
Choose a tag to compare
  • 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)

4.15.3

03 Nov 13:41
Compare
Choose a tag to compare
  • Fix <AutocompleteInput> clear button appears over the BulkActionsToolbar (#9413) (erwanMarmelab)
  • [Doc] Add screencasts for <StackedFiltersForm> and update code snippets (#9410) (adguernier)
  • [Doc] Add a chapter for <SearchInput> (#9409) (erwanMarmelab)
  • [Doc] Update data prodicer chapter to explain how to upload file with with FormData (#9402) (adguernier)

4.15.2

27 Oct 12:33
Compare
Choose a tag to compare

4.15.1

20 Oct 15:22
Compare
Choose a tag to compare
  • Fix <SelectColumnsButton> throws errors when reordering the columns (#9369) (slax57)
  • Fix <ReferenceField sx> is ignored when link={false} (#9373) (fzaninotto)
  • Fix useGetList optimistic cache update leads to ui freeze when too many records are returned (#9359) (slax57)
  • Fix <BooleanInput> color prop should be configurable globally via MUI defaultProps system (#9361) (septentrion-730n)
  • Fix security vulnerability in dev dependencies due to outdated storybook (#9374) (fzaninotto)
  • [Doc] Fix <Confirm> doc snippet mentions wrong Datagrid prop name (#9362) (omegastripes)
  • [Doc] Explain how <PasswordInput> can be used to update a password (#9354) (fzaninotto)
  • [Doc] Improve <Calendar> documentation (#9367) (mchaffotte)
  • [Doc] Improve <StackedFilters> documentation (#9364) (mchaffotte)
  • [Doc] Fix old MUI import path in code snippets (#9372) (fzaninotto)
  • [Demo] Improve customer aside (#9356) (fzaninotto)

4.15.0

12 Oct 13:50
Compare
Choose a tag to compare
  • Add Nano, Radiant and House themes (#9316) (adguernier)
  • Add ra-i18n-i18next, an i18n adapter for i18next (#9314) (djhi)
  • Add <Menu.Item>content</Menu.Item> syntax (#9242) (fzaninotto)
  • Add support for <ReferenceArrayField queryOptions> (#9275) (adguernier)
  • Add support for confirmColor prop to <DeleteButton> and <BulkDeleteButton> (#9342) (IAmVisco)
  • Add ability to pass url state in <CreateButton> (#9319) (mchaffotte)
  • Add ability to customize ra-data-graphql-simple further (#9296) (dricholm)
  • [Doc] Update yarn linking instruction (#9341) (smeng9)