Releases: marmelab/react-admin
Releases · marmelab/react-admin
5.0.0-beta.3
- Fix React requirement is too strict on npm (#9879) (fzaninotto)
- Fix success side effects run after error on refetch (#9878) (fzaninotto)
- Fix
<TextField>
should calltoString
instead ofJSON.stringify
for non-string values (#9888) (slax57) - Fix
<ReferenceInput>
in<ArrayInput>
(#9882) (fzaninotto) - [Doc] Update
ra-audit-log
chapter (#9881) (erwanMarmelab) - [Doc] Update
ra-navigation
chapter (#9877) (erwanMarmelab) - [Storybook] Fix some stories appear broken on devices which prefer dark mode (#9880) (slax57)
5.0.0-beta.2
5.0.0-beta.1
- Fix mutation middlewares (#9855) (djhi)
- Fix
useAuthProvider
may return undefined when noauthProvider
is available (#9861) (slax57) - Fix race condition between HTTP error notification and server-side validation error notification (#9848) (slax57)
- Update
<DatagridBody>
to create<RecordContext>
(#9808) (adguernier) - Update
clsx
to v2 (#9822) (MohammedFaragallah) - Update
query-string
to v9 (#9812) (MohammedFaragallah) - Update minimal requirement to React 18 (#9827) (fzaninotto)
- Remove support for React
PropTypes
(#9851) (slax57) - [Doc] Add Forms dedicated chapter (#9864) (fzaninotto)
- [Doc] Fix typos, anchor and examples (#9846) (WiXSL)
- [Doc] Explain how to change page with
useNavigation
(#9840) (erwanMarmelab) - [Doc] Add story for custom
<DatagridRow>
(#9847) (adguernier) - [Demo] Add task management to CRM app (#9842) (fzaninotto)
- [Demo] Fix
strictNullCheck
errors in examples (#9833) (djhi) - [TypeScript] Fix
useResourceDefinition
return type (#9852) (slax57) - [Chore] Optimize CI (#9857) (djhi)
- [Chore] Fix yarn cache in CI workflows (#9829) (fzaninotto)
- [Chore] Avoid using MUI in ra-core (#9831) (djhi)
- [Chore] Speed up unit tests by not using MUI Icons barrel files (#9828) (fzaninotto)
4.16.18
- Fix
<Datagrid>
uses wrong element for "Select All" label (#9826) (fzaninotto) - Fix
<ListView>
crashes when inside a tab (#9824) (fzaninotto) - Fix warning about
defaultProps
in React 18.3 (#9832) (djhi) - Bump ejs from 3.1.8 to 3.1.10 (#9814) (dependabot bot)
- [Doc] Improve doc for
<Autocomplete onCreate>
and similar props (#9858) (fzaninotto) - [Doc] Add missing
fetchUtils
import to make custom httpClient snippet clearer in TypeScript (#9843) (adguernier) - [Doc] update italian locale reference (#9830) (christianascone)
- [Doc] Fix Input usage mentions
disabled
instead ofreadOnly
(#9825) (fzaninotto) - [Typescript] Fix compilation error in
<MenuItemLink>
,<ResettableTextField>
and<InspectorButton>
with latest@types/react
(#9853) (ilia-os) - [Storybook] Fix
<TitlePortal>
stories (#9834) (djhi)
5.0.0-beta.0
This version contains breaking changes. Check the 5.0 upgrade guide to upgrade your application.
- Add
<ReferenceFieldBase>
(#9698) (djhi) - Add
<ReferenceInputBase>
(#9672) (djhi) - Add
<ReferenceManyField queryOptions>
prop (#9750) (erwanMarmelab) - Add
<List storeKey={false}>
to disable all store interactions (sort, pagination, filters and now also selection state). (#9742) (nbalaguer) - Add ability to set Button default props via theme (#9735) (fzaninotto)
- Add a global
ErrorBoundary
(#9799) (erwanMarmelab) - Update GraphQL data provider builders to return a data provider rather than a Promise (#9820) (djhi)
- Update
useInput
to generate a unique id by default (#9788) (erwanMarmelab) - Update
<List>
to restore scroll position when coming from Edit and Create views side effects (#9774) (djhi) - Update
<SimpleFormIterator>
so that it doesn't clone buttons (#9805) (djhi) - Update
react-error-boundary
to v4 (#9819) (MohammedFaragallah) - Update
react-i18next
to v14 (#9818) (MohammedFaragallah) - Update
react-dropzone
to v14 (#9811) (MohammedFaragallah) - Update
date-fns
to v3 (#9801) (MohammedFaragallah) - Update
@mui
to v5.15 (#9763) (djhi) - Update
inflection
to v3 (#9804) (MohammedFaragallah) - Remove deprecated props (#9789) (adguernier)
- Remove condition restricting error display to touched inputs (#9781) (slax57)
- Remove
<ReferenceManyFieldView>
(#9821) (djhi) - Fix CI action warnings (#9794) (fzaninotto)
- Fix
<SimpleList>
always returns empty when controlled (#9802) (fzaninotto) - Fix react-admin requires custom routers to be data routers (#9723) (fzaninotto)
- Fix
<SimpleList>
<Basic>
story (#9792) (adguernier) - Backport changes from master (#9765) (slax57)
- [Doc] Fix typo in tanstack query in migration docs (#9780) (smeng9)
- [Doc] Fix imported tanstack devtools package (#9736) (smeng9)
- [Demo] Rename commands to orders in
data-generator-retail
(#9800) (djhi) - [Demo] Restore examples production profiling & fix build warnings (#9817) (djhi)
- [TypeScript] Add better types to data-generator (#9764) (djhi)
- [TypeScript] Fix remaining strictNullCheck errors in ra-ui-materialui (#9797) (djhi)
- [TypeScript] Make types more strict in ra-ui-materialui, part III (#9795) (fzaninotto)
- [Typescript] Make types more strict in ra-ui-materialui, part II (#9790) (fzaninotto)
- [TypeScript] Make types more strict in ra-ui-materialui (#9761) (fzaninotto)
- [TypeScript] Make types more strict in ra-core, part III (#9760) (fzaninotto)
- [TypeScript] Make types more strict in ra-core, part II (#9743) (fzaninotto)
- [TypeScript] Make types more strict in ra-core (#9741) (fzaninotto)
4.16.17
4.16.16
- Fix
<Admin requireAuth>
forbids access to custom routes with no layout (#9786) (fzaninotto) - [Doc] Add Soul data provider (#9776) (fzaninotto)
- [Doc] Update third-party Inputs to add link to Google Places AutocompleteInput (#9771) (quentin-decre)
- [Doc] Update
<Search>
and<SearchWithResult>
to introducequeryOptions
(#9779) (erwanMarmelab) - [Doc] Update RBAC to better explain the difference between the built-in actions (#9766) (slax57)
- [Doc] Fix
<SimpleForm>
has wrong import for<RichTextInput>
(#9775) (anthonycmain) - [Doc] Fix
<RichTextInput>
typo on TipTap (#9759) (adguernier) - [Doc] Update
<JsonSchemaForm>
to add details about available widgets (#9758) (adguernier) - [TypeScript] Fix warning in
create-react-admin
(#9728) (hbendev)
4.16.15
4.16.14
- Fix
<FilterButton>
does not support the variant prop (#9751) by (adguernier) - [Demo] Fix error when viewing newly created deals in CRM demo (#9733) by (erwanMarmelab)
- Bump express from 4.17.3 to 4.19.2 (#9747) by (dependabot)
- Bump webpack-dev-middleware from 6.1.1 to 6.1.2 (#9739) by (dependabot)
- [Doc] Update
<RichTextInput>
to explain how to access the editor object (#9731) by (erwanMarmelab) - [Doc] Update "Writing a Data Provider" chapter to include test advice (#9738) by (fzaninotto)
- [Doc] Update RBAC to mention ability to define permissions on an array of resources (#9729) by (erwanMarmelab)
5.0.0-alpha.1
- Fix cross-package dependencies still reference v4.x