Releases: ryandrewjohnson/react-localize-redux
Releases · ryandrewjohnson/react-localize-redux
v3.5.3
- Update typescript definition for onMissingTranslationFunction function
v3.5.2
- Update typescript definition for localizeReducer function
v3.5.1
- ensure that store from props is initialized with initialize from props. #136
v3.5.0
- Adds to withLocalize HOC automatic hoisting to non react statics using hoist-non-react-statics #130
v3.4.1
- Remove remaining references to redux in source #129
v3.4.0
- Add initialize prop to LocalizeProvider to support SSR #118
v3.3.2
- Fix too eager templater reg exp #118
v3.3.1
- Fix issue where falsy values weren't being handled properly in
data
. #117
v3.2.4
- Fix issue where bad
getOptions
selector was causing unnecessary re-renders #111