18.1.0 (2020-03-30)
- Add i18n.setLanguage(). (387c16c)
18.0.1 (2019-07-25)
- Correctly translate objects with empty strings as result. (c6ee2ec)
18.0.0 (2019-03-25)
- Add
useI18n
hook. (2117745)
- Use of hooks API requires React v16.8.0 or higher.
17.1.0 (2019-02-11)
ignoreMissing
translate option (844cfb9)
17.0.2 (2018-10-22)
17.0.1 (2018-10-19)
- Allow multiple children in I18nProvider. (e3e7977)
17.0.0 (2018-10-19)
- Rewrite in typescript, update to use new React context API. (6f3d759)
- Rewrite in typescript, update to use new React context API.
- Upgrade to react v16.
Translate
now returns bare strings instead of strings in span tags by default.