🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-admin

Package Overview
Dependencies
Maintainers
2
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-admin - npm Package Versions

2345
38

5.9.0

Diff
djhi
published 5.9.0 •

Changelog

Source

5.9.0

  • Add support for customization with MUI theme to inputs (#10772) (Madeorsk)
  • Add support for customization with MUI theme to main views components and buttons (#10771) (Madeorsk)
  • Add support for customization with MUI theme to fields and delete buttons (#10770) (Madeorsk)
  • Add <RecordField> component (#10749) (fzaninotto)
  • Add support for middlewares to useUpdateMany (#10795) (slax57)
  • Allow resource specific translations for pages and buttons (#10686) (djhi)
  • Fix <AutocompleteInput> should not break when overriding input slot props (#10793) (slax57)
  • Fix bulk action buttons hover style (#10788) (djhi)
  • Fix image alignment in ready page in some contexts (#10780) (Madeorsk)
  • Fix useLogoutAccessDenied should not throw when no redirectTo is provided (#10763) (carloshv93)
  • [Doc] AuthProvider List: Add Appwrite (#10798) (slax57)
  • [Doc] DataProvider List: Update Appwrite logo and name (#10787) (slax57)
  • [Doc] Add a migration section in <DataTable> documentation that shows the codemod (#10786) (djhi)
  • [Doc] Mention that helperText also supports translation keys (#10785) (slax57)
  • [Doc] Add deployment instructions (#10783) (Madeorsk)
  • [Doc] Change our Datagrid examples to DataTable (#10766) (erwanMarmelab)
  • [Demo] Remove duplicate file segments.ts (#10792) (slax57)
  • [chore] Ensure tests are working in all environments by running them in US english (#10781) (Madeorsk)
djhi
published 5.8.4 •

Changelog

Source

5.8.4

  • Replace Datagrid by DataTable in Guessers (#10754) (erwanMarmelab)
  • Fix <DataTable> crashes when its data is not a React primitive (#10777) (djhi)
  • Fix(show/edit): Avoid a redirect loop when useGetOne returns an error in shadcn-admin-kit (#10776) (jonathanarnault)
  • Fix disabled <BooleanInput> (#10773) (Madeorsk)
  • Fix: avoid an infinite loop when loading the demo apps for the first time (#10769) (jonathanarnault)
  • Fix <SaveButton> is not enabled when the form is prefilled (from <CloneButton> for instance) (#10765) (djhi)
  • [chore] Add spinner while installing dependencies in create-react-admin (#10778) (djhi)
  • [Doc] Rename convertRaMessagesToI18next to convertRaTranslationsToI18next (#10774) (Madeorsk)
  • [Doc] Fix videos in <DataTable> docs (#10775) (Madeorsk)
djhi
published 5.8.3 •

Changelog

Source

5.8.3

  • Fix potential prototype-polluting assignment in ra-data-local-storage (#10758) (fzaninotto)
  • [Doc] Document that optionValue only works with the choices prop (#10760) (slax57)
  • [Doc] Fix typo in <SelectInput> disabled choice example (#10753) (notz)
  • [Doc] Fix create-react-admin instructions when using yarn (#10752) (erwanMarmelab)
  • [Doc] Update <AutoPersistInStore> implementation explanation (#10751) (erwanMarmelab)
  • [Doc] Add a new third-party component huyanhvn/react-admin-clipboard-field (#10736) (huyanhvn)
djhi
published 5.8.2 •

Changelog

Source

5.8.2

  • Fix <AutocompleteInput> with optionValue and create raises a React warning (#10747) (slax57)
  • Fix useInfiniteListController does not return response meta (#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)
djhi
published 5.8.1 •

Changelog

Source

5.8.1

  • Fix <Confirm> ignore simple string title and content props (#10723) (djhi)
  • Fix <AutocompleteInput> and <SelectInput> renders undefined instead of the createLabel when optionText is a function or a recordRepresentation is set (#10715) (slax57)
  • [Doc] Fix documentation build (#10730) (djhi)
  • [Doc] Fix documentation deployment for previous versions navigation (#10725) (djhi)
  • [DOC] Rewrite select array input create doc (#10711) (Cimanel)
  • [DOC] selectInput create example + storie (#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])
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 •

Changelog

Source

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

2345
38