All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.1.3 (2024-10-16)
Note: Version bump only for package @m6web/react-i18n
3.1.2 (2023-12-22)
- react-i18n: update dependencies
3.1.1 (2023-11-28)
- react-i18n: optimize lodash imports (9f95897)
3.0.1 (2022-04-28)
3.0.0 (2022-01-20)
Note: Version bump only for package @m6web/react-i18n
2.0.1 (2022-01-10)
2.0.0 (2022-01-07)
1.9.2 (2021-03-17)
Note: Version bump only for package @m6web/react-i18n
1.9.1 (2021-03-09)
Note: Version bump only for package @m6web/react-i18n
1.9.0 (2021-03-08)
- build: fix build to make the lib importable (97e59c5)
- index: fix export and require in provider (#2) (73c9814)
- pluralize: introduce a general param for translate function (#7) (36b9395)
- react-i18n: exports hook in index.js (#18) (c7c3fb8)
- react-i18n: remove unused contextType in component (41d99e1)
- react-i18n: add errorCallback for missing translations (#54) (56fac7d)
- react-i18n: add HtmlTrans component to render HTML translations (#8) (6b1ea53)
- react-i18n: allow react element in HtmlTrans element prop (#15) (31b89fc)
- react-i18n: export tFunction from utils (#47) (9d2cde2)
- react-i18n: interpolate JSX tags inside translations (#22) (1e00a17)
- react-i18n: upgrade to React 16.4 and use context API (#9) (e807481)