react-admin
Advanced tools
Changelog
v5.0.3
<SimpleShowLayout>
uses a wrong translation key for field labels (#9966) (fzaninotto)ra-data-fakerest
log of queries (#9960) (fzaninotto)useGetManyReference
return type (#9963) (fzaninotto)ReviewList
scrolls to top when editing a review (#9958) (djhi)Changelog
v5.0.2
useUpdate
throws an error when record id is a valid falsy value such as zero (#9957) (djhi)<DatagridHeader>
Tooltip when using React element as a field label (#9948) (djhi)<Form>
need a SourceContext
(#9944) (adguernier)<Form sanitizeEmptyValues>
does not work on nested fields (#9950) (djhi)Changelog
v5.0.1
Changelog
v5.0.0
This major release introduces new features and some breaking changes. Here are the highlights:
We've written a migration guide to help you upgrade your apps to v5. It covers all the breaking changes and how to adapt your code to the new APIs.
We estimate that a react-admin app with 50,000 lines of code will require about 2 days of work to upgrade to v5.
For a detailed changelog, see the release notes for the following pre-releases:
Changelog
v5.0.0-rc.0
<Error>
background in global ErrorBoundary
(#9913) (fzaninotto)combineDataProvider
throws a runtime error (#9910) (fzaninotto)<List>
should not render <Error>
component on fetch error (#9912) (fzaninotto)useDelete
doesn't delete record if its id
is zero (#9894) (adguernier)<ArrayInput>
to use SourceContext
instead of cloning children (#9911) (adguernier)<SelectArrayInput>
to use default record representation when used inside <ReferenceArrayInput>
(#9902) (djhi)useRegisterMutationMiddleware
stories (#9899) (djhi)yarn
.lock (#9897) (fzaninotto)Changelog
v4.16.19
<ArrayInput>
ghost error after removing scalar item (#9918) (djhi)<SelectInput resettable>
does not reset the value (#9895) (fzaninotto)<SaveButton transform>
usage (#9915) (slax57)Changelog
v5.0.0-beta.3
<TextField>
should call toString
instead of JSON.stringify
for non-string values (#9888) (slax57)<ReferenceInput>
in <ArrayInput>
(#9882) (fzaninotto)ra-audit-log
chapter (#9881) (erwanMarmelab)ra-navigation
chapter (#9877) (erwanMarmelab)Changelog
v5.0.0-beta.1
useAuthProvider
may return undefined when no authProvider
is available (#9861) (slax57)<DatagridBody>
to create <RecordContext>
(#9808) (adguernier)clsx
to v2 (#9822) (MohammedFaragallah)query-string
to v9 (#9812) (MohammedFaragallah)PropTypes
(#9851) (slax57)useNavigation
(#9840) (erwanMarmelab)<DatagridRow>
(#9847) (adguernier)strictNullCheck
errors in examples (#9833) (djhi)useResourceDefinition
return type (#9852) (slax57)