Skip to content

v2.0.0

Compare
Choose a tag to compare
@ryandrewjohnson ryandrewjohnson released this 20 Jun 01:25
· 190 commits to master since this release

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