Releases: i18next/next-i18next
Releases · i18next/next-i18next
v0.12.2
Always send defaultNS
down to client
v0.12.1
Add initObject
with other object keys to getInitialProps
v0.12.0
Export Trans
component bound to i18n
instance.
v0.11.2
Bug fix for config.ns
in appWithTranslation
HOC, and add console warning when namespacesRequired
is undefined.
v0.11.0
Remove tree-walking approach in favour of explicitly-declared namespaces. See #54 for discussion.
Will fallback to sending all namespaces down to client. New namespacesRequired
setting added to main README.
v0.10.3
Several small bug fixes:
- Preserve querystring (2c3cb59)
- Fix empty
react-tree-walker
context (22ec3cb)
v0.10.2
Fix development-only tree walking bug related to 2386bf2.
This bug has something to do with react-i18next
context, but is yet undiagnosed.
v0.10.1
Several bug fixes, including:
- Allowing 'as' prop in Link and fixing 'href' prop (#45)
- Use
url.parse
to support query parms with localeSubpaths (cb10d37)
v0.10.0
Implement tree-walking to determine namespace deps based on individual requests.
See #40.