Releases: marmelab/react-admin
Releases · marmelab/react-admin
5.7.0
- Add
useCloseNotification
hook (#10614) (djhi) - Add
<Translate>
component (#10605) (erwanMarmelab) - Add ability to pass empty
icon
to all Button components (#10552) (djhi) - Add support for
mutationMode
inuseCreate
(#10530) (djhi) - Update handling for empty
<ChipField emptyText>
(#10591) (guilbill) - Fix
<RichTextInput>
is not fullWidth by default (#10608) (erwanMarmelab) - Fix
useGetOne
returns a never resolving Promise whenid
isnull
(#10624) (slax57) - Fix
<EditGuesser>
produces invalid code for arrays of references (#10619) (djhi) - [Doc] Backport
DatagridAG
doc (#10618) (erwanMarmelab) - [Doc] Add a FAQ entry for duplicate react-hook-form versions (#10617) (djhi)
- [Doc] fix broken link to useQuery documentation (#10616) (thibault-barrat)
- [Doc] Mention that
httpError
triggers a notification (#10609) (erwanMarmelab) - [Doc] Add a tips section on the home page (#10541) (djhi)
5.6.4
- Improve compatibility with some package managers (#10599) (djhi)
- Fix SimpleFormIterator does not display some components correctly (#10606) (djhi)
- Fix
<AutcompleteInput>
,<DateInput>
and<DateTimeInput>
aren't focused when adding a new item in a<ArrayInput>
(#10582) (djhi) - Fix
useDataProvider
should only log errors in development mode (#10515) (vytautassvirskas) - [Doc] Add kanban board demo (#10604) (djhi)
- [Doc] Add strapi v5 data provider (#10593) (fzaninotto)
- [Doc] upgrade multilevelmenu doc (#10590) (erwanMarmelab)
- [Doc] Add a screenshot to the
Tree
doc page (#10600) (erwanMarmelab) - [Doc] Fix ra-i18n-next documentation by using correct function name
convertRaTranslationsToI18next
(#10588) (guilbill) - [Doc] Fix ra-18n-polyglot documentation (#10587) (guilbill)
- [Doc] Add
<EditInDialogButton emptyWhileLoading>
prop documentation (#10586) (guilbill) - [Doc] Add documentation for
<AutoSave disableWarnWhenUnsavedChanges>
(#10585) (guilbill) - [Doc] Fix typo in
ShowDialog
doc (#10583) (erwanMarmelab) - [chore] Fix incorrect description for build-crm in Makefile (#10603) (ghadabezine)
- [chore] Fix
<SimpleListConfigurable>
story (#10592) (erwanMarmelab) - [chore] Fix
<SelectAllButton>
limit story (#10589) (guilbill) - [chore] Fix release script add wrong minor in documentation versions list (#10584) (djhi)
- [chore] Automatically update create-react-admin templates when releasing a new minor version (#10581) (djhi)
- [chore] Add the tag message in release script (#10578) (djhi)
- Bump axios from 1.7.4 to 1.8.2 (#10577) (dependabot[bot])
5.6.3
- Fix
create-react-admin
should correctly generatedata.json
for fakerest (#10573) (djhi) - Fix
useRedirect
might include two slashes in the final pathname (#10572) (djhi) - Fix
helperText
has wrong height when passing an empty string (#10571) (djhi) - Fix offline user experience (#10555) (slax57)
- [Doc] Add Todo app to the list of demos (#10568) (fzaninotto)
- [Doc] Rewrite
create-react-admin
documentation (#10566) (erwanMarmelab) - [Doc] Add Vycanis Modeler to ecosystem page (#10565) (alberteije)
- [Doc] Backport
ra-tree
v10 doc (#10563) (erwanMarmelab) - [Doc] Document how to return
Date
object with<DateTimeInput>
(#10561) (slax57) - [Doc] Improve
AutoSave
anduseAutoSave
(#10558) (erwanMarmelab) - [Typescript] Update
Error
component to acceptsx
prop (#10559) (smeng9) - [TypeScript] Remove usage of
JSX.Element
(#10553) (djhi) - [chore] Skip pushing the documentation changes in release script when in dry mode (#10576) (djhi)
- [chore] Improve release script by automating documentation update (#10575) (djhi)
- [chore] Improve release script by automating enterprise packages tests (#10574) (djhi)
5.6.2
- Make
<TabbedForm tabs>
use theonChange
prop (#10549) (erwanMarmelab) - Fix B&W theme buttons in dark mode (#10557) (fzaninotto)
- Fix create-react-admin generated package.json when using yarn (#10556) (djhi)
- Fix collapsed menu in B&W theme (#10542) (fzaninotto)
- [Doc] Update
<MarkdownInput>
doc to address vulnerability indompurify
(#10554) (slax57) - [Doc] Update
<ReferenceManyInput>
documentation to mention it cannot reorder its items (#10551) (djhi) - [Doc] Improve
<FormFillerButton>
documentation by explaining thedataProvider.getCompletion()
(#10550) (djhi) - [Doc] Create a
ShowDialog
doc (#10548) (erwanMarmelab) - [Doc] Document
useSourceContext
and improveuseSimpleFormIteratorItem
documentation (#10547) (slax57) - [Doc] Fix
<ReferenceInput enableGetChoices>
example (#10543) (slax57) - [chore] Fix release script does not include the changelog in the tag (#10544) (slax57)
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)