- Add
error
,loading
,empty
andoffline
props to<ListBase>
,<WithListContext>
,<EditBase>
, and<ShowBase>
to set fallback components for non-success states. (#10880) (erwanMarmelab) - Add
<RecordsIterator>
for easy rendering of lists of records (#10880) (erwanMarmelab) - Add
<TextArrayField>
to render arrays of strings (#10939) (slax57) - Add
useUpdateController
to make the logic portable (#10924) (djhi) - Add
useBulkUpdateController
to make the logic portable (#10925) (djhi) - Add
useBulkDeleteController
to make the logic portable (#10923) (djhi) - Add
<ListBase emptyWhileLoading>
option (#10917) (djhi) - Add
useMutationWithMutationMode
hook (#10910) (djhi) - Update Guessers to use
<TextArrayInput>
/<TextArrayField>
for scalar arrays (#10939) (slax57) - Fix
useMutationWithMutationMode
inoptimistic
andundoable
mode may pass invalid parameters to the mutation (#10977) (djhi) - Fix update removing
meta
andpageInfo
properties fromgetManyReference
result (#10975) (jvasseur) - [Doc] Add missing props to
<ReferenceArrayField>
and<ReferenceManyField>
, and base components (#10978) (slax57) - [Doc] Add Soft Delete Documentation (#10974) (djhi)