Releases: i18next/next-i18next
Releases · i18next/next-i18next
v8.0.3
Documentation:
- docs: Update sponsors section (d9688f3)
v8.0.2
Bug fixes:
- fix: Ship src dir to support TypeScript types (bd5d159)
v8.0.1
Chores:
- chore(deps): bump ini from 1.3.5 to 1.3.7 (3f4f777)
- chore(deps): bump ini from 1.3.5 to 1.3.8 in /examples/simple (2943061)
Bug fixes:
- fix: Restore getAllNamespaces functionality (cfbd7aa)
v8.0.0
Major rewrite of package, leveraging the built-in internationalised routing provided by NextJs.
For new projects, or migrating existing projects, please refer to the new documentation.
v7.0.1
Chores:
- Bump
bl
from 1.2.2 to 1.2.3 (d441f9e)
v7.0.0
Breaking changes:
- If using a custom backend,
fs
checks and fallback to static
dir will no longer be performed
Chores:
Bug fixes:
- Handles "cimode" correctly (a538ad4)
- Handling of backend options if using with other backends (25c4ce9)
v6.0.3
Chores:
- Bump tree-kill from 1.2.1 to 1.2.2 (c37d2da)
- Bump lodash from 4.17.11 to 4.17.20 (5a6e0fb)
- Bump puppeteer from 1.11.0 to 1.13.0 (2c1f182)
Documentation:
- Added FAQ about how to use multiple files (5ebe924)
- Add required Next.js version to README (9a4ca30)
- Add a TypeScript usage section to the README (b3fb7a2)
Bug fixes:
I18nContext
exported as type (b38b8a2)
v6.0.2
Chores:
- Bump
elliptic
from 6.5.2 to 6.5.3 (d042d64)
v6.0.0
Breaking Changes:
- Upgrade
i18next
dependencies (205d11e)
- Set
cookieSameSite
to strict by default (ecb70d6)
- Remove dependency on
detect-node
(54f8195)
- Swap middleware execution to expose
req.i18n
again during SSR (01069e3)