- Ensure React 19 compatibility (#9919) (djhi)
- Fix data provider queries are doubled in development when using strict mode (#9901) (djhi)
- Fix default
<Error>
background in globalErrorBoundary
(#9913) (fzaninotto) - Fix
combineDataProvider
throws a runtime error (#9910) (fzaninotto) - Fix
<List>
should not render<Error>
component on fetch error (#9912) (fzaninotto) - Fix
useDelete
doesn't delete record if itsid
is zero (#9894) (adguernier) - Update
<ArrayInput>
to useSourceContext
instead of cloning children (#9911) (adguernier) - Update
<SelectArrayInput>
to use default record representation when used inside<ReferenceArrayInput>
(#9902) (djhi) - Upgrade FakeRest to 4.0 (#9908) (fzaninotto)
- [TypeScript] Fix types of Field components (#9903) (slax57)
- [Dev] Fix
useRegisterMutationMiddleware
stories (#9899) (djhi) - [Dev] Deduplicate
yarn
.lock (#9897) (fzaninotto) - Backport changes from master (#9923) (slax57)