Releases: marmelab/react-admin
Releases · marmelab/react-admin
4.16.13
- Fix
<AutocompleteInput createLabel>
(#9712) (fzaninotto) - Fix
<AutocompleteArrayInput>
triggers an infinite loop when disabled (#9717) (fzaninotto) - Fix
<Autocomplete>
loses focus on select (#9718) (fzaninotto) - [Doc] Fix upgrade guide suggest using
defaultProps
override in theme for react-admin components (#9713) (fzaninotto) - [Doc] Fix
readOnly
doc mentions focusable inputs (#9711) (adguernier) - [Doc] Fix
<Layout>
doc links to wrong anchor (#9716) (erwanMarmelab) - [Doc] Fix not parsed
mutationOptions
value inuseNotify
/undoable
(#9697) (ValentinnDimitroff) - [Doc] Add mention to
<AccordionFormPanel>
and<AccordionSection>
aboutlabel
accepting an element (#9699) (erwanMarmelab) - [Doc] Add mention in
<ReferenceManyToManyInput>
about filter usage (#9720) (erwanMarmelab) - [Doc] Add mention in
<StackedFilters>
to include advice on data provider configuration (#9709) (fzaninotto) - [Doc] Add example for
<Search>
and<SearchWithResult>
options
prop (#9700) (erwanMarmelab) - [Doc] Add Reference Fields video to the relevant chapters (#9702) (fzaninotto)
4.16.12
- Fix support for readOnly on all RA Inputs (#9656) (erwanMarmelab)
- Fix AutocompleteInput ignores TextFieldProps (#9681) (fzaninotto)
- Fix
<ArrayInput>
should keep error state on children after unmount (#9677) (sweco-sedalh) - Fix
<SortButton>
should use the providedresource
prop to build its label (#9694) (slax57) - Fix
<ReferenceInput>
throws a recoverable error in production (#9690) (fzaninotto) - [chore] Fix vulnerable dev dependency ip (#9673) (fzaninotto)
- [Doc] Mention the Multi-column sorting feature of
<DatagridAG>
(#9674) (slax57) - [Doc] Fix typo in example showing custom CSV export (#9671) (kav)
4.16.11
- Fix
<FilterForm>
ignoreskey
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
- 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
- Fix
<FieldToggle>
cannot be styled using the application theme (#9634) (megantaylor) - [Doc] Add video tutorial to the Resource chapter (#9635) (fzaninotto)
- [Doc] Update doc SolarLayout with SearchWithResult (#9632) (erwanMarmelab)
- [Doc] Update SolarMenu doc (#9629) (erwanMarmelab)
- [Doc] Add providers logos (#9627) (erwanMarmelab)
- [Doc] Add youtube channel (#9626) (erwanMarmelab)
- [Doc] Add video tutorials to the
withLifecycleCallbacks
and the<Datagrid bulkActionButtons>
sections (#9621) (fzaninotto)
4.16.8
- Fix
useUpdateMany
doesn't properly update cache in pessimistic mode (#9600) (fzaninotto) - Fix Datagrid Header Sort Tooltip (#9605) (fzaninotto)
- Fix
fetchJSON
adds useless Content-Type header for empty requests (#9613) (chrisDeFouRire) - Fix
<ListGuesser>
flashes when changing sort or pagination (#9606) (fzaninotto) - Fix
ra-i18n-i18next
broken package (#9603) (fzaninotto) - Bump vite from 3.2.7 to 3.2.8 (#9598) (dependabot[bot])
- [TypeScript] Fix
<Pagination rowsPerPageOptions>
doesn't accept an array of objects (#9607) (fzaninotto) - [Doc] Improve FunctionField documentation (#9614) (fzaninotto)
- [Doc] Remove create-react-app chapter (#9610) (fzaninotto)
- [Doc] Fix Tutorial misses URL scheme in custom Field (#9604) (fzaninotto)
- [Doc] Fix link to documentation root (#9602) (fzaninotto)
- [Doc] Update
<DatagridAG>
page to reflect latest changes (#9599) (fzaninotto) - [Doc] Update Vietnamese i18n package link (#9597) (completejavascript)
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)