v5.0.0-alpha.0
版本发布时间: 2024-03-19 21:08:16
marmelab/react-admin最新发布版本:v5.2.0(2024-09-16 21:54:37)
- Add automatic query cancellation to all data provider hooks using abort signal (#9612) (slax57)
- Add
SourceContext
to allow for deep form nesting without prop forwarding (#9533) (djhi) - Upgrade
react-router
to 6.22.0, use data router by default, stabilizeuseWarnWhenUnsavedChanges
, and remove<Admin history>
prop (#9657) (slax57) - Upgrade
react-query
to v5 andreact
to v18 (#9473) (djhi) - Update all inputs to be
fullWidth
by default (#9704) (fzaninotto) - Update
<Link>
to underline links by default (#9483) (fzaninotto) - Update
<Admin>
to have a default dark theme (#9479) (adguernier) - Update
<Datagrid expand>
to remove prop injection (#9719) (fzaninotto) - Update
<Datagrid rowClick>
to use resource definition by default (#9466) (slax57) - Update
<SimpleShowLayout>
to accept a customdirection
(#9705) (fzaninotto) - Update
Field
components to leverageSourceContext
(#9620) (djhi) - Update
useGetRecordRepresentation
to get better defaults (#9650) (erwanMarmelab) - Update
useInfiniteGetList
to skipgetOne
cache population for large responses (#9536) (slax57) - Update
withLifecycleCallbacks
to support a wildcard and an array of callbacks (#9577) (quentin-decre) - Update
combineDataProviders
to work with custom methods using more than 2 parameters (#9676) (karpushchenko) - Update
ra-data-graphql-simple
to support DELETE_MANY and UPDATE_MANY (#9393) (maxschridde1494) - Update
ra-data-graphql-simple
to support sparse field (#9392) (maxschridde1494) - Update
create-react-admin
to make it usable in non-interactive mode (#9544) (djhi) - Update
create-react-admin
to include<CheckForApplicationUpdate>
in default<Layout>
(#9509) (arimet) - Remove support for IE (#9530) (slax57)
- Remove
cloneElement
in list actions and bulk actions (#9707) (fzaninotto) - Remove
useListController
setFilters
default debounce (#9682) (fzaninotto) - Remove injected props in
<Admin>
and<Layout>
components (#9591) (fzaninotto) - Fix
<TranslatableInputs>
label inference regression (#9594) (djhi) - Fix
<TextField size>
cannot be overridden by theme (#9554) (PedroPerpetua) - [Doc] Update documentation for react-query (#9481) (djhi)
- [Doc] Update Upgrade guide to document React-Query codemods (#9528) (slax57)
- [Doc] Update Upgrade guide to mention that
<Datagrid rowClick>
is no longer false by default (#9475) (slax57) - [Doc] Update Upgrade guide to make the BC about using a data router clearer (#9696) (slax57)
- [Doc] Update
<AutocompleteInput>
to include a tip about the abort controller (#9693) (adguernier) - [TypeScript] Forbid
<ReferenceInput validate>
(#9689) (fzaninotto) - [Demo] Rename
isLoading
toisPending
(#9524) (fzaninotto) - [Dev] Backport changes from master (#9678) (fzaninotto)
- [Dev] Backport changes from master (#9525) (slax57)
- [Dev] Reduce
ReactQueryDevtools
button size (#9558) (adguernier) - [Dev] Add
create-react-admin
GitHub action to test new apps (#9580) (djhi) - [Dev] Add tests to the app generated by
create-react-admin
withra-data-fakerest
(#9578) (djhi) - [Dev] Upgrade Vite dependencies (#9565) (djhi)