🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-admin

Package Overview
Dependencies
Maintainers
3
Versions
370
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-admin - npm Package Versions

2345
37

5.8.0

Diff
djhi
published 5.8.0 •

Changelog

Source

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)
djhi
published 5.7.4 •
djhi
published 5.7.3 •

Changelog

Source

5.7.3

  • 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])
djhi
published 5.7.2 •

Changelog

Source

5.7.2

djhi
published 5.7.1 •

Changelog

Source

5.7.1

djhi
published 5.7.0 •

Changelog

Source

5.7.0

slax57
published 5.6.4 •

Changelog

Source

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])
djhi
published 5.6.3 •

Changelog

Source

5.6.3

  • 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)
djhi
published 5.6.2 •

Changelog

Source

5.6.2

  • 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)
slax57
published 5.6.1 •

Changelog

Source

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 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)
2345
37