- Add search input to
<ColumnsButton>
when there are many columns (#10848) (slax57) - Add support for menu keyboard shortcuts in
<MenuItemLink>
(#10790) (djhi) - Add
render
prop to page and reference MUI components (#10837) (ThieryMichel) - Add
render
prop to page and reference base components (#10832) (ThieryMichel) - Add
<ReferenceArrayInputBase>
(#10833) (djhi) - Add
<ReferenceManyCountBase>
(#10808) (fzaninotto) - Add support for disabled choices in
<RadioButtonGroupInput>
and<CheckboxGroupInput>
(#10821) (WiXSL) - Add support for
empty
in Reference fields (#10817) (fzaninotto) - Update
react-query
dependency to require at least v5.83 (#10838) (djhi). - Fix
useEditController
does not pass all variables to useUpdate (#10839) by (djhi) - [Doc] Fix typo in
<Create>
documentation (#10840) by (rkfg) - [Doc] Backport RBAC's doc (#10846) by (erwanMarmelab)
- [Doc] Backport DatagridAg's doc update (#10845) by (erwanMarmelab)
- [Doc] Backport Tree's doc (#10847) by (erwanMarmelab)
- [chore] Fix release script milestone description (#10849) by (slax57)
Note: Due to the bump in the required version of @tanstack/react-query
, upgrading to this version may raise TypeScript errors about queryOptions
or runtime errors about a missing QueryClient
. These errors are caused by the package manager, which installs two versions of react-query if you already installed one manually. To fix these errors, deduplicate @tanstack/react-query
in your package manager lock file.