Skip to content

4.4.0

Compare
Choose a tag to compare
@fzaninotto fzaninotto released this 30 Sep 14:14
· 5075 commits to master since this release
  • Add <Configurable> components, make <SimpleList> accept template strings (#8145) (fzaninotto)
  • Add useInfiniteGetList hook (#8063) (arimet)
  • Add sanitizeEmptyValues to Form components to replace empty values by null (#8188) (fzaninotto)
  • Add emptyText and emptyValue support in <AutocompleteInput> (#8162) (WiXSL)
  • Add cache to usePermissions (#8196) (hiaselhans)
  • Add ability to create independent store configurations for different lists of same resource (#8073) (septentrion-730n)
  • Add emptyText translation on Field components (#8132) (oguhpereira)
  • Add ra-data-localforage data provider (#7959) (arimet)
  • Add queryOptions support in <ReferenceInput> (#8192) (WiXSL)
  • Add better UI to <SimpleFormIterator> (#8124) (fzaninotto)
  • Add expand/collapse all toggle to <Datagrid> header (#8152) (hiaselhans)
  • Add submit event as second argument of <Form> submit handler (#8199) (djhi)
  • Add ability to have custom dataProvider method that don't return a data object (#8159) (oguhpereira)
  • Add ability to set custom routes as <Resource> children (#8079) (hiaselhans)
  • Add support for getLocales in Polyglot i18nProvider (#8143) (fzaninotto)
  • Add support for filter callbacks in useList (#8116) (oguhpereira)
  • Add ability to hide saved queries in <FilterButton> (#8113) (oguhpereira)
  • Add useGetRecordId hook to make react-admin components more versatile (#8103) (arimet)
  • Fix null values cause warning in forms (#8212) (fzaninotto)
  • Fix <SimpleFormIterator> defaultValues when adding a record (#8204) (WiXSL)
  • Fix <ReferenceField> generates a link even though there is nothing to link to (#8202) (thibault-barrat)
  • Fix <FormTab> not turning red after <ArrayInput> global validation error (#8198) (thibault-barrat)
  • Fix warning in Field components (#8158) (fzaninotto)
  • Update Cypress to 10.9.0 (#8211) (arimet)
  • [TypeScript] Fix <Layout> misses sx prop (#8209) (djhi)
  • [TypeScript] Fix useDelete id type doesn't use generic type (#8208) (zhujinxuan)
  • [Doc] Fix outdated tip related to unsupported feature in Server Side validation (#8205) (WiXSL)
  • [Doc] Fix broken links in Show documentation (#8203) (LabisAnargyrou)
  • [Doc] Add useGetRecordId section (#8107) (arimet)