React Localize Redux Versions Save

Dead simple localization for your React components

v3.5.3

5 years ago
  • Update typescript definition for onMissingTranslationFunction function

v3.5.2

5 years ago
  • Update typescript definition for localizeReducer function

v3.5.1

5 years ago
  • ensure that store from props is initialized with initialize from props. #136

v3.5.0

5 years ago
  • Adds to withLocalize HOC automatic hoisting to non react statics using hoist-non-react-statics #130

v3.4.1

5 years ago
  • Remove remaining references to redux in source #129

v3.4.0

5 years ago
  • Add initialize prop to LocalizeProvider to support SSR #118

v3.3.2

5 years ago
  • Fix too eager templater reg exp #118

v3.3.1

5 years ago
  • Fix issue where falsy values weren't being handled properly in data. #117

v3.3.0

5 years ago

v3.2.4

5 years ago
  • Fix issue where bad getOptions selector was causing unnecessary re-renders #111