Skip to content

Releases: i18next/next-i18next

v0.12.0

19 Dec 09:31
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Export Trans component bound to i18n instance.

v0.11.2

17 Dec 11:52
Compare
Choose a tag to compare
v0.11.2 Pre-release
Pre-release

Bug fix for config.ns in appWithTranslation HOC, and add console warning when namespacesRequired is undefined.

v0.11.1

17 Dec 11:02
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

Update docs.

v0.11.0

17 Dec 11:00
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

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

17 Dec 10:01
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release

Several small bug fixes:

  1. Preserve querystring (2c3cb59)
  2. Fix empty react-tree-walker context (22ec3cb)

v0.10.2

12 Dec 22:40
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release

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

12 Dec 20:31
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

Several bug fixes, including:

  1. Allowing 'as' prop in Link and fixing 'href' prop (#45)
  2. Use url.parse to support query parms with localeSubpaths (cb10d37)

v0.10.0

12 Dec 16:07
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Implement tree-walking to determine namespace deps based on individual requests.

See #40.

v0.9.0

10 Dec 23:20
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

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

04 Dec 23:47
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Add support for i18next plugins via a use array on the config object.