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.7.0

Diff

Changelog

Source

v4.7.0

  • Add lifecycle callbacks (beforeDelete, afterUpdate, etc.) to facilitate dataProvider customization (#8511) (fzaninotto)
  • Add <Count> and <ReferenceManyCount> components (#8492) (fzaninotto)
  • Add /login-callback route and new optional authProvider.handleLoginCalback() method (#8457) (djhi)
  • Add ability to set anchorOrigin in useNotify (#8541) (fzaninotto)
  • Add ability to pass multiple children to <List> and <Create> (#8533) (fzaninotto)
  • Add <TabbedForm.Tab> and <TabbedShowLayout.Tab> shortcuts (#8525) (fzaninotto)
  • Add ability to pass a tab count in <TabbedForm.Tab> and <TabbedShowLayout.Tab> (#8543) (fzaninotto)
  • Add data sharing across tabs in ra-data-local-storage (#8542) (fzaninotto)
  • Fix <AutocompleteInput create> does not support nested optionText (#8556) (slax57)
  • Use react-query for useAuthState and useAuthenticated (#8496) (djhi)
  • Deprecate usePermissionsOptimised (#8521) (fzaninotto)
  • [TypeScript] Add ability to extend the authProvider (#8551) (djhi)
  • [Doc] Add Realtime documentation (#8555) (fzaninotto)
  • [Doc] Add <DataTimeInput> section about how to build a parse function (#8553) (slax57)
  • [Doc] Fix instructions for setting up a redirection url for third-party auth (#8494) (fzaninotto)
fzaninotto
published 4.6.3 •

Changelog

Source

4.6.3

  • Fix <ListGuesser> links to Edit view even though there is only a ShowView (#8546) (WiXSL)
  • Fix notifications with type 'warning' should use the warning text color from the Material UI palette (#8532) (Seojun-Park)
  • Fix notifications with type 'warning' should use the warning color from the Material UI palette (#8519) (Seojun-Park)
  • [Doc] Improve Index/Reference page (#8550) (fzaninotto)
  • [Doc] Improve <Search> usage documentation (#8527) (fzaninotto)
  • [Doc] Fix <ContainerLayout> is hard to find (#8547) (fzaninotto)
  • [Doc] Fix Theming doc does not mention limitations of custom error page (#8538) (slax57)
  • [Doc] Fix <XXXInput helperText> description to explain that it cannot be used inside a filter (#8531) (slax57)
  • [Doc] Fix useList hook doc contains wrong examples (#8524) (fzaninotto)
  • [Doc] Fix <ImageInput accept> prop examples (#8514) (slax57)
  • [Doc] Show nav sidebar on main navigation page (#8461) (fzaninotto)
fzaninotto
published 4.6.2 •

Changelog

Source

4.6.2

  • Fix <ReferenceArrayInput> and <AutoCompleteInput> when identifiers have the wrong type (#8500) (septentrion-730n)
  • Fix warnWhenUnsavedChanges when navigating to the Show view (#8512) (slax57)
  • Fix useGetIdentity throws an error when no authProvider.getIdentity is defined (#8509) (slax57)
  • Fix <Datagrid> positioning of bulk action buttons (#8504) (fzaninotto)
  • Fix incorrect <Ready> page when dynamically load routes with no resources (#8490) (smeng9)
  • Fix <Ready> page points to the wrong documentation URL (#8495) (fzaninotto)
  • [TypeScript] Fix return type of useShowContext, useEditContext, and useCreateContext (#8497) (fzaninotto)
  • [TypeScript] Fix useReferenceManyFieldController argument type (#8491) (fzaninotto)
  • [Doc] Fix <LocalesMenuButton>'s custom AppBar example and polyglotI18nProvider documentation (#8452) (smeng9)
  • [Doc] Fix <Menu> donc contains invalid code example (#8502) (Aikain)
  • [Doc] Fix <Menu> example misses JSX closing tag (#8493) (the133448)
  • Bump express from 4.16.4 to 4.17.3 (#8487) (dependabot)
fzaninotto
published 4.6.1 •

Changelog

Source

4.6.1

  • Fix <SelectColumnsButton referenceKey> prop handling (#8432) (wcoppens)
  • Fix <TextInput> missing placeholder with Material UI v5.4 (#8439) (kosmotema)
  • Fix <ResourceMenuItem> throws an error when used with only <Resource> as <Admin> children (#8473) (slax57)
  • Fix useReferenceInputController does not pass meta to useReference (#8477) (stesie)
  • Fix ra-input-richtext TipTap dependencies on prosemirror (#8470) (slax57)
  • Fix setSubmissionErrors contains unused code (#8482) (slax57)
  • [Doc] Fix <Datagrid> doc contains invalid code example (#8474) (Aikain)
  • [Doc] Fix <ArrayInput> preview misses clear all button (#8467) (slax57)
  • [TypeScript] Fiw TranslationMessages missing types (#8462) (Aikain)
  • Bump decode-uri-component from 0.2.0 to 0.2.2 dependenciesPull requests that update a dependency file (#8460) (dependabot)
fzaninotto
published 4.6.0 •

Changelog

Source

4.6.0

  • Add UI to reorder fields in <DatagridConfigurable> and <SimpleFormConfigurable> (#8416) (fzaninotto)
  • Add <SimpleFormConfigurable> component (#8395) (fzaninotto)
  • Add <Menu.ResourceItem> component to facilitate menu customization (#8392) (fzaninotto)
  • Add "clear all" button in <SimpleFormIterator> (#8302) (Seojun-Park)
  • Add ability to refresh the user identity in useGetIdentity (#8372) (fzaninotto)
  • Add <ReferenceOneField queryOptions> support (#8348) (fzaninotto)
  • Add support for GraphQL v16 in ra-data-graphql (#8421) (arjunyel)
  • Fix <SavedQueryFilterListItem> sets wrong value for displayedFilters query parameter (#8459) (groomain)
  • Fix <ToggleThemeButton> requires an extra click when initial value is dark (#8455) (septentrion-730n)
  • Fix <NumberInput parse> parses 0 as string (#8454) (slax57)
  • Fix <NumberInput format> does not get triggered after function change (#8453) (smeng9)
  • Fix <ArrayInput> doesn't allow null as value (#8449) (WiXSL)
  • Fix <ResettableTextfield> does not show focus on clear buttons (#8447) (septentrion-730n)
  • Fix <FormDataConsumer> usage with Field children (#8445) (WiXSL)
  • Fix <UserEdit> save usage in simple example (#8435) (WiXSL)
  • Fix useFormGroup isDirty / isTouched state cannot have non-boolean values (#8433) (WiXSL)
  • [Doc] Fix <Datagrid> expand screen capture with expand all button (#8456) (slax57)
  • [Doc] Fix useEditContext example typo (#8444) (guilbill)
fzaninotto
published 4.5.2 •

Changelog

Source

v4.5.2

  • Fix authProvider hooks support for redirectTo: absolute URL (#8382) (fzaninotto)
  • Fix authProvider hooks support for redirectTo: false (#8381) (fzaninotto)
  • Fix <FormDataConsumer> values not being up-to-date on mount (#8340) (WiXSL)
  • Fix <DatagridConfigurable> ignores children without label or source (#8376) (WiXSL)
  • Fix <SelectColumnsButton> styles (#8391) (WiXSL)
  • Bump loader-utils from 1.4.1 to 1.4.2 dependenciesPull requests that update a dependency file(#8396) (dependabot)
  • [Doc] Fix <FilterList> example and anchor (#8401) (WiXSL)
  • [Doc] Fix useReference hook docs (#8385) (WiXSL)
  • [Doc] Fix <AutocompleteInput optionText> defaultValue (#8386) (WiXSL)
  • [Doc] Fix missing error type in useNotify (#8398) (septentrion-730n)
  • [Doc] Improve server side validation example (#8378) (WiXSL)
  • [Doc] Add mention about asterix decoration in required inputs (#8383) (fzaninotto)
  • [Doc] Add AppWrite data provider (#8399) (fzaninotto)
fzaninotto
published 4.5.0 •

Changelog

Source

v4.5.0

  • Add <SelectColumnsButton> and <DatagridConfigurable> components (#8274) (fzaninotto)
  • Add support for <ReferenceArrayInput queryOptions> (#8339) (WiXSL)
  • Add the ability to use <ReferenceArrayInput> without child (#8332) (fzaninotto)
  • Add support for <ReferenceOneField> sort and filter props (#8306) (nicgirault)
  • Add <CSSBaseline> to the default layout for better UI (#8216) (fzaninotto)
  • Fix <SelectInput> throws cannot read property map of undefined error on undefined choices (#8309) (thdk)
  • Fix <AutocompleteInput> should only add an empty option when there is an emptyText (#8305) (WiXSL)
  • Fix <AutocompleteInput> does not repopulate suggestions on blur in when used inside <ReferenceInput> (#8303) (slax57)
  • Fix <AutocompleteInput validate={required()}> displays empty choice (#8296) (slax57)
  • Fix <RadioButtonGroupInput options> prop was ignored (#8299) (fzaninotto)
  • Fix <AutocompleteArrayInput> shows undefined on blur (#8331) (fzaninotto)
  • Fix <CheckboxGroupInput labelPlacement> prop throws a DOM error (#8294) (WiXSL)
  • Fix <CheckboxGroupInput options> prop is ignored (#8291) (fzaninotto)
  • Fix <FilterList> custom label raises a missing translation key warning (#8325) (slax57)
  • Fix <ListButton> doesn't show "Remove all filters" item when using alwaysOn filters (#8324) (WiXSL)
  • Fix <List> page display on dataProvider error (#8319) (WiXSL)
  • Fix <RichTextInput> doesn't update when record field updates (#8314) (WiXSL)
  • Fix localStorageStore deletes non-react-admin items on version change (#8315) (fzan)
  • Bump terser from 5.10.0 to 5.15.1 (#8323) (dependabot)
  • Bump ansi-regex from 4.1.0 to 4.1.1 (#8321) (dependabot)
  • [Doc] Add <ContainerLayout> and <HorizontalMenu> documentation (#8342) (fzaninotto)
  • [Doc] Add Discord server reference in the issue template (#8298) (WiXSL)
  • [Doc] Add tutorial about changing the form validation mode (#8307) (slax57)
  • [Doc] Add example API calls to ra-data-simplerest (#8301) (fzaninotto)
  • [Doc] Fix JsDoc snippets to access record from context instead of props (#8337) (WiXSL)
  • [Doc] Fix examples to access record and id from context instead of props (#8335) (WiXSL)
  • [Doc] Fix Theming typos (#8334) (WiXSL)
  • [Doc] Fix Vite tutorial default style (#8333) (fzaninotto)
  • [Doc] Fix anchors and typos (#8330) (WiXSL)
  • [Doc] Fix Tutorial to better explain component composition (#8327) (fzaninotto)
  • [Doc] Fix <AutocompleteArrayInput> doc (#8322) (fzaninotto)
  • [Doc] Fix Input docs (#8316) (fzaninotto)
  • [Doc] Fix Store snippet about versionning (#8313) (fzan)
  • [Doc] Fix navigation panel version in 404 page (#8311) (slax57)
  • [Doc] Fix typo in useListContext and useChoicesContext hooks (#8310) (cinaaaa)
  • [Doc] Fix typo in Create chapter mentioning the <TextInput multiline> prop (#8290) (thdk)
  • [Doc] Fix Forms documentation to clarify incompatibility of <SaveButton type='button'> with custom Form's onSubmit (#8286) (WiXSL)
  • [Demo] Move e-commerce demo from webpack to vite (#8317) (fzaninotto)
fzaninotto
published 4.4.4 •

Changelog

Source

v4.4.4

  • Fix <ArrayInput> throws an error when providing a helperText (#8276) (slax57)
  • Fix <ArrayInput> makes edited form always dirty on input blur (#8275) (WiXSL)
  • Fix label position config in <CheckboxGroupInput> (#8260) (zhujinxuan)
  • Fix warnWhenUnsavedChange crashes the app when using react-router >= 6.4 (#8272) (fzaninotto)
  • Fix useGetRecordId missing export (#8283) (WiXSL)
  • [Doc] Fix missing upgrade information about <Field> in <SimpleForm> (#8280) (clement-escolano)
  • [Doc] Add <CreateInDialogButton>, <EditInDialogButton> and <ShowInDialogButton> to docs (#8271) (slax57)
  • [Doc] Fix links to <EditInDialogButton> and <CreateInDialogButton> (#8284) (fzaninotto)
  • Bump prismjs from 1.25.0 to 1.27.0 (#8268) (dependabot)
  • Bump node-forge from 1.2.1 to 1.3.1 (#8267) (dependabot)
  • Bump async from 2.6.3 to 2.6.4 (#8266) (dependabot)
fzaninotto
published 4.4.3 •

Changelog

Source

v4.4.3

  • Fix <Loading> component doesn't translate messages (#8269) (WiXSL)
  • [Doc] Fix typos in Input chapter (#8270) (WiXSL)
fzaninotto
published 4.4.2 •

Changelog

Source

v4.4.2

  • Fix null value support in inputs (#8262) (slax57)
  • Fix <AutocompleteInput> doesn't allow clearing the inputs in certain scenarios (#8238) (WiXSL)
  • Fix <Loading> displays translation messages even though it should not (#8261) (alioguzhan)
  • Fix <Loading> message contains trailing dot (#8257) (alioguzhan)
  • Fix internal code workflow for tighter permissions (#8253) (slax57)
  • [Doc] Add ra-keycloak authProvider (#8263) (slax57)
  • [Doc] Fix missing filterToQuery prop in <AutocompleteInput> and <AutocompleteArrayInput> components (#8251) (WiXSL)
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