- Add
<FilterListItem icon>
prop to show an icon for each filter list item (#9150) (Guy-Adler) - Add
transform
prop to<DateField>
and<NumberField>
(#9147) (fzaninotto) - Add
<RecordRepresentation>
to streamline rendering a record as string (#9095) (djhi) - Add
<UpdateButton>
to let users update the current record (#9088) (djhi) - Add
<CheckForApplicationUpdate>
to suggest a reload when the application code has changed (#9059) (djhi) - Add
<Datagrid rowSx>
prop to customize row style for each record (#8925) (zhujinxuan) - Update
<SimpleList>
to fallback torecordRepresentation
when not givenprimaryText
(#9172) (fzaninotto) - Update
<TitlePortal>
to allow customization of the the page title style (#9171) (fzaninotto) - Update
<List>
mobile layout to display actions first (#9170) (fzaninotto) - Update
<Input>
components width on mobile to make them full width by default (#9169) (fzaninotto) - Update
<TranslatableInputs>
to allow vertical layout (#9126) (slax57) - Update
<Confirm>
to accept a React node asconfirmTitle
orconfirmContent
(#9115) (yurassic) - Fix
<SelectInput>
throws error when fetching choices manually (#9179) (fzaninotto) - Fix
<SelectInput>
translates choices even inside a<ReferenceInput>
(#9176) (fzaninotto) - Fix
<SingleFieldList>
children don't use default link color (#9174) (fzaninotto) - Fix ra-data-provider-fakerest getMany doesn't preserve the ids order (#9168) (fzaninotto)
- Fix Fields Record Type Parameter (#9092) (djhi)
- [Doc] Fix tutorial misses step to link references together (#9167) (fzaninotto)