Releases: i18next/next-i18next
Releases · i18next/next-i18next
v8.8.0
Documentation:
Refactor:
- Move hook out of condition (e7eb577)
- Better support for shallow route changes (1f98177)
v8.7.0
Features:
- Add
reloadOnPrerender
option to reload resources (2c08b29)
v8.6.0
Documentation:
- Fix typo in migration doc (a1339b5)
Chores:
- Removed compatibility with
getInitialProps
info in migration guide (3679e7f)
v8.5.5
Bug fixes:
- Respect user-defined prefix/suffix when looking for default NS (315531a)
v8.5.4
Bug fixes:
- Set client side backend options only if there is no custom backend (5ed1e91)
v8.5.3
Bug fixes:
- Only import default config if no userConfig is passed (28cd9c6)
v8.5.2
Bug fixes:
- Fixed issue where empty requiredNamespaces array returns all namespaces instead of no namespaces (a09a69b)
v8.5.1
Bug fixes:
- fix: serverSideTranslations loading all locales (29147f5)
v8.5.0
Bug fixes:
- Export Resources and DefaultNamespace from typings (fb5cbce)
- Client config ns assignment logic (336ed9c)
Documentation:
- Add v8 migration documentation (e76d9b0)
v8.4.0
Documentation:
Bug fixes:
- Fix 1181: Missing namespaces if they are not in the defaultLanguage (7474c93)