Skip to content

Releases: nuxt-modules/i18n

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

v6.28.1

03 Aug 18:40
Compare
Choose a tag to compare

Bug Fixes

v6.28.0

22 Jul 14:14
Compare
Choose a tag to compare

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

09 Jul 09:10
Compare
Choose a tag to compare

Bug Fixes

v6.27.2

23 Jun 12:24
Compare
Choose a tag to compare

Bug Fixes

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