Releases

v8.0.0-beta.7 12/8/2022

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-beta.6 11/29/2022

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-beta.5 11/28/2022

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-beta.4 11/12/2022

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-beta.3 10/31/2022

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-beta.2 10/26/2022

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-beta.1 10/20/2022

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-alpha.3 10/10/2022

   🚀 Features

    View changes on GitHub

v8.0.0-alpha.2 9/28/2022

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0-alpha.1 9/6/2022

8.0.0-alpha.1 (2022-09-03)

This release is for Nuxt3.

This version is sitll alpha, the API might subject to breaking changes. We will make every effort to have the same I/F as v7.x, but Nuxt 3 is a major release, it might not be the same I/F.

About details, please check the v8 docs.

v8 alpha or later does not support Nuxt Bridge.

We will support Nuxt Bridge for v7.4 or v7.x later version. please see the Github Discussions for a detailed discussion of Nuxt Bridge supporting.

Thank you for your understanding 💚

v7.3.1 1/9/2023

Bug Fixes

  • don't expose full project path throuh option (#1786) (0738a0f)

v7.3.0 8/24/2022

Features

  • add setting for setting expiration of the cookie that stores locale (#1492) (dd764d7)

v7.2.3 8/1/2022

Bug Fixes

  • infinite redirect on URL with special characters (#1472) (426af76)

v7.2.2 4/25/2022

Bug Fixes

  • fixed locale changing issue in server side middleware (#1429) (c10231d)

v7.2.1 4/1/2022

Bug Fixes

  • don't detect locale from route when using no_prefix (#1421) (609782f)
  • docs: add info on using dynamic translations with _.vue (b6039d2), closes #1400
  • docs: correct links to [Custom paths] and [Ignore routes] (#1392) (091944c)
  • parse-pages: add jsx plugin for .vue files using jsx syntax (#1356) (8cdb999)

v7.2.0 11/4/2021

Features

Bug Fixes

  • docs: refactor and separate some pages related to routing (89eb12f)
  • load vue-template-compiler with nuxt.resolver.requireModule (#1327) (c5a3ca8)

v7.1.0 10/19/2021

Features

  • add support for query params in canonical url (#1274) (d5dea9c)

Bug Fixes

  • adjust strange redirection logic for prefix_and_default (#1304) (578acd8)

v7.0.3 8/31/2021

Bug Fixes

v7.0.2 8/12/2021

Bug Fixes

  • differentDomains: handling of runtime domains from store (#1183) (4d77019)

v7.0.1 8/5/2021

Bug Fixes

  • return the redirect path when resolving redirects with localePath (#1253) (3538f77), closes #1248

v7.0.0 8/3/2021

This is a major version release that changes some defaults, deprecates some options and changes the name of the published package. Refer to the Migration Guide from v6 to v7 for detailed migration steps.

⚠ BREAKING CHANGES

  • rename package to @nuxtjs/i18n
  • set redirectOn to root by default (#1244)
  • remove vuex syncLocale & vuex syncMessages (#1240)
  • disable addDirAttribute by default (#1239)
  • replace onlyOnNoPrefix and onlyOnRoot with redirectOn (#1210)
  • remove deprecated seo option (#1232)
  • remove deprecated $nuxtI18nSeo (#1207)
  • types: remove deprecated NuxtVueI18n (#1206)
  • remove deprecated beforeLanguageSwitch (#1200)

Code Refactoring

v6.28.1 8/3/2021

Bug Fixes

v6.28.0 7/22/2021

Features

Bug Fixes

  • custom routes with optional params adjusted incorrectly (#1243) (203f3db)
  • don't skip the cookie if no locale is detected in the route (#1235) (6c9b48f)

v6.27.3 7/9/2021

Bug Fixes

v6.27.2 6/23/2021

Bug Fixes

  • ensure localeProperties is reactive (on locale change) (#1208) (d2dd400)
  • types: fix compatibility issue with typescript 4.3.x+ (#1205) (acc1145)

v6.27.1 6/15/2021

Bug Fixes

  • types: fix lazy type in deprecated types (#1190) (482317b)
  • handle protocol in the domain key for different domains (#1169) (45b2b82)

v6.27.0 5/7/2021

Features

v6.26.0 4/20/2021

Features

  • lazy: option for not injecting messages to Nuxt state (#1153) (2231f3b), closes #1149

v6.25.0 4/13/2021

Features

  • types: add NuxtI18nInstance type for use with custom accessors (#1147) (aa4f4d8), closes #1146

v6.24.0 4/9/2021

Features

Bug Fixes