Skip to content

Releases: derzunov/redux-react-i18n

v2.0.1

19 Feb 21:55
Compare
Choose a tag to compare

Tests fix

v2.0.0

19 Feb 21:38
Compare
Choose a tag to compare

Upgrade to Babel 7

v1.3.0

29 May 13:33
Compare
Choose a tag to compare

translatr > 2.x.x with nested keys support
Examples added, readme updated

v1.2.0

14 Apr 00:38
Compare
Choose a tag to compare

Changes

  • Project dependencies updated
  • Some dependencies moved from dependencies to peer dependencies
  • React >= 16 marked as a peer
  • Babel preset "env" instead of latest and 2016 etc
  • Translatr version updated
  • enzyme-adapter-react-16 added
  • Other minor fixes

v1.1.0

23 Mar 18:15
Compare
Choose a tag to compare

Changes

  • Action types constants added
  • 'SET_CURRENT' action renamed to 'SET_CURRENT_LANGUAGE'
  • 'setCurrent' action creator renamed to 'setCurrentLanguage'
  • README.md updated

v1.0.2

23 Mar 17:46
Compare
Choose a tag to compare

Changes

Tests

  • Reducer tests
  • Loc component tests for Russian plural forms

v1.0.0

09 Feb 12:33
Compare
Choose a tag to compare

Major 1.0.0

0.3.30

23 Jan 16:39
Compare
Choose a tag to compare

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

10 Dec 12:24
Compare
Choose a tag to compare

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

01 Dec 19:07
Compare
Choose a tag to compare

Changes

What's in the box

Components:

  • Loc ( Container Component )
  • LocPresentational ( Presentational Component )

Actions

  • setCurrent( languageCode )
  • setLanguages( languageCode )
  • addDictionary( languageCode, dictionary )
  • setDictionaries( dictionaries )

Reducer

  • i18n