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

ra-i18n-polyglot

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ra-i18n-polyglot - npm Package Versions

1
25

4.4.1

Diff

Changelog

Source

v4.4.1

  • Fix format and parse on <AutocompleteInput> and <SelectInput> (#8237) (byymster)
  • Fix <SelectInput> and <AutocompleteInput> change empty references (#8234) (fzaninotto)
  • Fix <SelectInput emptyValue> accepts null value (#8235) (fzaninotto)
  • Fix <RadioButtonGroupInput> inside <ReferenceInput> when reference ids are numbers (#8229) (slax57)
  • Fix useEditController returns wrong redirectTo value (#8243) (WiXSL)
  • Fix <Datagrid>'s ExpandAllButton conflicts with expandSingle prop (#8221) (WiXSL)
  • Fix development dependencies causing security alerts (#8230) (fzaninotto)
  • Fix <ReferenceInput> story contains a non-story (#8228) (WiXSL)
  • Fix missing test for <SimpleFormIterator> (#8215) (WiXSL)
  • [TypeScript] Fix useCreateController parameter type for onError effect (#8242) (WiXSL)
  • [TypeScript] Fix unused TranslationMessage (#8223) (bicstone)
  • [Doc] Fix <RichTextInput> example (#8245) (WiXSL)
  • [Doc] Fix <RichTextInput> toolbar customization example (#8239) (WiXSL)
  • [Doc] Fix <List perPage> doc misses mention of <Pagination rowsPerPages> relationship (#8244) (WiXSL)
  • [Doc] Fix Upgrade guide typo (#8240) (WiXSL)
  • [Doc] Fix CHANGELOG (#8219) (WiXSL)
fzaninotto
published 4.4.0 •

Changelog

Source

v4.4.0

  • Add <Configurable> components, make <SimpleList> accept template strings (#8145) (fzaninotto)
  • Add useInfiniteGetList hook (#8063) (arimet)
  • Add sanitizeEmptyValues prop to Form components to replace empty values by null (#8188) (fzaninotto)
  • Add emptyText and emptyValue support in <AutocompleteInput> (#8162) (WiXSL)
  • Add cache to usePermissions (#8196) (hiaselhans)
  • Add ability to create independent store configurations for different lists of same resource (#8073) (septentrion-730n)
  • Add emptyText translation on Field components (#8132) (oguhpereira)
  • Add ra-data-localforage data provider (#7959) (arimet)
  • Add queryOptions support in <ReferenceInput> (#8192) (WiXSL)
  • Add better UI to <SimpleFormIterator> (#8124) (fzaninotto)
  • Add expand/collapse all toggle to <Datagrid> header (#8152) (hiaselhans)
  • Add submit event as second argument of <Form> submit handler (#8199) (djhi)
  • Add ability to have custom dataProvider method that don't return a data object (#8159) (oguhpereira)
  • Add ability to set custom routes as <Resource> children (#8079) (hiaselhans)
  • Add support for getLocales in Polyglot i18nProvider (#8143) (fzaninotto)
  • Add support for filter callbacks in useList (#8116) (oguhpereira)
  • Add ability to hide saved queries in <FilterButton> (#8113) (oguhpereira)
  • Add useGetRecordId hook to make react-admin components more versatile (#8103) (arimet)
  • Fix null values cause warning in forms (#8212) (fzaninotto)
  • Fix <SimpleFormIterator> defaultValues when adding a record (#8204) (WiXSL)
  • Fix <ReferenceField> generates a link even though there is nothing to link to (#8202) (thibault-barrat)
  • Fix <FormTab> not turning red after <ArrayInput> global validation error (#8198) (thibault-barrat)
  • Fix warning in Field components (#8158) (fzaninotto)
  • Update Cypress to 10.9.0 (#8211) (arimet)
  • [TypeScript] Fix <Layout> misses sx prop (#8209) (djhi)
  • [TypeScript] Fix useDelete id type doesn't use generic type (#8208) (zhujinxuan)
  • [Doc] Fix outdated tip related to unsupported feature in Server Side validation (#8205) (WiXSL)
  • [Doc] Fix broken links in Show documentation (#8203) (LabisAnargyrou)
  • [Doc] Add useGetRecordId section (#8107) (arimet)
fzaninotto
published 4.3.4 •

Changelog

Source

v4.3.4

  • Fix <SimpleForm> does not sanitize react-hook-form props (#8186) (WiXSL)
  • Fix <ReferenceInput> fetching error makes <AutocompleteInput> unusable (#8183) (fzaninotto)
  • Fix cannot let anonymous users access dashboard (#8180) (fzaninotto)
  • Fix <Datagrid> error when queryOptions contains enable: false (#7987) (yanchesky)
  • [Doc] Fix <FormDataConsumer> usage example (#8189) (WiXSL)
  • [Doc] Add community page (#8187) (fzaninotto)
  • [Doc] Fix "Linking two inputs" code snippet (#8184) (fzaninotto)
  • [Doc] Fix Custom Filter Form example (#8177) (WiXSL)
  • [Doc] Fix linkType prop doc for <SimpleList> and <SingleFieldList> (#8171) (riexn)
fzaninotto
published 4.3.3 •

Changelog

Source

v4.3.3

  • Fix <Confirm> doesn't pass props to the underlying Material UI <Dialog> component (#8176) (WiXSL)
  • Fix performance issue in useGetList and useGetManyReferences (#8174) (djhi)
  • Fix localStorageStore.reset() does not remove all items (#8161) (fzaninotto)
  • [Doc] Fix upgrade doc mentions wrong syntax for <Admin layout> prop (#8169) (herndlm)
  • [doc] Fix custom layout examples miss props forwarding (#8170) (herndlm)
  • [Doc] Fix Input chapter example about sanitizing empty values (#8167) (Cimanel)
  • [Doc] Fix missing import in Routing chapter (#8164) (herndlm)
  • [Doc] Fix useDelete usage in JSDoc (#8160) (slax57)
fzaninotto
published 4.3.2 •

Changelog

Source

v4.3.2

  • Fix useFormState sometimes returns outdated state (#8138) (WiXSL)
  • Fix <ArrayInput> not showing validation error message (#8154) (WiXSL)
  • Fix <FileInput> and <ImageInput> not showing validation error message (#8150) (WiXSL)
  • Fix <AppBar className> prop is ignored (#8148) (WiXSL)
  • Fix <ReferenceManyField> row selection is shared for a given resources (#8149) (WiXSL)
  • Fix useNotify() triggers useless rerenders (#8136) (fzaninotto)
  • Fix <AutocompleteInput> does not allow zero as value (#8144) (WiXSL)
  • [Doc] Add documentation for the <SavedQueriesList> component (#8157) (fzaninotto)
  • [Doc] Fix tutorial about sanitizing empty values (#8156) (fzaninotto)
  • [Doc] Fix Theming doc mentions old syntax of <Menu.Item> (#8137) (fzaninotto)
fzaninotto
published 4.3.1 •

Changelog

Source

v4.3.1

  • Fix <SelectInput> reorders choices by id (#8135) (fzaninotto)
  • Fix global validation not firing after submit with <ArrayInput> (#8118) (slax57)
  • Fix useGetManyAggregate throws "filter is not a function" when getting 401 (#8131) (matthieuMay)
  • Fix <AutocompleteInput clearOnBlur> has no effect (#8123) (WiXSL)
  • Fix dataProvider hooks do not handle pageInfo when updating getList query cache (#8105) (slax57)
  • Fix guesser for of <ReferenceField> and <ReferenceArrayField> do not use recordRepresentation (#8104) (fzaninotto)
  • Fix useGetList's onSuccess side effect overriding internal one (#8102) (slax57)
  • [Doc] Fix ambiguity about <ReferenceInput> label prop (#8128) (fzaninotto)
  • [Doc]: Fix ra-rbac links (#8127) (slax57)
  • [Doc] Fix code error in usage example of ra-data-localstorage README (#8122) (rnllv)
  • [Doc] Fix outdated link to ra-data-postgrest data provider (#8111) (scheiblr)
  • [Doc] Fix <ReferenceArrayField> doc to use a child-less syntax first (#8117) (fzaninotto)
  • [Doc] Fix package name for <JsonSchemaForm> (#8106) (arimet)
  • [Doc] Fix typo in <ReferenceField emptyText> documentation (#8112) (LabisAnargyrou)
  • [Doc] Fix <TabbedForm> chapter to explain how to force scrollable variant (#8109) (arimet)
fzaninotto
published 4.3.0 •

Changelog

Source

v4.3.0

fzaninotto
published 4.2.8 •

Changelog

Source

v4.2.8

fzaninotto
published 4.2.7 •

Changelog

Source

v4.2.7

fzaninotto
published 4.2.6 •

Changelog

Source

v4.2.6

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