Skip to content

Releases: intlify/vue-i18n

v11.0.1

26 Dec 07:40
Compare
Choose a tag to compare

What's Changed

⚑ Improvement Features

  • fix: v-t custom directive warning when it will run by @kazupon in #2057

Full Changelog: v11.0.0...v11.0.1

v11.0.0

24 Dec 15:01
Compare
Choose a tag to compare

We are excited to announce the release of Vue I18n v11.
We had many contributors.

Thanks for your contributing ❀️

Summary

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
  • Composition API usage, see the docs

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.

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

In Vue 3, due to the Composition API, the pre-translation of vue-i18n-extension 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.

Drop tc and $tc for Legacy API mode

These APIs had already deprecated in warning about being dropped in v11. docs says

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:

You can check the maintenance status on the docs

❗ Braeking Changes

⚑ Improvement Features

  • fix: tm function should accept DefineLocaleMessage key type by @BobbieGoede in #2014

πŸ”’ Security Fixes

πŸ“οΈ Documentations

πŸ‘‹ New Contributors

Full Changelog: v10.0.4...v11.0.0

v11.0.0-rc.1

19 Dec 00:10
Compare
Choose a tag to compare
v11.0.0-rc.1 Pre-release
Pre-release

What's Changed

πŸ’₯ Breaking Changes

πŸ“οΈ Documentations

New Contributors

Full Changelog: v11.0.0-beta.2...v11.0.0-rc.1

v11.0.0-beta.2

28 Nov 07:17
Compare
Choose a tag to compare

What's Changed

πŸ”’ Security Fixes

πŸ“οΈ Documentations

Full Changelog: v11.0.0-beta.1...v11.0.0-beta.2

v10.0.5

28 Nov 05:11
Compare
Choose a tag to compare

What's Changed

πŸ”’ Security Fixes

Full Changelog: v10.0.4...v10.0.5

v9.14.2

28 Nov 05:21
Compare
Choose a tag to compare

What's Changed

πŸ”’ Security Fixes

Full Changelog: v9.14.1...v9.14.2

v11.0.0-beta.1

17 Nov 14:18
Compare
Choose a tag to compare
v11.0.0-beta.1 Pre-release
Pre-release

What's Changed

πŸ’₯ Breaking Changes

Full Changelog: v11.0.0-beta.0...v11.0.0-beta.1

v11.0.0-beta.0

14 Nov 15:42
Compare
Choose a tag to compare
v11.0.0-beta.0 Pre-release
Pre-release

What's Changed

πŸ’₯ Breaking Changes

⚑ Improvement Features

  • fix: tm function should accept DefineLocaleMessage key type by @BobbieGoede in #2014

πŸ“οΈ Documentations

New Contributors

Full Changelog: v10.0.4...v11.0.0-beta.0

v10.0.4

06 Oct 07:42
Compare
Choose a tag to compare

What's Changed

πŸ› Bug Fixes

  • fix: cannot resolve empty string on plural by @kazupon in #1985

πŸ“οΈ Documentations

New Contributors

Full Changelog: v10.0.3...v10.0.4

v9.14.1

26 Sep 09:01
Compare
Choose a tag to compare

What's Changed

πŸ› Bug Fixes

Full Changelog: v9.14.0...v9.14.1