6.0.0 (2019-07-20)
Bug Fixes
- routing: resolve localePath with fullPath instead of href (b827681)
- Disable seo by default (741ae12), closes #346
- update link to SEO metadata generation logic (#352) (10a5ff2)
Code Refactoring
- Disable setLocale & setMessages mutations by default (76c9978)
- Rename and flatten vuex options (8897ac6)
Features
- Dynamic route parameters translation (#345) (2d1d729), closes #79
- Use default locale's custom path if not defined for a locale (#354) (d30e5f0)
Performance Improvements
- Register global mixins from plugins (2ceb8e4)
BREAKING CHANGES
5.x to 6.x migration path
- Store module's options have been flattened and renamed
- The mutations responsible for syncing nuxt-i18n's store module with vue-i18n's
locale and messages are now disabled by default, you'll need to manually re-enable them in the
module's configuration
preserveState
is now set automatically when registering the store module and
cannot be set via the configuration anymore- Global seo option is now disabled by default. To
preserve the previous behaviour, set
seo: true
in the module's
options.
Doc: https://nuxt-community.github.io/nuxt-i18n/seo.html