All Versions
258
Latest Version
Avg Release Cycle
7 days
Latest Release
-

Changelog History
Page 1

  • v4.5.2 Changes

    • ๐Ÿ›  Fix authProvider hooks support for redirectTo: absolute URL (#8382) (fzaninotto)
    • ๐Ÿ›  Fix authProvider hooks support for redirectTo: false (#8381) (fzaninotto)
    • ๐Ÿ›  Fix <FormDataConsumer> values not being up-to-date on mount (#8340) (WiXSL)
    • ๐Ÿ›  Fix <DatagridConfigurable> ignores children without label or source (#8376) (WiXSL)
    • ๐Ÿ›  Fix <SelectColumnsButton> styles (#8391) (WiXSL)
    • โšก๏ธ Bump loader-utils from 1.4.1 to 1.4.2 dependenciesPull requests that update a dependency file(#8396) (dependabot)
    • [Doc] Fix <FilterList> example and anchor (#8401) (WiXSL)
    • ๐Ÿ“„ [Doc] Fix useReference hook docs (#8385) (WiXSL)
    • 0๏ธโƒฃ [Doc] Fix <AutocompleteInput optionText> defaultValue (#8386) (WiXSL)
    • [Doc] Fix missing error type in useNotify (#8398) (septentrion-730n)
    • [Doc] Improve server side validation example (#8378) (WiXSL)
    • [Doc] Add mention about asterix decoration in required inputs (#8383) (fzaninotto)
    • [Doc] Add AppWrite data provider (#8399) (fzaninotto)
  • v4.5.1 Changes

    • ๐Ÿ›  Fix <RichTextInput> cursor moves to the end while typing (#8365) (WiXSL)
    • ๐Ÿ›  Fix <SelectColumnsButton> not being responsive (#8362) (WiXSL)
    • ๐Ÿ›  Fix <Appbar> buttons don't have consistent spacing (#8356) (fzaninotto)
    • ๐Ÿ›  Fix <BulkDeleteButton> doesn't clear selection when used inside <ReferenceManyField> (#8358) (fzaninotto)
    • ๐Ÿ›  Fix <ReferenceManyField> does not show pagination when using partial pagination (#8354) (fzaninotto)
    • ๐Ÿ›  Fix typo in ra-language-french translations (#8349) (asurare)
    • ๐Ÿ›  Fix Inputs layout is broken when rendering the Login page first (#8368) (fzaninotto)
    • ๐Ÿ›  Fix no-code example codesandbox (#8352) (fzaninotto)
    • โฌ†๏ธ Bump loader-utils from 1.4.0 to 1.4.1 (#8371) (dependabot)
    • [Doc] Add missing <Admin notification> prop (#8369) (WiXSL)
    • ๐Ÿ“š [Doc] Add <InspectorButton> documentation (#8346) (smeng9)
    • โšก๏ธ [Doc] Update the tutorial to use Vite instead of create-react-app (#8351) (fzaninotto)
    • [Demo] Fix demos use different versions of Vite (#8345) (fzaninotto)
  • v4.5.0 Changes

    • โž• Add <SelectColumnsButton> and <DatagridConfigurable> components (#8274) (fzaninotto)
    • โž• Add support for <ReferenceArrayInput queryOptions> (#8339) (WiXSL)
    • โž• Add the ability to use <ReferenceArrayInput> without child (#8332) (fzaninotto)
    • โž• Add support for <ReferenceOneField> sort and filter props (#8306) (nicgirault)
    • โž• Add <CSSBaseline> to the default layout for better UI (#8216) (fzaninotto)
    • ๐Ÿ›  Fix <SelectInput> throws cannot read property map of undefined error on undefined choices (#8309) (thdk)
    • ๐Ÿ›  Fix <AutocompleteInput> should only add an empty option when there is an emptyText (#8305) (WiXSL)
    • ๐Ÿ›  Fix <AutocompleteInput> does not repopulate suggestions on blur in when used inside <ReferenceInput> (#8303) (slax57)
    • ๐Ÿ›  Fix <AutocompleteInput validate={required()}> displays empty choice (#8296) (slax57)
    • ๐Ÿ›  Fix <RadioButtonGroupInput options> prop was ignored (#8299) (fzaninotto)
    • ๐Ÿ›  Fix <AutocompleteArrayInput> shows undefined on blur (#8331) (fzaninotto)
    • ๐Ÿ›  Fix <CheckboxGroupInput labelPlacement> prop throws a DOM error (#8294) (WiXSL)
    • ๐Ÿ›  Fix <CheckboxGroupInput options> prop is ignored (#8291) (fzaninotto)
    • ๐Ÿ›  Fix <FilterList> custom label raises a missing translation key warning (#8325) (slax57)
    • ๐Ÿ›  Fix <ListButton> doesn't show "Remove all filters" item when using alwaysOn filters (#8324) (WiXSL)
    • ๐Ÿ›  Fix <List> page display on dataProvider error (#8319) (WiXSL)
    • ๐Ÿ›  Fix <RichTextInput> doesn't update when record field updates (#8314) (WiXSL)
    • ๐Ÿ›  Fix localStorageStore deletes non-react-admin items on version change (#8315) (fzan)
    • โฌ†๏ธ Bump terser from 5.10.0 to 5.15.1 (#8323) (dependabot)
    • โฌ†๏ธ Bump ansi-regex from 4.1.0 to 4.1.1 (#8321) (dependabot)
    • ๐Ÿ“š [Doc] Add <ContainerLayout> and <HorizontalMenu> documentation (#8342) (fzaninotto)
    • [Doc] Add Discord server reference in the issue template (#8298) (WiXSL)
    • [Doc] Add tutorial about changing the form validation mode (#8307) (slax57)
    • [Doc] Add example API calls to ra-data-simplerest (#8301) (fzaninotto)
    • [Doc] Fix JsDoc snippets to access record from context instead of props (#8337) (WiXSL)
    • [Doc] Fix examples to access record and id from context instead of props (#8335) (WiXSL)
    • โœ๏ธ [Doc] Fix Theming typos (#8334) (WiXSL)
    • ๐Ÿ’… [Doc] Fix Vite tutorial default style (#8333) (fzaninotto)
    • โœ๏ธ [Doc] Fix anchors and typos (#8330) (WiXSL)
    • ๐Ÿ‘ [Doc] Fix Tutorial to better explain component composition (#8327) (fzaninotto)
    • [Doc] Fix <AutocompleteArrayInput> doc (#8322) (fzaninotto)
    • ๐Ÿ“„ [Doc] Fix Input docs (#8316) (fzaninotto)
    • [Doc] Fix Store snippet about versionning (#8313) (fzan)
    • [Doc] Fix navigation panel version in 404 page (#8311) (slax57)
    • [Doc] Fix typo in useListContext and useChoicesContext hooks (#8310) (cinaaaa)
    • [Doc] Fix typo typo in Create chapter mentioning the <TextInput multiline> prop (#8290) (thdk)
    • ๐Ÿ“š [Doc] Fix Forms documentation to clarify incompatibility of <SaveButton type='button'> with custom Form's onSubmit (#8286) (WiXSL)
    • ๐Ÿšš [Demo] Move e-commerce demo from webpack to vite (#8317) (fzaninotto)
  • v4.4.4 Changes

    • ๐Ÿ›  Fix <ArrayInput> throws an error when providing a helperText (#8276) (slax57)
    • ๐Ÿ›  Fix <ArrayInput> makes edited form always dirty on input blur (#8275) (WiXSL)
    • ๐Ÿ›  Fix label position config in <CheckboxGroupInput> (#8260) (zhujinxuan)
    • ๐Ÿ›  Fix warnWhenUnsavedChange crashes the app when using react-router >= 6.4 (#8272) (fzaninotto)
    • ๐Ÿ›  Fix useGetRecordId missing export (#8283) (WiXSL)
    • โฌ†๏ธ [Doc] Fix missing upgrade information about <Field> in <SimpleForm> (#8280) (clement-escolano)
    • ๐Ÿ“„ [Doc] Add <CreateInDialogButton>, <EditInDialogButton> and <ShowInDialogButton> to docs (#8271) (slax57)
    • [Doc] Fix links to <EditInDialogButton> and <CreateInDialogButton> (#8284) (fzaninotto)
    • โฌ†๏ธ Bump prismjs from 1.25.0 to 1.27.0 (#8268) (dependabot)
    • โฌ†๏ธ Bump node-forge from 1.2.1 to 1.3.1 (#8267) (dependabot)
    • โฌ†๏ธ Bump async from 2.6.3 to 2.6.4 (#8266) (dependabot)
  • v4.4.3 Changes

    • ๐Ÿ›  Fix <Loading> component doesn't translate messages (#8269) (WiXSL)
    • โœ๏ธ [Doc] Fix typos in Input chapter (#8270) (WiXSL)
  • v4.4.2 Changes

    • ๐Ÿ›  Fix null value support in inputs (#8262) (slax57)
    • ๐Ÿ›  Fix <AutocompleteInput> doesn't allow clearing the inputs in certain scenarios (#8238) (WiXSL)
    • ๐Ÿ›  Fix <Loading> displays translation messages even though it should not (#8261) (alioguzhan)
    • ๐Ÿ›  Fix <Loading> message contains trailing dot (#8257) (alioguzhan)
    • ๐Ÿ›  Fix internal code workflow for tighter permissions (#8253) (slax57)
    • [Doc] Add ra-keycloak authProvider (#8263) (slax57)
    • [Doc] Fix missing filterToQuery prop in <AutocompleteInput> and <AutocompleteArrayInput> components (#8251) (WiXSL)
  • v4.4.1 Changes

    • ๐Ÿ›  Fix format and parse on <AutocompleteInput> and <SelectInput> (#8237) (byymster)
    • ๐Ÿ›  Fix <SelectInput> and <AutocompleteInput> change empty references (#8234) (fzaninotto)
    • ๐Ÿ›  Fix <SelectInput emptyValue> accepts null value (#8235) (fzaninotto)
    • ๐Ÿ›  Fix <RadioButtonGroupInput> inside <ReferenceInput> when reference ids are numbers (#8229) (slax57)
    • ๐Ÿ›  Fix useEditController returns wrong redirectTo value (#8243) (WiXSL)
    • ๐Ÿ›  Fix <Datagrid>'s ExpandAllButton conflicts with expandSingle prop (#8221) (WiXSL)
    • ๐Ÿ›  Fix development dependencies causing security alerts (#8230) (fzaninotto)
    • ๐Ÿ›  Fix <ReferenceInput> story contains a non-story (#8228) (WiXSL)
    • ๐Ÿ›  Fix missing test for <SimpleFormIterator> (#8215) (WiXSL)
    • [TypeScript] Fix useCreateController parameter type for onError effect (#8242) (WiXSL)
    • ๐ŸŒ [TypeScript] Fix unused TranslationMessage (#8223) (bicstone)
    • [Doc] Fix <RichTextInput> example (#8245) (WiXSL)
    • [Doc] Fix <RichTextInput> toolbar customization example (#8239) (WiXSL)
    • [Doc] Fix <List perPage> doc misses mention of <Pagination rowsPerPages> relationship (#8244) (WiXSL)
    • โฌ†๏ธ [Doc] Fix Upgrade guide typo (#8240) (WiXSL)
    • [Doc] Fix CHANGELOG (#8219) (WiXSL)
  • v4.4.0 Changes

    • โž• Add <Configurable> components, make <SimpleList> accept template strings (#8145) (fzaninotto)
    • โž• Add useInfiniteGetList hook (#8063) (arimet)
    • โž• Add sanitizeEmptyValues prop 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)
  • v4.3.4 Changes

    • ๐Ÿ›  Fix <SimpleForm> does not sanitize react-hook-form props (#8186) (WiXSL)
    • ๐Ÿ›  Fix <ReferenceInput> fetching error makes <AutocompleteInput> unusable (#8183) (fzaninotto)
    • ๐Ÿ›  Fix cannot let anonymous users access dashboard (#8180) (fzaninotto)
    • ๐Ÿ›  Fix <Datagrid> error when queryOptions contains enable: false (#7987) (yanchesky)
    • [Doc] Fix <FormDataConsumer> usage example (#8189) (WiXSL)
    • [Doc] Add community page (#8187) (fzaninotto)
    • [Doc] Fix "Linking two inputs" code snippet (#8184) (fzaninotto)
    • [Doc] Fix Custom Filter Form example (#8177) (WiXSL)
    • [Doc] Fix linkType prop doc for <SimpleList> and <SingleFieldList> (#8171) (riexn)
  • v4.3.3 Changes

    • ๐Ÿ›  Fix <Confirm> doesn't pass props to the underlying MUI <Dialog> component (#8176) (WiXSL)
    • ๐Ÿ›  Fix performance issue in useGetList and useGetManyReferences (#8174) (djhi)
    • ๐Ÿ›  Fix localStorageStore.reset() does not remove all items (#8161) (fzaninotto)
    • โฌ†๏ธ [Doc] Fix upgrade doc mentions wrong syntax for <Admin layout> prop (#8169) (herndlm)
    • [doc] Fix custom layout examples miss props forwarding (#8170) (herndlm)
    • [Doc] Fix Input chapter example about sanitizing empty values (#8167) (Cimanel)
    • [Doc] Fix missing import in Routing chapter (#8164) (herndlm)
    • [Doc] Fix useDelete usage in JSDoc (#8160) (slax57)