Releases: i18next/next-i18next
v0.9.0
Several important updates to improve the distinction between client and server source.
Use of i18next-browser-languagedetector
is now optional via the config option browserLanguageDetection
.
Breaking change: the middleware must now be imported from next-i18next/middleware
, and is not returned via class initialisation. This is to prevent it being included in the client bundle.
v0.8.0
Add support for i18next plugins via a use
array on the config object.
v0.7.0
Run getInitialProps
on wrapped _app
, and improve documentation.
v0.6.0
Add hoistNonReactStatics
v0.5.0
Reduce Node version requirement to >=8
to support deployment via now
.
v0.4.0
Add support for next export
, and add bug fix for pageProps
.
v0.3.1
Move eslint-plugin-react to devDependencies.
v0.3.0
Add description and keywords for npm.
v0.2.0
Add npm deployment, CI via CircleCI, and update docs.
v0.1.0
Initial release - contains all core functionality necessary to localise a NextJs app.