Skip to content

Releases: nuxt-modules/i18n

v7.3.0

24 Aug 07:59
Compare
Choose a tag to compare

Features

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

v7.2.3

01 Aug 10:58
Compare
Choose a tag to compare

Bug Fixes

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

v7.2.2

25 Apr 11:32
Compare
Choose a tag to compare

Bug Fixes

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

v7.2.1

01 Apr 13:18
Compare
Choose a tag to compare

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

04 Nov 08:00
Compare
Choose a tag to compare

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

19 Oct 09:32
Compare
Choose a tag to compare

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

31 Aug 07:59
Compare
Choose a tag to compare

Bug Fixes

v7.0.2

12 Aug 06:22
Compare
Choose a tag to compare

Bug Fixes

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

v7.0.1

05 Aug 08:19
Compare
Choose a tag to compare

Bug Fixes

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

v7.0.0

03 Aug 18:42
Compare
Choose a tag to compare

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