Skip to content

Releases: ryandrewjohnson/react-localize-redux

v3.2.3

14 Jul 02:36

Choose a tag to compare

  • Fix issue with onMissingTranslation not handling defaultTranslation properly #110

v3.2.2

12 Jul 02:52

Choose a tag to compare

  • Fix bad import in TypeScript definition #106

v3.2.1

10 Jul 02:40

Choose a tag to compare

  • Fix issue where onMissingTranslation would through error when defaultLanguage is not set #101

v3.2.0

25 Jun 02:22

Choose a tag to compare

v3.1.2

23 Jun 03:38

Choose a tag to compare

Update the TypeScript definition for withLocalize #98

v3.1.1

18 Jun 15:56

Choose a tag to compare

Make performance improvements to getTranslationsForLanguage and getSingleToMultilanguageTranslation method. #92

v3.1.0

18 Jun 15:55

Choose a tag to compare

  • Add ignoreTranslateChildren to initialize options. #91
  • Fix issue where Warning: Cannot update during an existing state transition message was appearing #88

v3.0.2

12 Jun 01:55

Choose a tag to compare

  • Remove an errant console.log from LocalizeProvider file.

v3.0.1

05 Jun 01:13

Choose a tag to compare

  • Update package.json peerDependencies react version to 16.3.0 as the Translate component requires getDerivedStateFromProps.

v3.0.0

04 Jun 01:54
9528aff

Choose a tag to compare

I'm happy to announce the latest release of react-localize-redux. New features, new docs, new logo, and now works without Redux by default.

For full list of changes see Change Log.