Releases: marmelab/react-admin
Releases · marmelab/react-admin
5.6.1
- Fix create-react-admin package manager detection (#10534) (djhi)
- Fix create-react-admin does not ignore auth-provider when specified and using supabase (#10533) (djhi)
- Fix
<NumberInput>
and<AutocompleteInput>
do not forward the event when callingonBlur
(#9730) (yanchesky) - [Doc] Fix dialogs
title
doc (#10536) (erwanMarmelab) - [Doc] Fix
<DatagridAGClient>
access control's doc (#10535) (erwanMarmelab) - [Doc] Promote composition with
<ListLiveUpdate>
instead of<ListLive>
(#10531) (djhi) - [Doc] Fix some videos do not play in Firefox for MacOS users (#10524) (erwanMarmelab)
5.6.0
- Add
<LoginWithEmail>
to facilitate login with email (#10518) (fzaninotto) - Add B&W Theme (#10523) (fzaninotto)
- Make
create-react-admin
non interactive by default and supportra-supabase
(#10511) (djhi) - Support custom
ReactNode
in<ReferenceOneField emptyText>
(#10450) (erwanMarmelab) - Update
<ArrayInput>
to throw an error when using outdateddisabled
prop (#10529) (fzaninotto) - [Doc] Add
HorizontalMenu
doc (#10528) (erwanMarmelab) - [Doc] Add
<FormFillerButton>
documentation (#10527) (djhi) - [chore] Fix CI jobs that run on new tag (#10525) (slax57)
5.5.4
- Fix
<FilerLiveForm>
does not allow to clear filters (#10522) (djhi) - Fix
create-react-admin
withra-data-fakerest
ignore custom resources (#10502) (djhi) - Remove doc from published
react-admin
package (#10505) (djhi) - [Doc] Backport
<DatagridAG>
and<DatagridAGClient>
access control's doc (#10521) (erwanMarmelab) - [Doc] Backport
title={null}
's doc on dialog components (#10520) (erwanMarmelab) - [Doc] Update doc to mention the dependency on
@ag-grid-community/styles
(#10510) (erwanMarmelab) - [Doc] Update
warnWhenUnsavedChanges
's doc on dialog forms (#10509) (erwanMarmelab) - [Doc] Update docs to mention
format
prop for timezone adjustment (#10506) (ogroppo) - [Doc] Add "Guides and Concepts" section (#10477) (fzaninotto)
- [Doc] Deprecate mui v6 system props (#10463) (smeng9)
- [Demo] Fix build (#10499) (djhi)
- [Chore] Rename directories for local storage data providers (#10507) (erwanMarmelab)
- [Chore] Bump serialize-javascript from 6.0.1 to 6.0.2 (#10508) (dependabot[bot])
v5.5.3
- Fix
useHandleCallback
compatibility withReact.StrictMode
(#10486) (erwanMarmelab) - [Doc] Fix
useList
usage contains incorrect code snippet (#10491) (fzaninotto) - [Doc] Add Working with Dates section to
<DatagridAG>
docs (#10487) (slax57) - [Demo] Fix vite config in Simple and CRM demos (#10475) (slax57)
- Make the CI fail on
console.error
in tests (#10480) (erwanMarmelab)
5.5.2
5.5.1
- Fix TabbedForm and TabbedShowLayout with react-router v7 (#10469) (slax57)
- Simplify ra-data-localforage setup (#10455) (djhi)
- [Doc] Document how to have sourcemaps in production (#10466) (djhi)
- [Doc] Impove
scrollToTop
in buttons doc and document_scrollToTop
inuseRedirect
(#10449) (erwanMarmelab) - [Doc] Document live filtering with
ReferenceManyField
andReferenceManyToManyField
(#10467) (erwanMarmelab) - [Doc] Fix the
<ReferenceManyToManyInput mutationOption={{onError}}>
doc (#10462) (erwanMarmelab) - [Doc] Fix link to Spanish translation package (#10457) (adrien-may)
- [Doc] Udate
MultiLevelMenu
screenshot (#10468) (erwanMarmelab) - [Demo] Simplify demo titles (#10461) (djhi)
- [Demo] Fix UI glitches due to multiple conflicting MUI packages (#10464) (djhi)
- [Tutorial] Fix tutorial has multiple conflicting MUI packages (#10465) (djhi)
v5.5.0
- Add support for React router v7 (#10440) (djhi)
- Add support for MUI v6 (#10439) (djhi)
- Add support for React 19 (#10437) (djhi)
- Add a SELECT ALL button in the
<BulkActionsToolbar>
(#10367) (erwanMarmelab) - Add
<TextArrayInput>
to edit arrays of strings (#10384) (fzaninotto) - Add ability to prefill an edition form with modifications (#10412) (djhi)
- Add
<SimpleList rowClick>
prop (#10385) (djhi) - Add support for runtime introspection in GraphQL Data Providers (#10444) (djhi)
- Fix Nano theme legibility (#10433) (fzaninotto)
- Fix
<Authenticated>
briefly renders its children whencheckAuth
returns error (#10443) (adrien-may) - Fix
useDelete
does not invalidate cache inpessimistic
mode (#10446) (fzaninotto) - Fix
react-router
deprecation warnings in react-admin default router - Revert #10417 as it causes issues with
<StackedFilters>
- [TypeScript] Allow providing error type in dataProvider and controllers hooks (#10445) (djhi)
- [Doc] Add vitest tutorial (#10453) (smeng9)
- [Doc] Remove mention of obsolete time input community package (#10451) (erwanMarmelab)
- [Doc] Fix
DateInput
,TimeInput
, andDateTimeInput
documentation (#10447) (erwanMarmelab) - [Doc] Explain
openOnFocus
in<AutocompleteInput>
with StrictMode (#10442) (djhi)
5.4.4
- Fix
useUpdate
ignoresmeta
when populating the query cache in pessimistic mode (#10422) (slax57) - Fix
<ArrayInput>
makes the form dirty in strict mode (#10421) (djhi) - [Doc] Add video to the Getting Started tutorial (#10438) (fzaninotto)
- [Doc] Fix invalid code example in Writing Your Own Field Component tutorial (#10428) (Aikain)
- [Doc] Backport
ReferenceManyToMany
's error support documentation (#10426) (erwanMarmelab) - [Chore] Add a check for videos format in CI (#10441) (djhi)
- [Storybook] Fix
<ArrayField>
Story (#10436) (djhi)
5.4.3
- Fix
<FormDataConsumer>
causes its children to flicker (#10417) (djhi) - [Doc] Remove
<ShowBase emptyWhileLoading>
from the docs (#10416) (slax57) - [Doc] Introduce
<DatagridAG>
custom cell editors (#10410) (djhi) - [Doc] Update Access Control instructions following ra-rbac update (#10409) (djhi)
- [Doc] Fix
<TreeWithDetails filter>
doc chapter (#10406) (erwanMarmelab) - Bump nanoid from 3.3.7 to 3.3.8 (#10414) (dependabot[bot])
5.4.2
- Fix: Improve AutocompleteInput creation support (#10391) (djhi)
- Fix
useLogin
should invalidate thegetPermissions
cache (#10392) (slax57) - Fix
<Datagrid>
rowClick
function cannot expand or select (#10404) (djhi) - Fix
<FileInput>
triggersonChange
twice with latest version ofreact-dropzone
(#10402) (slax57) - Fix type of disableClearable prop for AutocompleteInput (#10393) (smeng9)
- [Doc] Backport
<ReferenceManyToManyField queryOptions>
and<ReferenceManyToManyInput queryOptions mutationOptions>
doc (#10403) (erwanMarmelab) - [Doc] Fix
<DateRangeInput>
import syntax (#10399) (erwanMarmelab) - [Doc] Introduce
<TreeWithDetails filter>
prop to render a sub tree (#10398) (djhi)