Skip to content

Releases: i18next/next-i18next

v11.2.2

18 Jul 08:14
Compare
Choose a tag to compare
  • fix: pass namespaces to the client also for custom backends (#1913)

v11.2.1

17 Jul 08:02
Compare
Choose a tag to compare
  • fix: pass namespaces to the client (#1912 closes #1839)

v11.2.0

16 Jul 16:28
Compare
Choose a tag to compare
  • feat: support nested namespace structure (#1911)

v11.1.1

14 Jul 09:07
Compare
Choose a tag to compare
  • fix: remove postinstall script

v11.1.0

14 Jul 08:49
Compare
Choose a tag to compare
  • first release with new project ownership
  • update most dependencies
  • update docs and example
  • feat: support default locale by ignoring it (#1679)

v11.0.0

03 Apr 10:10
Compare
Choose a tag to compare

Features:

  • Allow client side translation loading (8132efd)

Documentation:

  • Link to react-i18next config options (422a0f3)

v10.5.0

02 Mar 09:40
Compare
Choose a tag to compare

Chores:

v10.4.0

23 Feb 15:07
Compare
Choose a tag to compare

Bug fixes:

  • Respect configOverride.resources (8d13429)

Chores:

Features:

  • Allow function type for localePath (4ed12ec)

v10.3.0

13 Feb 15:49
Compare
Choose a tag to compare

Documentation:

  • Clarify config for custom interpolation suffix/prefix (5fff8de)

Bug fixes:

  • appWithTranslation useMemo bug (null locale) 584f534

v10.2.0

11 Jan 11:41
Compare
Choose a tag to compare

Features:

  • Expose Translation component from react-i18next