Skip to content

Releases: ryandrewjohnson/react-localize-redux

Fix bad types for new Translate component

07 Apr 02:31

Choose a tag to compare

Some bad flow type definitions were committed in v2.17.0 - this should fix those issues.

Add Translate component

07 Apr 00:40

Choose a tag to compare

  • Add new <Translate /> component which is now the recommended way to access translations in your components.
  • Deprecate localize HOC method
  • update docs

Updates to translate and localize

03 Mar 04:16

Choose a tag to compare

Minor fixes

03 Feb 21:33

Choose a tag to compare

  • Update localize to handle state objects which are maps #49
  • Update broken links in docs

Small fix to type defintions

24 Jan 01:28

Choose a tag to compare

update type definitions to make missingTranslationMsg optional

Add new option for custom missing translation messages

22 Jan 15:44

Choose a tag to compare

Fix bad import on flow definition

19 Jan 02:16

Choose a tag to compare

Guess what .... TypeScript fix!

24 Nov 02:50

Choose a tag to compare

Fixes issue #35 (incorrect type definition for localize method)

Yet another damn type definition fix 😇

11 Nov 04:13

Choose a tag to compare

  • Overhauled the flow type structure, as it was not properly exporting declared functions
  • Fixed a couple of the type defs that were incorrect

Type defintion fixes

10 Nov 16:23

Choose a tag to compare

  • move flow types into the index file as they were not being exported properly
  • fix Translate type for both typescript and flow, as data param was incorrectly labeled as required