Releases: nuxt-modules/i18n
Releases · nuxt-modules/i18n
v7.3.0
v7.2.3
v7.2.2
v7.2.1
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
v7.1.0
v7.0.3
v7.0.2
v7.0.1
v7.0.0
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
toroot
by default (#1244) - remove vuex
syncLocale
& vuexsyncMessages
(#1240) - disable
addDirAttribute
by default (#1239) - replace
onlyOnNoPrefix
andonlyOnRoot
withredirectOn
(#1210) - remove deprecated
seo
option (#1232) - remove deprecated
$nuxtI18nSeo
(#1207) - types: remove deprecated
NuxtVueI18n
(#1206) - remove deprecated
beforeLanguageSwitch
(#1200)
Code Refactoring
- disable
addDirAttribute
by default (#1239) (eac6130) - remove deprecated
$nuxtI18nSeo
(#1207) (d8134a3) - remove deprecated
beforeLanguageSwitch
(#1200) (d591662) - remove deprecated
seo
option (#1232) (bedf2b8) - remove vuex
syncLocale
& vuexsyncMessages
(#1240) (399f1a3) - rename package to
@nuxtjs/i18n
(b3ef21c) - replace
onlyOnNoPrefix
andonlyOnRoot
withredirectOn
(#1210) (2eb955a) - set
redirectOn
to root by default (#1244) (956df98) - types: remove deprecated
NuxtVueI18n
(#1206) (e96688c)