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

ra-core

Package Overview
Dependencies
Maintainers
3
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.13.0

Diff

Changelog

Source

v4.13.0

  • Add <FilterListItem icon> prop to show an icon for each filter list item (#9150) (Guy-Adler)
  • Add transform prop to <DateField> and <NumberField> (#9147) (fzaninotto)
  • Add <RecordRepresentation> to streamline rendering a record as string (#9095) (djhi)
  • Add <UpdateButton> to let users update the current record (#9088) (djhi)
  • Add <CheckForApplicationUpdate> to suggest a reload when the application code has changed (#9059) (djhi)
  • Add <Datagrid rowSx> prop to customize row style for each record (#8925) (zhujinxuan)
  • Update <SimpleList> to fallback to recordRepresentation when not given primaryText (#9172) (fzaninotto)
  • Update <TitlePortal> to allow customization of the page title style (#9171) (fzaninotto)
  • Update <List> mobile layout to display actions first (#9170) (fzaninotto)
  • Update <Input> components width on mobile to make them full width by default (#9169) (fzaninotto)
  • Update <TranslatableInputs> to allow vertical layout (#9126) (slax57)
  • Update <Confirm> to accept a React node as confirmTitle or confirmContent (#9115) (yurassic)
  • Fix <SelectInput> throws error when fetching choices manually (#9179) (fzaninotto)
  • Fix <SelectInput> translates choices even inside a <ReferenceInput> (#9176) (fzaninotto)
  • Fix <SingleFieldList> children don't use default link color (#9174) (fzaninotto)
  • Fix ra-data-provider-fakerest getMany doesn't preserve the ids order (#9168) (fzaninotto)
  • Fix Fields Record Type Parameter (#9092) (djhi)
  • [Doc] Fix tutorial misses step to link references together (#9167) (fzaninotto)
fzaninotto
published 4.12.4 •

Changelog

Source

v4.12.4

  • Fix <FilterLiveSearch> reset button does not reset the value (#9149) (fzaninotto)
  • Fix deprecated defaultProps warnings in React 18 (#9124) (adguernier)
  • [Doc] Add documentation about <BulkUpdateFormButton> and <InputSelectorForm> (#9145) (adguernier)
  • [Doc] Improve <TranslatableFields> chapter (#9154) (adguernier)
  • [Doc] Fix Next.js tutorial for app and pages router (#9131) (adguernier)
  • [Doc] Fix <Admin loginPage={false}> leads to an infinite loop (#9166) (fzaninotto)
  • [Doc] Fix <AutoSaveToolbar> should be used as a ReactElement (#9157) (adguernier)
  • [Doc] Fix <WizardForm> snippet to use a custom progress bar (#9163) (adguernier)
  • [Doc] Fix canAccess and <IfCanAccess> documentation about wildcard action fallback (#9144) (adguernier)
  • [Doc] Fix default perPage value in useList (#9139) (smeng9)
  • [Doc] Fix <Confirm> description of confirm and cancel icon types (#9140) (smeng9)
djhi
published 4.12.2 •

Changelog

Source

v4.12.2

  • Fix useUnique should allow value if the only matching record is the current one (#9118) (djhi)
  • Call checkError when getPermissions fails (#9117) (djhi)
  • Fix useGetManyReference default onSuccess throws when the query is disabled (#9116) (slax57)
  • Fix <TranslatableInputs> should support fullWitdh and sx props (#9104) (djhi)
  • Fix remove unsupported propTypes on <List> (#9101) (WiXSL)
  • Fix <SimpleFormIterator> with <FormDataConsumer> should not re-apply default values (#9094) (slax57)
  • [Demo] Improve CRM Demo Kanban code (#9114) (slax57)
  • [Demo] Replace react-beautiful-dnd by @hello-pangea/dnd to support React 18 (#9097) (slax57)
  • [Doc] add sections to explain explicitly how to disable features like bulk actions (#9086) (adguernier)
  • [Doc] Remove emptyText prop from <AutoCompleteArrayInput> doc as it is not supported (#9073) (gitstart)
djhi
published 4.12.1 •

Changelog

Source

v4.12.1

  • Fix closing browser tab loses undoable mutations without warning (#9072) (adguernier)
  • [Doc] Improve a bit reference to Material UI (#9087) (oliviertassinari)
  • [Doc] Fix code examples syntax errors (#9083) (WiXSL)
  • [Doc] Fix missing close tag in <List> aside snippet (#9082) (slax57)
  • [Doc] fix a typo: replace ise by use in NumberInput doc (#9081) (adguernier)
  • [Doc] Fix react-router outdated doc links (#9079) (slax57)
  • [Doc] Add doc for <BulkUpdateButton> (#9077) (slax57)
  • [Doc] fix a typo in variable template example using polyglot (#9076) (adguernier)
  • [Doc] Add missing backticks for default empty value example (#9075) (adguernier)
  • [Doc] Update Tutorial to use TypeScript by default (#9074) (adguernier)
  • [Doc] Fix <AutompleteInput create> prop example (#9071) (adguernier)
  • [Doc] Fix <ReferenceManyField> chapter snippets to match the example data (#9067) (eboss-dev)
slax57
published 4.12.0 •

Changelog

Source

v4.12.0

  • Add unique validator (#8999) (djhi)
  • Allow disabling store persistence of the list parameters (#9019) (djhi)
  • Add ability to refetch permissions on demand (#8955) (mmateja)
  • Add support for mutationOptions in <BulkUpdateButton> (#9035) (KonkretneKosteczki)
  • Add eslint, prettier and default vite gitignore to create-react-admin (#9055) (djhi)
  • Memoize <AutocompleteInput>'s filterToQuery and improve <AutocompleteInput> and <AutocompleteArrayInput>'s docs about props stability (#9046) (djhi)
  • Update <Link> to honor the underline prop (#8977) (fzaninotto)
  • Fix <DeleteButton> doesn't allow to override the text color (#9060) (adguernier)
  • Fix warning about string value passed to BooleanInput (#9056) (adguernier)
  • Fix demos don't allow to visualize source maps (#9047) (fzaninotto)
  • Fix custom input's onChange handlers should have access to updated context value (#8910) (WiXSL)
  • Upgrade to TS 5 (#8937) (djhi)
  • [Doc] Add SmartRichTextInput, an AI assistant for rich text content (#9052) (fzaninotto)
  • [Doc] Document useRegisterMutationMiddleware (#9031) (djhi)
  • [Doc] Better explain input's default label (#9069) (adguernier)
  • [Doc] Fix sortBy prop value in "Combining Two Fields" chapter (#9048) (adguernier)
  • [Doc] fix links to TanStack Query V3 doc (#9057) (adguernier)
  • [Doc] Fix explanations in "Controlled Mode" section of TabbedShowLayout.md (#9045) (adguernier)
  • [Doc] Fix anchors and typos (#9054) (WiXSL)
  • [Doc] fix a typo in ReferenceOneField documentation (#9053) (adguernier)
  • [Doc] Fix a typo in FieldsForRelationships.md (#9049) (adguernier)
  • [Doc] Fix a typo in TabbedForm.md (#9041) (adguernier)
djhi
published 4.11.4 •

Changelog

Source

v4.11.4

slax57
published 4.11.3 •

Changelog

Source

v4.11.3

  • Fix Save button might stay disabled when using <ArrayInput> with default values (#8971) (henryhobhouse)
  • Fix <Admin> should call authProvider.getPermissions only when given a child function (#9001) (adguernier)
  • Fix <ListView> does not apply CSS classes to its child components (#8995) (djhi)
  • Update ra-input-rich-text tiptap dependencies (#8997) (djhi)
  • [Doc] Add PredictiveTextInput chapter (#9016) (fzaninotto)
  • [Doc] Automatically convert TS examples to JS (#9005) (djhi)
  • [Doc] Mention RBAC forms in documentation (#8996) (djhi)
  • [Doc] Add documentation for Remix v2 routing conventions (#9017) (djhi)
  • [Doc] Add references throughout the documentation about linking two inputs (#9015) (djhi)
  • [Doc] Fix Next.js pages router installation misses src directory (#9012) (fzaninotto)
  • [Doc] Fix broken link in Next installation tutorial (#9011) (fzaninotto)
  • [Doc] Use WebM and MP4 videos instead of GIF for EE components (#9006) (slax57)
  • [Doc] Fix broken link to useLockOnMount in useLock (#9002) (slax57)
  • [Doc] Fix missing closing tag in custom AppBar example code (#9000) (adguernier)
  • [Doc] Update links to the React documentation (#8998) (adguernier)
  • [JSDoc] Fix <ToggleThemeButton> deprecated props JSDoc (#8994) (slax57)
slax57
published 4.11.2 •

Changelog

Source

v4.11.2

  • Fix <ReferenceField> line height isn't consistent with other fields (#8976) (fzaninotto)
  • Fix configurable does not have a targetable root class (#8980) (djhi)
  • Fix <Admin> fails when used in Next.js server components (#8990) (fzaninotto)
  • Fix English translation of auth error message (#8970) (joebordes)
  • Fix linter warnings (#8978) (fzaninotto)
  • Bump vite from 3.2.0 to 3.2.7 (#8981) (dependabot)
  • Fix <AutocompleteArrayInput> 'custom options' story (#8983) (slax57)
  • [TypeScript] Fix <WithRecord> render prop type (#8993) (slax57)
  • [TypeScript] Fix FunctionField render function type expects a nullable record (#8963) (elstgav)
  • [Doc] Add <AutoSave> documentation (#8969) (fzaninotto)
  • [Doc] Add <TreeInput> and <ReferenceNodeInput> chapters (#8974) (fzaninotto)
  • [Doc] Better explain the type of getSource and scopedFormData in <FormDataConsumer> (#8979) (slax57)
  • [Doc] Fix broken link in Realtime documentation (#8991) (fzaninotto)
  • [Doc] Fix <ReferenceArrayInput> section about custom query filter (#8989) (fzaninotto)
  • [Doc] Fix <CreateInDialogButton> usage example (#8988) (slax57)
  • [Doc] Fix links to react-hook-form's doc (#8984) (slax57)
  • [Doc] Fix <Confirm> prop table overflows (#8985) (fzaninotto)
  • [Doc] Fix Remix tutorial mentions outdated postgrest adapter (#8982) (fzaninotto)
  • [Demo] Fix tag list on Mobile (#8975) (fzaninotto)
slax57
published 4.11.1 •

Changelog

Source

v4.11.1

  • Fix <AutocompleteInput> should not use matchSuggestion when in a <ReferenceInput> (#8956) (slax57)
  • Fix <ListView> should show custom empty component with partial pagination (#8945) (yanchesky)
  • [TypeScript] Fix inference errors in Field components (#8962) (fzaninotto)
  • [TypeScript] Fix regression in type of <FunctionField> render (#8964) (slax57)
  • [Doc] Add Next.js app router install instructions (#8965) (fzaninotto)
  • [Doc] Fix NextJS tutorial for the latest version of create-next-app (#8938) (djhi)
  • [Doc] Fix dataProvider.getList() response format error message does not take partial pagination into account (#8957) (yanchesky)
  • [Doc] Fix create-react-admin usage with npx (#8961) (fzaninotto)
djhi
published 4.11.0 •

Changelog

Source

v4.11.0

  • Add <WithListContext> component (#8917) (fzaninotto)
  • Expose setNotifications callback in <NotificationContext> to allow for a custom notifications center (#8914) (smeng9)
  • Add purifyOptions prop to <RichTextField> (#8905) (slax57)
  • Add queryOptions prop to <ReferenceField> (#8895) (WiXSL)
  • Add ability to default to dark mode when users prefer it (#8874) (fzaninotto)
  • Simplify form reset on record change, and forward supported props from useAugmentedForm to useForm (#8911) (slax57)
  • Fix useGetList default onSuccess throws when the query is disabled (#8941) (slax57)
  • Fix <SimpleForm> and <TabbedForm> do not sanitize the resetOptions prop (#8915) (slax57)
  • [TypeScript] Allow to provide the record type to fields and validate the source and sortBy prop (#8863) (djhi)
  • [TypeScript] Fix types that should accept a react-admin record (#8862) (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