Releases: marmelab/react-admin
Releases · marmelab/react-admin
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
5.0.0-alpha.0
- 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)
4.16.13
- Fix
<AutocompleteInput createLabel>
(#9712) (fzaninotto) - Fix
<AutocompleteArrayInput>
triggers an infinite loop when disabled (#9717) (fzaninotto) - Fix
<Autocomplete>
loses focus on select (#9718) (fzaninotto) - [Doc] Fix upgrade guide suggest using
defaultProps
override in theme for react-admin components (#9713) (fzaninotto) - [Doc] Fix
readOnly
doc mentions focusable inputs (#9711) (adguernier) - [Doc] Fix
<Layout>
doc links to wrong anchor (#9716) (erwanMarmelab) - [Doc] Fix not parsed
mutationOptions
value inuseNotify
/undoable
(#9697) (ValentinnDimitroff) - [Doc] Add mention to
<AccordionFormPanel>
and<AccordionSection>
aboutlabel
accepting an element (#9699) (erwanMarmelab) - [Doc] Add mention in
<ReferenceManyToManyInput>
about filter usage (#9720) (erwanMarmelab) - [Doc] Add mention in
<StackedFilters>
to include advice on data provider configuration (#9709) (fzaninotto) - [Doc] Add example for
<Search>
and<SearchWithResult>
options
prop (#9700) (erwanMarmelab) - [Doc] Add Reference Fields video to the relevant chapters (#9702) (fzaninotto)
4.16.12
- Fix support for readOnly on all RA Inputs (#9656) (erwanMarmelab)
- Fix AutocompleteInput ignores TextFieldProps (#9681) (fzaninotto)
- Fix
<ArrayInput>
should keep error state on children after unmount (#9677) (sweco-sedalh) - Fix
<SortButton>
should use the providedresource
prop to build its label (#9694) (slax57) - Fix
<ReferenceInput>
throws a recoverable error in production (#9690) (fzaninotto) - [chore] Fix vulnerable dev dependency ip (#9673) (fzaninotto)
- [Doc] Mention the Multi-column sorting feature of
<DatagridAG>
(#9674) (slax57) - [Doc] Fix typo in example showing custom CSV export (#9671) (kav)
4.16.11
- Fix
<FilterForm>
ignoreskey
prop on children (#9588) (Dreamsorcerer) - [Demo] Fix missing tags field in simple example fake dataset raises a warning (#9660) (slax57)
- [chore] Remove unused dependency on wait-on (#9663) (slax57)
- [Doc] Add video tutorial to the Datagrid doc (#9666) (fzaninotto)
- [Doc] Update Datagrid documentation regarding preferenceKey (#9649) (erwanMarmelab)
- [Doc] Fix typo in Caching documentation (#9667) (n-kulic)