Releases: i18next/next-i18next
Releases Β· i18next/next-i18next
v12.0.0
Why a major version?
The following changes could lead to more languages being loaded, which could increase the page size.
- feat: improve fallback language handling (#1927)
- feat: add support for nonExplicitSupportedLngs (#1930)
v11.3.0
- feat: introduce extraLocales (#1916)
v11.2.2
- fix: pass namespaces to the client also for custom backends (#1913)
v11.2.1
- fix: pass namespaces to the client (#1912 closes #1839)
v11.2.0
- feat: support nested namespace structure (#1911)
v11.1.1
- fix: remove postinstall script
v11.1.0
- first release with new project ownership
- update most dependencies
- update docs and example
- feat: support default locale by ignoring it (#1679)
v11.0.0
Features:
- Allow client side translation loading (8132efd)
Documentation:
- Link to
react-i18next
config options (422a0f3)
v10.4.0
Bug fixes:
- Respect
configOverride.resources
(8d13429)
Chores:
Features:
- Allow function type for
localePath
(4ed12ec)