Releases: marmelab/react-admin
Releases · marmelab/react-admin
5.8.2
- Fix
<AutocompleteInput>
withoptionValue
andcreate
raises a React warning (#10747) (slax57) - Fix
useInfiniteListController
does not return responsemeta
(#10746) (slax57) - Fix
create-react-admin --help
does not show help consistently (#10744) (erwanMarmelab) - Fix compatibility of unit tests with react-hook-form 7.56.x (#10742) (slax57)
- Fix outlined inputs when
label
is false (#10740) (fzaninotto) - Fix
<SelectArrayInput>
sanitizes unused props (#10739) (ghadabezine) - Fix
<ArrayInput>
multiple reset (#10716) (erwanMarmelab) - Fix MUI7 compatibility by not using deprecated system props (#10680) (smeng9)
- [Doc] Fix remaining
<AutocompleteArrayInput>
and<SelectArrayInput>
create
examples (#10741) (slax57) - [Doc] Document how to pass extra options to create-react-admin when using npm create (#10737) (slax57)
- [tips] Backport last AgGrid tips (#10731) (erwanMarmelab)
5.8.1
- Fix
<Confirm>
ignore simple stringtitle
andcontent
props (#10723) (djhi) - Fix
<AutocompleteInput>
and<SelectInput>
renders undefined instead of thecreateLabel
whenoptionText
is a function or arecordRepresentation
is set (#10715) (slax57) - [Doc] Fix documentation build (#10730) (djhi)
- [Doc] Fix documentation deployment for previous versions navigation (#10725) (djhi)
- [Doc] Rewrite
<SelectArrayInput>
create doc (#10711) (Cimanel) - [Doc] Rewrite
<SelectInput>
create doc (#10710) (Cimanel) - [Demo] Fix theme switching (#10732) (djhi)
- [chore] Upgrade vite (#10660) (djhi)
- Bump vite from 6.2.6 to 6.2.7 (#10726) (dependabot[bot])
5.8.0
- Add
<InPlaceEditor>
for edit-in-place (#10690) (fzaninotto) - Add
<DataTable>
component (#10597) (fzaninotto) - Add
<AuthLayout>
to share layout of login page with register & forgot password pages (#10640) (djhi) - Add support for defaultProps override via theme (#10655) (djhi)
- Add support for MUI v7 (#10639) (djhi)
- Add ability to configure
<Loading>
timeout (#10689) (WiXSL) - Improve
<DeleteButton>
and<UpdateButton>
confirmation wording using record representation (#10654) (djhi) - [Doc] Rewrite
<AutocompleteArrayInput>
create doc example (#10700) (Cimanel) - [chore] create-react-admin: Remove sourcemaps from production build (#10693) (slax57)
- Bump json-graphql-server to 3.2.0 (#10713) (fzaninotto)
- Bump react-router from 7.1.1 to 7.5.3 (#10712) (fzaninotto)
5.7.4
- Fix
<FilterLiveForm>
compatibility with react-hook-form 7.55.0, part 2 (#10697) (slax57) - Fix
<SelectInput>
shows gap in border when using no label with outlined variant (#10692) (fzaninotto) - Fix
canAccess
is called even whendisableAuthentication
istrue
(#10691) (slax57) - [Doc] improve AutocompleteInput create example (#10696) (Cimanel)
- [Demo] Fix unneeded check in CRM demo (#10694) (afilp)
- [chore] ESLint: (re)enable import rules (#10685) (slax57)
5.7.3
- Fix
<ShowGuesser>
print incorrect code for reference arrays (#10682) (djhi) - Fix
<RichTextField>
should renderemptyText
when value is an empty string (#10670) (slax57) - Fix TS error when using
EditGuesser
in module's default export (#10669) (slax57) - Fix
useInput
default value overridesnull
(#10665) (djhi) - [Doc] Fix
useNotify
custom notification with close example (#10683) (djhi) - [doc] Add
AutoPersistInStore
doc page (#10681) (erwanMarmelab) - [Doc] Fix docs anchors (#10675) (WiXSL)
- [Doc] Fix Dialog Forms examples regarding
hasCreate
(#10671) (slax57) - [Doc] Explain how React admin handles empty values (#10666) (djhi)
- [Doc] Update NextJS integration (#10664) (djhi)
- [Doc] Document how to setup Remix for production debugging (#10663) (djhi)
- [Demo] Use Echarts instead of rechart (#10677) (fzaninotto)
- [Demo] Fix order chart currency (#10668) (fzaninotto)
- Bump vite from 5.4.16 to 5.4.17 (#10659) (dependabot[bot])
5.7.2
- Fix
<FilterLiveForm>
compatibility with react-hook-form 7.55.0 (#10657) (slax57) - Fix
<AutocompleteInput>
has hole in the outline when nolabel
(#10646) (slax57) - [Doc] Update
TranslationLocales.md
(Portuguese pt-pt) (#10653) (PauloCoelhoP5) - [Doc] Fix links and anchors (#10658) (WiXSL)
- [Doc] Improve
ra-realtime
doc to unlock record (#10648) (erwanMarmelab) - [Doc] Improve
<DatagridAg>
first screenshot (#10647) (erwanMarmelab) - [Doc] Fix documentation build (#10644) (djhi)
- [chore] Improve release script old version doc (#10643) (djhi)
5.7.1
- Fix: Apply a default
defaultValue
onArrayInput
(#10636) (erwanMarmelab) - [Doc] Fix
<Layout error>
documentation (#10642) (djhi) - [Doc] Improve
useNotify
custom notification example (#10638) (djhi) - [Doc] Fix
useCreate
documentation (#10632) (djhi) - [Doc] Fix tips loading in production (#10630) (djhi)
- [chore] Fix
create-react-admin
pnpm template (#10631) (djhi) - [chore] Fix npm warnings when creating new app with
create-react-admin
(#10622) (slax57) - [chore] Fix release script does not update documentation completely (#10627) (djhi)
- Bump vite from 5.4.15 to 5.4.16 (#10633) (dependabot[bot])
- Bump vite from 5.4.14 to 5.4.15 (#10626) (dependabot[bot])
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)