Skip to content

Releases: i18next/next-i18next

v8.0.3

01 Mar 14:28
Compare
Choose a tag to compare

Documentation:

  • docs: Update sponsors section (d9688f3)

v8.0.2

25 Feb 21:07
Compare
Choose a tag to compare

Bug fixes:

  • fix: Ship src dir to support TypeScript types (bd5d159)

v8.0.1

24 Feb 22:31
Compare
Choose a tag to compare

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

24 Feb 16:56
7c12340
Compare
Choose a tag to compare

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

29 Oct 21:27
Compare
Choose a tag to compare

Chores:

  • Bump bl from 1.2.2 to 1.2.3 (d441f9e)

v7.0.0

29 Oct 21:01
Compare
Choose a tag to compare

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

29 Sep 15:03
Compare
Choose a tag to compare

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

04 Aug 09:21
Compare
Choose a tag to compare

Chores:

  • Bump elliptic from 6.5.2 to 6.5.3 (d042d64)

v6.0.1

30 Jul 09:12
Compare
Choose a tag to compare

Documentation:

  • Update next export note (875558c)

v6.0.0

29 Jul 20:51
Compare
Choose a tag to compare

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)