fix(deps): update dependency vue-i18n to v9 - abandoned #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.6.0
->^9.0.0
Release Notes
intlify/vue-i18n-next
v9.2.2
Compare Source
🐛 Bug Fixes
vue-i18n-core
Committers: 1
v9.2.1
Compare Source
🐛 Bug Fixes
vue-i18n-core
📝 Documentation
petite-vue-i18n
Committers: 6
v9.2.0
Compare Source
We are excited to announce the release of Vue I18n v9.2 !! This release includes many new features, bug fixes, improvements, and document fixes.
We had commited with 35 contributors. Thanks for your contributing ❤️
In the following, we introduce some of the new features:
More TypeScript supporting
From Vue I18n v9.2, we have improved TypeScript support. This allows type checking of resources specified in the
messages
option ofcreateI18n
and complementing with APIs such ast
.The following images is the resoureces type-checked:
The following gif image is the API completion working:
For more information on how to setup the system, please read the docs
Web Components
WebComponents has been supported since Vue 3.2. You can support your Vue Component with Vue I18n as well.
About details, See more the docs
Small size subset of Vue I18n
We have released
petite-vue-i18n
, a small size subset version of Vue I18n, as an experimental feature.Only minimal functionality is provided in this module. you can reduce your Vue application bundle size with using this module. If you do not need to use all the features of Vue I18n, this module would be a good option.
About details, See more README
Bridging to Vue 3
We have released a module called
vue-i18n-bridge
to support Vue 2 applications with Vue I18n v8.x migrate to Vue 3.vue-i18n-bridge
is a module that is mostly compatible with the Vue I18n v9 API. It's an add-on to existing Vue I18n v8.26.1 or later + Vue 2 applications to take advantage of the Composition API provided in Vue I18n v9. This module would be able to support the progressive migration to Vue 3.About details, See more the docs
globalInjection
option As defaultFrom Vue I18n v9.2, the
globalInjection
option defaults totrue
. If you localize by global scope using$t
in your template, you no longer need to set this option.useI18n
in Legacy API modeWe have supported for
useI18n
in Legacy API mode. This feature would be useful if you want to migrate from the options API style to the Composition API style in your Vue 3 application.About details, See more the docs
Vue 2.7
vue-i18n-bridge
module for migration to Vue 3 of course supports Vue 2.7.Instead of going from Vue 2.6 to Vue 3 directly, you can migrate your Vue applications using Vue I18n with a strategy of Vue 2.6, Vue 2.7, and then Vue 3 progressively.
SSR for
v-t
We have supported SSR for
v-t
. If your Vue application usesv-t
, you can support SSR without having to be aware in your Vue application.⭐ Features (15)
#1087 feat: support SSR for v-t (@kazupon)
#1062 feat: support Vue 2.7 for vue-i18n-bridge (@kazupon)
#974 feat: change
globalInjection
option default value (@kazupon)#940 feat: Support
useI18n
for Legacy API mode (@kazupon)#838 feat: composer type definition extending (experimental feature) (@kazupon)
#811 feat: backport build-in components to vue-i18n-bridge from vue-i18n-next (@kazupon)
#733 support node native es modules (@kazupon)
#676 feat: bridge for [email protected] or later (@kazupon)
#673 feat: export types (@kazupon)
#641 feat: support web components (@kazupon)
#623 feat: support Vue 3.2 (@kazupon)
#588 feat: petite-vue-i18n (@kazupon)
#508 feat: type-safe with global type definition (@kazupon)
#478 improvement: target component highlighting on i18n resources inspector (@kazupon)
#477 feat: custom message resolver (@kazupon)
💥 Breaking Change (3)
⚡ Improvement Features (30)
useI18n
on Legacy API mode (@kazupon)🐛 Bug Fixes (36)
d.ts
breaking (@kazupon)📝 Documentation (37)
Stdio
forStudio
(@FMGordillo)defaultSFCLang
andglobalSFCScope
to sfc (@userquin)Contributers: 35
v9.1.10
Compare Source
v9.1.10 (2022-05-01)
⚡ Improvement Features
size-check-vue-i18n
,vue-i18n
Committers: 1
v9.1.9
Compare Source
v9.1.9 (2021-10-06)
🐛 Bug Fixes
vue-i18n
Committers: 1
v9.1.8
Compare Source
v9.1.8 (2021-10-04)
🐛 Bug Fixes
message-compiler
,vue-i18n
Committers: 1
v9.1.7
Compare Source
🐛 Bug Fixes
core-base
Committers: 1
v9.1.6
Compare Source
🐛 Bug Fixes
vue-i18n
Committers: 1
v9.1.5
Compare Source
⚡ Improvement Features
vue-i18n
Committers: 2
v9.1.4
Compare Source
⚡ Improvement Features
core-base
,devtools-if
,vue-i18n
📝 Documentation
Committers: 2
v9.1.3
Compare Source
⚡ Improvement Features
core-base
,vue-i18n
Committers: 1
v9.1.2
Compare Source
🐛 Bug Fixes
vue-i18n
Committers: 1
v9.1.1
Compare Source
🐛 Bug Fixes
vue-i18n
Committers: 1
v9.1.0
Compare Source
⭐ Features
core-base
,devtools-if
,vue-i18n
@intlify/devtools
(@kazupon)core-base
,vue-i18n
rt
(@kazupon)message-resolver
,shared
,vue-i18n
vue-i18n
🐛 Bug Fixes
vue-i18n
message-compiler
⚡ Improvement Features
core-base
,vue-i18n
core-base
message-compiler
,shared
,vue-i18n
vue-i18n
💥 Breaking Change
core-base
,size-check-vue-i18n
,vue-i18n
To provide experimental features for
@intlify/devtools
, feature flags have been separated as follows.__VUE_I18N_PROD_DEVTOOLS__
: enable/disable vue-devtools support in production, default: false__INTLIFY_PROD_DEVTOOLS__
: enable/disable@intlify/devtools
support in production, default: falsePreviously,
__INTLIFY_PROD_DEVTOOLS__
setting flagged the use of both vue-devtools and@intlify/devtools
in production.In later v9.1, The feature flags for vue-devtools are now enabled/disabled by setting
__VUE_I18N_PROD_DEVTOOLS__
.📝 Documentation
vue-i18n
Committers: 6
v9.0.0
Compare Source
See the below link:
https://blog.intlify.dev/posts/vue-i18n-9.html
v8.28.2
Compare Source
v8.28.1
Compare Source
v8.28.0
Compare Source
v8.27.2
Compare Source
v8.27.1
Compare Source
v8.27.0
Compare Source
v8.26.8
Compare Source
v8.26.7
Compare Source
v8.26.6
Compare Source
v8.26.5
Compare Source
v8.26.4
Compare Source
v8.26.3
Compare Source
v8.26.2
Compare Source
v8.26.1
Compare Source
v8.26.0
Compare Source
v8.25.1
Compare Source
v8.25.0
Compare Source
v8.24.5
Compare Source
v8.24.4
Compare Source
v8.24.3
Compare Source
v8.24.2
Compare Source
v8.24.1
Compare Source
v8.24.0
Compare Source
v8.23.0
Compare Source
v8.22.4
Compare Source
v8.22.3
Compare Source
v8.22.2
Compare Source
v8.22.1
Compare Source
v8.15.4
Compare Source
v8.15.3
Compare Source
⚡ Improvements
v8.15.2
Compare Source
🐛 Bug Fixes
v8.15.1
Compare Source
⚡ Improvements
v8.15.0
Compare Source
⭐ New Features
8.14.1 (2019-09-12)
🐛 Bug Fixes
v8.14.1
Compare Source
🐛 Bug Fixes
v8.14.0
Compare Source
⭐ New Features
v8.13.0
Compare Source
⭐ New Features
v8.12.0
Compare Source
⭐ New Features
⚡ Improvements
8.11.2 (2019-04-30)
🐛 Bug Fixes
8.11.1 (2019-04-26)
🐛 Bug Fixes
v8.11.2
Compare Source
🐛 Bug Fixes
v8.11.1
Compare Source
🐛 Bug Fixes
v8.11.0
Compare Source
⭐ New Features
v8.10.0
Compare Source
⭐ New Features
⚡ Improvements
📝 docs
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.