Skip to content

Latest commit

 

History

History
106 lines (40 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

106 lines (40 loc) · 4.77 KB

Change Log

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)

Chore

  • react-i18n: update dependencies

3.1.1 (2023-11-28)

Performance

  • react-i18n: optimize lodash imports (9f95897)

3.0.1 (2022-04-28)

Bug Fixes

  • react-i18n: fix components call to t function (#117) (1b33f5c)

3.0.0 (2022-01-20)

Note: Version bump only for package @m6web/react-i18n

2.0.1 (2022-01-10)

Bug Fixes

  • typescript: correctly expose type definitions at publish (#106) (286d1d8)

2.0.0 (2022-01-07)

Features

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)

Bug Fixes

  • 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)

Features

  • 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)