Skip to content

Releases: marmelab/react-admin

4.16.11

16 Feb 14:40
Compare
Choose a tag to compare
  • Fix <FilterForm> ignores key prop on children (#9588) (Dreamsorcerer)
  • [Demo] Fix missing tags field in simple example fake dataset raises a warning (#9660) (slax57)
  • [chore] Remove unused dependency on wait-on (#9663) (slax57)
  • [Doc] Add video tutorial to the Datagrid doc (#9666) (fzaninotto)
  • [Doc] Update Datagrid documentation regarding preferenceKey (#9649) (erwanMarmelab)
  • [Doc] Fix typo in Caching documentation (#9667) (n-kulic)

4.16.10

09 Feb 16:39
Compare
Choose a tag to compare
  • Fix DeleteWithConfirmButton raises an error when the record is not loaded (#9636) (fzaninotto)
  • Fix field label translation concatenates previous prefix (#9648) (adguernier)
  • Fix <ReferenceInput> accepts a validate prop while it should not (#9637) (fzaninotto)
  • [TypeScript] Fix some strict null checks errors in core (#9644) (fzaninotto)
  • [Doc] Add video tutorial for the <Admin> component (#9641) (fzaninotto)
  • [Doc] Update <AccordionForm> and <AccordionFormPanel> docs (#9646) (erwanMarmelab)
  • [Doc] Update DateInput, TimeInput, and DateTimeInput chapters to mention MUI variant (#9631) (erwanMarmelab)
  • [Doc] Update docs for <Breadcrumb> (#9640) (erwanMarmelab)
  • [Doc] Add screencasts and screenshot to <EditableDatagrid> docs (#9633) (erwanMarmelab)
  • [Doc] Add warning about using setFilters with other callbacks (#9639) (fzaninotto)
  • [Doc] Fix example code for sending files in Base64 (#9647) (davidhenley)
  • [Doc] Fix authProvider images (#9654) (erwanMarmelab)
  • [Doc] Fix dataproviders images (#9653) (djhi)
  • [Doc] Fix code example in the Usage section of <SaveButton> is broken (#9651) (slax57)

4.16.9

02 Feb 15:30
v4.16.9
605fbb7
Compare
Choose a tag to compare

4.16.8

26 Jan 16:46
Compare
Choose a tag to compare

4.16.7

19 Jan 15:12
v4.16.7
ec6412d
Compare
Choose a tag to compare

4.16.6

12 Jan 15:01
Compare
Choose a tag to compare
  • 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

05 Jan 16:33
Compare
Choose a tag to compare
  • Fix <AutocompleteInput> should keep working when passing custom InputProps (#9559) (adguernier)
  • Fix usePreference should throw an error when used outside a <Configurable> context (#9537) (arimet)
  • Revert "Fix <SelectArrayInput> does not use recordRepresentation" (#9563) (slax57)
  • [TypeScript] Fix error when using typed args in <WithRecord render> function (#9552) (seongwon-privatenote)
  • [TypeScript] Fix <MenuItemLink> prop type should omit placeholder (#9555) (smeng9)
  • [Doc] Improve <MarkdownField> doc (#9557) (adguernier)
  • [Doc] Better document <ReferenceOneField emptyText> prop (#9562) (slax57)

4.16.4

22 Dec 13:27
Compare
Choose a tag to compare
  • Fix <SelectArrayInput> does not use recordRepresentation (#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

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)