Sourced from react-i18next's changelog.
15.4.0
feat: add meta with codes on warnings to allow conditional logging 1826
15.3.0
Uses the i18next logger instead of the default console logger, if there is a valid i18next instance. Now the debug i18next option is respected, and you can also inject your own logger module: https://www.i18next.com/misc/creating-own-plugins#logger
15.2.0
This version may be breaking if you still use React < v18 with TypeScript. For JS users this version is equal to v15.1.4
15.1.4
- Fix: warning each child should have a unique key 1820
15.1.3
- fix: Self-closing REACT components in translation strings should not attempt to replace the component's children 1815 1816
15.1.2
- fix: Attempted to assign to readonly property 1813
15.1.1
- fix: Not all namespaces are loaded when passing the lng option to useTranslate 1809
15.1.0
- fix:
<Trans />warns 'Each child in a list should have a unique "key" prop.' for react 19 180615.0.3
- try to fix unexpected token issue
15.0.2
- try to fix Trans handling with alwaysFormat set to true 1801
330a8e7
15.4.026ab5a3
release3cd025f
feat: format warning with code and data to allow conditional logging (#1826)ff509ba
15.3.026616eb
use i18next logger if possible9b194b1
15.2.0073feff
releaseeb372c4
Global JSX namespace is deprecated (#1822)69a342c
15.1.40441701
release