Sourced from react-i18next's changelog.
16.5.3
- fix: Trans named tags with underscore 1901
16.5.2
16.5.1
- fix: export
nodesToString(runtime + TypeScript typings) to supporti18next-cli(i18next/i18next-cli#155)16.5.0
- Add configuration option
transDefaultPropsto set default props for the Trans component (e.g.tOptions,shouldUnescape,values) 189516.4.1
- fix(Trans): prevent double-escaping of interpolated values in component props (e.g. title). Unescape HTML entities before passing prop values to React to avoid rendered output like
"/&[#39](https://github.com/i18next/react-i18next/issues/39);. 189316.4.0
<Trans count>prop: optional - infer count from children 1891
1c63ca1
16.5.348d25d2
releasefa79005
fix: Trans named tags with underscore (#1901)df41fb3
16.5.218c6f17
release988cd3f
fix #1899
(#1900)3b4e102
fix img url272929c
docs: remove broken Code Climate GPA badge (#1897)a33d985
16.5.1106eeb7
export nodesToString