Releases: i18next/next-i18next
Releases · i18next/next-i18next
v8.3.0
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
Bug fixes:
Documentation:
v8.1.3
Bug fixes:
- Resolve memory leak, by cloning always from the main instance (2911d35)
v8.1.2
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
Bug fixes:
- fix: generate types using tsc and stop shipping the /src directory (770170c)
- fix: prevent loading translations on each request (e7c5fad)
v8.0.6
Refactor:
- refactor: Add NextJsAppProps type (301ccf5)
v8.0.5
Refactor:
- refactor: Add @types/i18next-fs-backend as dependency (86e5768)
v8.0.4
Refactor:
- refactor: Enable TypeScript strict mode (365921d)
v8.0.3
Documentation:
- docs: Update sponsors section (d9688f3)