Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ra-core

Package Overview
Dependencies
Maintainers
0
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ra-core - npm Package Versions

1
31

4.15.0

Diff

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

Changelog

Source

v4.14.0

  • Add support for lazy-loaded React components (#9260) (fzaninotto)
  • Include full record in <AutocompleteInput> and <AutocompleteArrayInput>'s onChange (#9245) (slax57)
  • Fix top margin of <TopToolbar> to move content up when there is no filter (#9232) (fzaninotto)
  • Add <SortButton sx> prop to customize button style (#9223) (fzaninotto)
  • Add <ResourceMenuItems> to facilitate custom menus (#9212) (fzaninotto)
  • Add <PrevNextButtons> for <Show> and <Edit> views (#9165) (adguernier)
  • Fix Filter Form to show remove button after the input (#9224) (fzaninotto)
  • Fix <PrevNextButtons> to fetch less aggressively (#9209) (fzaninotto)
  • Change the definition of sort order to ASC|DESC (#8466) (zhujinxuan)
djhi
published 4.13.4 •

Changelog

Source

v4.13.4

  • Fix <AutocompleteInput>'s onInputChange is never called (#9240) (tdnl)
  • Fix typo in deprecated <Datagrid> rowStyle message (#9252) (onefifth)
  • [Demo] Add lazy loading to CRM demo to illustrate code splitting (#9255) (fzaninotto)
  • [Doc] Fix typo double text (#9253) (oxwazz)
  • [Doc] Fix typo in <RichTextInput> documentation (#9244) (mhfortuna)
  • [Doc] Fix typos and invalid code fences languages (#9238) (djhi)
slax57
published 4.13.3 •

Changelog

Source

v4.13.3

  • Fix <NumberInput> and <BooleanInput> programmatic focus (#9221) (fzaninotto)
  • Fix useReferenceManyFieldController fails with error when the record is not yet present (#9236) (djhi)
  • Fix bulk actions toolbar styling issue on mobile (#9222) (fzaninotto)
  • [TypeScript] Add inline documentation for most common components (#9234) (fzaninotto)
  • [Doc] Update sx sections to point to the new SX documentation (#9233) (fzaninotto)
  • [Doc] Fix docs anchors and typos (#9235) (WiXSL)
  • [Doc] Fix explanations context in <ReferenceManyToManyInput> documentation (#9228) (adguernier)
  • [Doc] Fix <List actions> example throws an error (#9220) (fzaninotto)
  • [Doc] Fix startup command in project Readme file (#9231) (azizChebbi)
djhi
published 4.13.2 •

Changelog

Source

v4.13.2

  • Fix Guessers should not log in CI by default (#9218) (fzaninotto)
  • Fix package.json should mention peer dependency on react-is (#9201) (kamiyo)
  • Fix validation errors from resolvers are not translated (#9191) (djhi)
  • [Doc] WizardForm: document ability to pass progress={false} (#9216) (slax57)
  • [Doc] Fix typo in useInfiniteGetList doc (#9210) (codyavila)
  • [Doc] Convert <Datagrid> documentation to TS (#9207) (djhi)
  • [Doc] Convert <Admin> documentation to TS (#9206) (djhi)
  • [Doc] display a comment inviting to switch to TS if transpiled code is empty (#9205) (adguernier)
  • [Doc] Add screenshot and screencast for <ReferenceManyToManyInput> and <ReferenceManyToManyField> (#9204) (adguernier)
  • [Doc] Update the Data Fetching documentation (#9200) (fzaninotto)
  • [TypeScript] Fix withLifecycleCallbacks beforeSave return type (#9199) (djhi)
fzaninotto
published 4.13.1 •

Changelog

Source

v4.13.1

  • Fix <ArrayInput> does not apply default values set on inputs (#9198) (djhi)
  • Fix <ReferenceInput queryOptions> does not apply to getMany query (#9197) (fzaninotto)
  • Fix <UpdateButton> with custom notification doesn't close the confirmation dialog (#9196) (fzaninotto)
  • Fix <FilterLiveSearch> uses label as placeholder by default (#9185) (fzaninotto)
  • [TypeScript] Fix missing types for TranslationMessages (#9187) (bicstone)
  • [Doc] Refactor Theming documentation (#9193) (fzaninotto)
  • [Doc] Fix <NumberInput> usage in Filter Forms (#9186) (fzaninotto)
  • [Doc] Convert Inputs Tutorial Examples to TS (#9183) (djhi)
  • [Doc] Convert List Tutorial Examples to TS (#9181) (djhi)
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