Skip to content

Releases: i18next/next-i18next

v8.3.0

17 May 13:32
Compare
Choose a tag to compare

Bug fixes:

  • fix: i18n.getFixedT to return correct t function (78d5d2e)

Chores:

  • build: install @babel/runtime to satisfy dependency of @babel/plugin-transform-runtime (deeec29)

Documentation:

  • docs: Update README with interpolation format example (78e1adf)

v8.2.0

19 Apr 11:30
Compare
Choose a tag to compare

Bug fixes:

Documentation:

  • Update README Dockerfile (d57164d)

v8.1.3

30 Mar 11:06
Compare
Choose a tag to compare

Bug fixes:

  • Resolve memory leak, by cloning always from the main instance (2911d35)

v8.1.2

16 Mar 11:39
Compare
Choose a tag to compare

Chores:

Refactor:

  • Some tweaks to the example demo (c6fc2e3)

Bug fixes:

  • strip public prefix correctly on the client (ff9b5fa)
  • create i18next clone to fix #1063 (15c65ae)

v8.1.1

10 Mar 16:31
Compare
Choose a tag to compare

Bug fixes:

  • fix: generate types using tsc and stop shipping the /src directory (770170c)
  • fix: prevent loading translations on each request (e7c5fad)

v8.1.0

06 Mar 12:41
Compare
Choose a tag to compare

Features:

v8.0.6

02 Mar 15:18
Compare
Choose a tag to compare

Refactor:

  • refactor: Add NextJsAppProps type (301ccf5)

v8.0.5

02 Mar 14:46
Compare
Choose a tag to compare

Refactor:

  • refactor: Add @types/i18next-fs-backend as dependency (86e5768)

v8.0.4

02 Mar 14:36
Compare
Choose a tag to compare

Refactor:

  • refactor: Enable TypeScript strict mode (365921d)

v8.0.3

01 Mar 14:28
Compare
Choose a tag to compare

Documentation:

  • docs: Update sponsors section (d9688f3)