Skip to content

Latest commit

 

History

History
69 lines (33 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

69 lines (33 loc) · 2.24 KB

18.1.0 (2020-03-30)

Features

  • Add i18n.setLanguage(). (387c16c)

18.0.1 (2019-07-25)

Bug Fixes

  • Correctly translate objects with empty strings as result. (c6ee2ec)

18.0.0 (2019-03-25)

Features

BREAKING CHANGES

  • Use of hooks API requires React v16.8.0 or higher.

17.1.0 (2019-02-11)

Bug Fixes

Features

  • ignoreMissing translate option (844cfb9)

17.0.2 (2018-10-22)

Bug Fixes

  • Don't build source maps. (b0088e9)
  • Make withI18n preserve props of wrapped component. (6cae4f5)

17.0.1 (2018-10-19)

Bug Fixes

  • Allow multiple children in I18nProvider. (e3e7977)

17.0.0 (2018-10-19)

Features

  • Rewrite in typescript, update to use new React context API. (6f3d759)

BREAKING CHANGES

  • Rewrite in typescript, update to use new React context API.

v16.0.0

  • Upgrade to react v16.
  • Translate now returns bare strings instead of strings in span tags by default.