Releases: nuxt-modules/i18n
Releases · nuxt-modules/i18n
v8.0.0-alpha.2
🚀 Features
- Support
identifierAttribute
option foruseLocaleHead
- by @kazupon in #1526 - Support
strategy
property API - by @kazupon in #1533 - Support detect browser language fully - by @kazupon in #1534
🐞 Bug Fixes
- Remove wrong release section - by @kazupon (6ae1c)
- Upgrade vue-i18n-routing v0.1 - by @kazupon (d1ee9)
- Improve error handling for vue-i18n v9 invalid message syntax - by @kazupon in #1522
- Avoid deprecated use of
params
on vue-router - by @kazupon in #1523 - Duplicate onLanguageSwitched calls - by @kazupon in #1528
- Custom nested route path for configuration - by @kazupon in #1531
- module: Transpile edge aswell - by @dargmuesli in #1516
View changes on GitHub
v8.0.0-alpha.1
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.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)