Skip to content

Releases: marmelab/react-admin

5.7.4

25 Apr 13:49
v5.7.4
25574b9
Compare
Choose a tag to compare
  • 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 when disableAuthentication is true (#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

18 Apr 15:12
v5.7.3
d260152
Compare
Choose a tag to compare
  • Fix <ShowGuesser> print incorrect code for reference arrays (#10682) (djhi)
  • Fix <RichTextField> should render emptyText 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 overrides null (#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

11 Apr 14:05
v5.7.2
6e0f1cc
Compare
Choose a tag to compare

5.7.1

04 Apr 13:35
v5.7.1
2e62ae4
Compare
Choose a tag to compare

5.7.0

28 Mar 15:37
v5.7.0
d2f449e
Compare
Choose a tag to compare

5.6.4

21 Mar 15:39
Compare
Choose a tag to compare
  • 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

07 Mar 15:44
v5.6.3
6702281
Compare
Choose a tag to compare
  • Fix create-react-admin should correctly generate data.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 and useAutoSave (#10558) (erwanMarmelab)
  • [Typescript] Update Error component to accept sx 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

28 Feb 13:39
v5.6.2
ba89a70
Compare
Choose a tag to compare
  • Make <TabbedForm tabs> use the onChange 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 in dompurify (#10554) (slax57)
  • [Doc] Update <ReferenceManyInput> documentation to mention it cannot reorder its items (#10551) (djhi)
  • [Doc] Improve <FormFillerButton> documentation by explaining the dataProvider.getCompletion() (#10550) (djhi)
  • [Doc] Create a ShowDialog doc (#10548) (erwanMarmelab)
  • [Doc] Document useSourceContext and improve useSimpleFormIteratorItem 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

21 Feb 14:08
Compare
Choose a tag to compare
  • 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 calling onBlur (#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

19 Feb 10:19
v5.6.0
91258c8
Compare
Choose a tag to compare