- Add support for lazy-loaded React components (#9260) (fzaninotto)
- Add
<SortButton sx>
prop to customize button style (#9223) (fzaninotto) - Add
<ResourceMenuItems>
to facilitate custom menus (#9212) (fzaninotto) - Add
<PrevNextButtons>
for<Show>
and<Edit>
views (#9165) (adguernier) - Add full record to
<AutocompleteInput>
and<AutocompleteArrayInput>
'sonChange
parameters (#9245) (slax57) - Fix top margin of
<TopToolbar>
to move content up when there is no filter (#9232) (fzaninotto) - Fix Filter Form to show remove button after the input (#9224) (fzaninotto)
- Fix
<PrevNextButtons>
to fetch less aggressively (#9209) (fzaninotto) - [TypeScript] Change the definition of sort order to
ASC|DESC
(#8466) (zhujinxuan)