New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ra-ui-materialui

Package Overview
Dependencies
Maintainers
3
Versions
345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ra-ui-materialui - npm Package Versions

1
35

4.15.3

Diff

Changelog

Source

v4.15.3

  • Fix <AutocompleteInput> clear button appears over the BulkActionsToolbar (#9413) (erwanMarmelab)
  • [Doc] Add screencasts for <StackedFiltersForm> and update code snippets (#9410) (adguernier)
  • [Doc] Add a chapter for <SearchInput> (#9409) (erwanMarmelab)
  • [Doc] Update data prodicer chapter to explain how to upload file with with FormData (#9402) (adguernier)
fzaninotto
published 4.15.2 •

Changelog

Source

v4.15.2

slax57
published 4.15.1 •

Changelog

Source

v4.15.1

  • Fix <SelectColumnsButton> throws errors when reordering the columns (#9369) (slax57)
  • Fix <ReferenceField sx> is ignored when link={false} (#9373) (fzaninotto)
  • Fix useGetList optimistic cache update leads to ui freeze when too many records are returned (#9359) (slax57)
  • Fix <BooleanInput> color prop should be configurable globally via MUI defaultProps system (#9361) (septentrion-730n)
  • Fix security vulnerability in dev dependencies due to outdated storybook (#9374) (fzaninotto)
  • [Doc] Fix <Confirm> doc snippet mentions wrong Datagrid prop name (#9362) (omegastripes)
  • [Doc] Explain how <PasswordInput> can be used to update a password (#9354) (fzaninotto)
  • [Doc] Improve <Calendar> documentation (#9367) (mchaffotte)
  • [Doc] Improve <StackedFilters> documentation (#9364) (mchaffotte)
  • [Doc] Fix old MUI import path in code snippets (#9372) (fzaninotto)
  • [Demo] Improve customer aside (#9356) (fzaninotto)
fzaninotto
published 4.15.0 •

Changelog

Source

v4.15.0

  • Add Nano, Radiant and House themes (#9316) (adguernier)
  • Add ra-i18n-i18next, an i18n adapter for i18next (#9314) (djhi)
  • Add <Menu.Item>content</Menu.Item> syntax (#9242) (fzaninotto)
  • Add support for <ReferenceArrayField queryOptions> (#9275) (adguernier)
  • Add support for confirmColor prop to <DeleteButton> and <BulkDeleteButton> (#9342) (IAmVisco)
  • Add ability to pass url state in <CreateButton> (#9319) (mchaffotte)
  • Add ability to customize ra-data-graphql-simple further (#9296) (dricholm)
  • [Doc] Update yarn linking instruction (#9341) (smeng9)
fzaninotto
published 4.14.6 •

Changelog

Source

v4.14.6

  • Fix <DatagridConfigurable> editor allows to drag fields outside its list (#9351) (djhi)
  • [Doc] Fix <DatagridConfigurable> docs missing tip about unlabeled column (slax57)
  • [Doc] Fix <StackedFilters> usage examples (#9345) (mchaffotte)
  • Bump postcss from 8.4.18 to 8.4.31 (#9339) (dependabot)
  • Bump zod from 3.22.1 to 3.22.3 (#9338) (dependabot bot)
djhi
published 4.14.5 •

Changelog

Source

v4.14.5

  • Fix <FilterForm> freezes the app when a deeply nested filters are reset (#9337) (djhi)
  • Fix useUnique send request even if the field value is empty (#9334) (adguernier)
  • Fix <RichTextInput> does not update when its editorOptions prop changes (#9289) (djhi)
  • [Doc] Update Remix Instructions (#9329) (djhi)
  • [Doc] Update third-party component section; new date/time inputs (#9326) (ZachSelindh)
djhi
published 4.14.4 •

Changelog

Source

v4.14.4

  • Fix inputs with disabled={false} throw an error (workaround) (#9313) (slax57)
  • Fix useCreate does not refresh the list cache (#9312) (fzaninotto)
  • [Doc] Add i18n InputHelperText section to Inputs/useInputs docs (#9315) (ZachSelindh)
  • [Doc] Add beginner mode to hide advanced doc chapters (#9306) (fzaninotto)
  • [Doc] Fix anchors (#9305) (WiXSL)
slax57
published 4.14.3 •

Changelog

Source

v4.14.3

  • Fix <PrevNextButton> default style (#9290) (fzaninotto)
  • [Doc] Add <SolarLayout> component (#9282) (fzaninotto)
  • [Doc] Add link to ra-auth-google, authProvider for Google Identity (#9284) (fzaninotto)
  • [Doc] Improve tutorial screencast (#9298) (fzaninotto)
  • [Doc] Explain how to disable menu item with RBAC (#9293) (adguernier)
  • [Doc] Add Real Time Notifications section in Realtime introduction (#9304) (djhi)
  • [Doc] Update <CreateDialog> documentation about edit conflict (#9295) (djhi)
  • [Doc] Update <ReferenceManyToManyInput> documentation about children default value (#9294) (djhi)
  • [Doc] Fix typo in useRegisterMutationMiddleware introduction part (#9291) (youjin-10)
  • [Doc] Fix typo in Features example (#9286) (fzaninotto)
  • [Demo] Fix ReviewList shows horizontal scrollbar on mobile (#9297) (fzaninotto)
slax57
published 4.14.2 •

Changelog

Source

v4.14.2

Failed release, do not use.

djhi
published 4.14.1 •

Changelog

Source

v4.14.1

  • Fix filters not matching inputs are ignored without syncWithLocation (#9283) (djhi)
  • Fix create-react-admin does not include gitignore (#9280) (djhi)
  • Fix <RichTextInput> does not trigger onBlur (#9272) (slax57)
  • Fix <TopToolbar>: React does not recognize the hasCreate prop on a DOM element (#9267) (slax57)
  • Fix usePermissions should only log errors in development mode (#9262) (NidhiSharma63)
  • [Doc] Improve Example REST Implementation when calling create with partial data (#9276) (slax57)
  • [Doc] Improve <Breadcrumb> documentation (#9271) (fzaninotto)
  • [Doc] Improve <ReferenceManyToManyInput> documentation (#9270) (adguernier)
  • [Doc] Improve and reorder <ReferenceManyToManyField> documentation (#9269) (adguernier)
  • [Doc] Fix external link in <FileInput> and <ImageInput> (#9268) (WiXSL)
  • [Doc] Fix <SaveButton> example (#9266) (WiXSL)
  • [Doc] Explain how to lazy load <RichTextInput> (#9263) (fzaninotto)
  • [Doc] Fix typos on Admin, Architecture, EditTutorial, Features, Fields, Inputs, and Tutorial pages (#9259) (mchaffotte)
  • [Demo] Fix preferences are shared between demos (#9264) (mchaffotte)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc