Releases: derzunov/redux-react-i18n
Releases · derzunov/redux-react-i18n
v2.0.1
v2.0.0
v1.3.0
v1.2.0
v1.1.0
v1.0.2
v1.0.0
0.3.30
Changes
- Providing props from to inner
Before:
<span style='color: red'><Loc locKey="PageTitle"/></span>
After:
<Loc locKey="PageTitle" style='color: red'/>
What's in the box
Components:
- Loc ( Container Component )
- LocPresentational ( Presentational Component )
Actions
- setCurrent( languageCode )
- setLanguages( languageCode )
- addDictionary( languageCode, dictionary )
- setDictionaries( dictionaries )
Reducer
- i18n
v0.3.29
Changes
- Big picture removed from npm package
- The "Span Problem" solution added to readme
What's in the box
Components:
- Loc ( Container Component )
- LocPresentational ( Presentational Component )
Actions
- setCurrent( languageCode )
- setLanguages( languageCode )
- addDictionary( languageCode, dictionary )
- setDictionaries( dictionaries )
Reducer
- i18n
v0.3.28
Changes
- Reacte Native components moved to another package
- See redux-react-native-i18n
What's in the box
Components:
- Loc ( Container Component )
- LocPresentational ( Presentational Component )
Actions
- setCurrent( languageCode )
- setLanguages( languageCode )
- addDictionary( languageCode, dictionary )
- setDictionaries( dictionaries )
Reducer
- i18n