This issue has been created
There are 8 updates.
 
 
Cristal / cid:jira-generated-image-avatar-2d271f4d-4850-4457-8014-22cc3de34e74 CRISTAL-396 Closed

Upgrade to vue-i18n 11.0.1

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-334e0024-7354-4333-849f-00f9df3ee37d Manuel Leduc created this issue on 07/Jan/25 09:26
 
Summary: vue-i18n
Issue Type: cid:jira-generated-image-avatar-2d271f4d-4850-4457-8014-22cc3de34e74 Task
Assignee: Unassigned
Created: 07/Jan/25 09:26
Priority: cid:jira-generated-image-static-major-a85800a4-37cf-458e-9670-e4a10ae61853 Major
Reporter: Manuel Leduc
 
 

8 updates

 
cid:jira-generated-image-avatar-334e0024-7354-4333-849f-00f9df3ee37d Changes by Manuel Leduc on 07/Jan/25 09:27
 
Summary: Upgrade to vue-i18n 11.0.1
Fix Version: 0.14
Documentation in Release Notes: N/A
Documentation: N/A
Description: h3. Release Notes

intlify/vue-i18n (vue-i18n)
h3. [{{v11.0.1}}|https://redirect.github.com/intlify/vue-i18n/blob/HEAD/CHANGELOG.md#v1101-2024-12-26T074058Z]

[Compare Source|https://redirect.github.com/intlify/vue-i18n/compare/v11.0.0...v11.0.1]

This changelog is generated by [GitHub Releases|https://redirect.github.com/intlify/vue-i18n/releases/tag/v11.0.1]
h4. What's Changed
h5. ⚡ Improvement Features
* fix: v-t custom directive warning when it will run by [@​kazupon|https://redirect.github.com/kazupon] in [https://github.com/intlify/vue-i18n/pull/2057|https://redirect.github.com/intlify/vue-i18n/pull/2057]

{*}Full Changelog{*}: [intlify/vue-i18n@{{{}v11.0.0...v11.0.1{}}}|https://github.com/intlify/vue-i18n/compare/v11.0.0...v11.0.1]
h3. [{{v11.0.0}}|https://redirect.github.com/intlify/vue-i18n/blob/HEAD/CHANGELOG.md#v1100-2024-12-24T150100Z]

[Compare Source|https://redirect.github.com/intlify/vue-i18n/compare/v10.0.5...v11.0.0]

This changelog is generated by [GitHub Releases|https://redirect.github.com/intlify/vue-i18n/releases/tag/v11.0.0]
h4. What's Changed
h5. Deprecate Legacy API mode

The Legacy API mode was the API mode compatible with v8 for Vue 2. When v9 was released, the Legacy API was provided to smooth the migration from v8 to v9.

Legacy API mode will be deprecated in v11, as previous vue-i18n releases have already provided the following to support migration to Composition API mode
* Migration from Legacy API mode to Composition API mode, see the [docs|https://vue-i18n.intlify.dev/guide/migration/vue3.html]
* Composition API usage, see the [docs|https://vue-i18n.intlify.dev/guide/advanced/composition.html]

For compatibility, Legacy API mode still works in v11, but will be removed entirely in v12, so Legacy API mode will not work after that version.
h5. Deprecate Custom Directive {{v-t}}

The advantage of {{v-t}} was that it could optimize performance using the vue compiler transform and the pre-translation of {{{}vue-i18n-extension{}}}.

This feature was supported from Vue 2.
About details see the blog [article|https://medium.com/@%E2%80%8Bkazu_pon/performance-optimization-of-vue-i18n-83099eb45c2d]

In Vue 3, due to the Composition API, the pre-translation of [{{vue-i18n-extension}}|https://redirect.github.com/intlify/vue-i18n-extensions] is now limited only for global scope.

In addition, Vue 3 Virtual DOM optimization has been introduced, and the optimization provided by {{vue-i18n-extension}} is no longer very effective. We need to require settings for SSR, the benefits of using {{v-t}} have disappeared. And DX of templates using {{v-t}} is not good. Custom directives do not work with key completion in editors (e.g. vscode).

For compatibility, {{v-t}} mode still works in v11, but will be removed entirely in v12, so {{v-t}} will not work after that version.
h5. Drop {{tc}} and {{$tc}} for Legacy API mode

These APIs had already deprecated in warning about being dropped in v11. docs [says|https://vue-i18n.intlify.dev/guide/migration/breaking10.html#deprecate-tc-and-tc-for-legacy-api-mode]
h5. Vue I18n maintenance Status

Vue I18n v8 is no longer supported after 2025. Vue I18n v9 and Vue I18n v10 is in maintenance mode after 2025 July.

With the release of Vue I18n v11, that version will become mainstream.

The maintenance detail status of Vue I18n v9 and Vue I18n v10 is as follows:

[!https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/lifecycle2025.svg!|https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/lifecycle2025.svg]

You can check the maintenance status on the [docs|https://vue-i18n.intlify.dev/guide/maintenance.html]
h5. ❗ Braeking Changes
* feat!: deprecate Legacy API mode by [@​kazupon|https://redirect.github.com/kazupon] in [https://github.com/intlify/vue-i18n/pull/2016|https://redirect.github.com/intlify/vue-i18n/pull/2016]
* breaking: drop {{$tc}} and {{tc}} by [@​kazupon|https://redirect.github.com/kazupon] in [https://github.com/intlify/vue-i18n/pull/2017|https://redirect.github.com/intlify/vue-i18n/pull/2017]
* feat!: deprecate {{v-t}} custom directive by [@​kazupon|https://redirect.github.com/kazupon] in [https://github.com/intlify/vue-i18n/pull/2045|https://redirect.github.com/intlify/vue-i18n/pull/2045]

h5. ⚡ Improvement Features
* fix: {{tm}} function should accept {{DefineLocaleMessage}} key type by [@​BobbieGoede|https://redirect.github.com/BobbieGoede] in [https://github.com/intlify/vue-i18n/pull/2014|https://redirect.github.com/intlify/vue-i18n/pull/2014]

h5. 🔒 Security Fixes
* fix: security vulnerability fix porting by [@​kazupon|https://redirect.github.com/kazupon] in [https://github.com/intlify/vue-i18n/pull/2034|https://redirect.github.com/intlify/vue-i18n/pull/2034]

h5. 📝️ Documentations
* Change config prop for quasar flags by [@​chrissyast|https://redirect.github.com/chrissyast] in [https://github.com/intlify/vue-i18n/pull/2003|https://redirect.github.com/intlify/vue-i18n/pull/2003]
* docs: Pluralization Page by [@​Sammuel09|https://redirect.github.com/Sammuel09] in [https://github.com/intlify/vue-i18n/pull/1998|https://redirect.github.com/intlify/vue-i18n/pull/1998]
* docs: fix composition section by [@​Sammuel09|https://redirect.github.com/Sammuel09] in [https://github.com/intlify/vue-i18n/pull/2008|https://redirect.github.com/intlify/vue-i18n/pull/2008]
* fix(docs): correct output in composition api example by [@​pejeio|https://redirect.github.com/pejeio] in [https://github.com/intlify/vue-i18n/pull/2012|https://redirect.github.com/intlify/vue-i18n/pull/2012]
* docs: not use deprecated api by [@​kazupon|https://redirect.github.com/kazupon] in [https://github.com/intlify/vue-i18n/pull/2013|https://redirect.github.com/intlify/vue-i18n/pull/2013]
* docs: fix wrong plural example by [@​kazupon|https://redirect.github.com/kazupon] in [https://github.com/intlify/vue-i18n/pull/2033|https://redirect.github.com/intlify/vue-i18n/pull/2033]
* docx(pluralization.md): Correct spelling from 'gloal' to 'global' by [@​PuppyOne|https://redirect.github.com/PuppyOne] in [https://github.com/intlify/vue-i18n/pull/2038|https://redirect.github.com/intlify/vue-i18n/pull/2038]
* Fix typo by [@​shaedrich|https://redirect.github.com/shaedrich] in [https://github.com/intlify/vue-i18n/pull/2040|https://redirect.github.com/intlify/vue-i18n/pull/2040]
* Fix another typo by [@​shaedrich|https://redirect.github.com/shaedrich] in [https://github.com/intlify/vue-i18n/pull/2041|https://redirect.github.com/intlify/vue-i18n/pull/2041]
* docs: add maintenance status by [@​kazupon|https://redirect.github.com/kazupon] in [https://github.com/intlify/vue-i18n/pull/2044|https://redirect.github.com/intlify/vue-i18n/pull/2044]

h4. 👋 New Contributors
* [@​chrissyast|https://redirect.github.com/chrissyast] made their first contribution in [https://github.com/intlify/vue-i18n/pull/2003|https://redirect.github.com/intlify/vue-i18n/pull/2003]
* [@​Sammuel09|https://redirect.github.com/Sammuel09] made their first contribution in [https://github.com/intlify/vue-i18n/pull/1998|https://redirect.github.com/intlify/vue-i18n/pull/1998]
* [@​pejeio|https://redirect.github.com/pejeio] made their first contribution in [https://github.com/intlify/vue-i18n/pull/2012|https://redirect.github.com/intlify/vue-i18n/pull/2012]
* [@​PuppyOne|https://redirect.github.com/PuppyOne] made their first contribution in [https://github.com/intlify/vue-i18n/pull/2038|https://redirect.github.com/intlify/vue-i18n/pull/2038]
* [@​shaedrich|https://redirect.github.com/shaedrich] made their first contribution in [https://github.com/intlify/vue-i18n/pull/2040|https://redirect.github.com/intlify/vue-i18n/pull/2040]

{*}Full Changelog{*}: [intlify/vue-i18n@{{{}v10.0.4...v11.0.0{}}}|https://github.com/intlify/vue-i18n/compare/v10.0.4...v11.0.0]
Assignee: Manuel Leduc
Resolution: Fixed
Status: Open Closed