Skip to content

Releases: ryandrewjohnson/react-localize-redux

v2.0.0

20 Jun 01:25
Compare
Choose a tag to compare

The primary goal of this release was to simplify certain areas of the library.

  1. Less repetition in translations data with new format.
  2. Avoid having to use localize on Components that are already using connect. In v2 you use selectors in mapStateToProps instead.
  3. No more local vs global translations. All translations are added with the same action creator addTranslations
  4. Optimizations made using reselect on selectors

New features:

For detailed migration guide see migrating from v1 to v2

v1.1.2

10 May 01:36
Compare
Choose a tag to compare

fix typo on currentLanguage prop

v1.1.1

19 Apr 02:27
Compare
Choose a tag to compare
  • Updated getLocalizedElement to be smarted and only render HTML tags when they are included in translation strings

v1.1.0

17 Feb 03:59
Compare
Choose a tag to compare

Features

  • update translate function to allow for dynamic insertion of variables into localized strings