Skip to content

Tags: CanNotFlyFish/vue-i18n

Tags

v8.12.0

Toggle v8.12.0's commit message
🎉 release(minor): v8.12.0

v8.11.2

Toggle v8.11.2's commit message

Verified

This commit was signed with the committer’s verified signature.
kazupon kazuya kawaguchi
📌 dependency: update yarn.lock

v8.11.1

Toggle v8.11.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kazupon kazuya kawaguchi
✨ release(patch): v8.11.1

v8.11.0

Toggle v8.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kazupon kazuya kawaguchi
🎉 release(minor): v8.11.0

v8.10.0

Toggle v8.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kazupon kazuya kawaguchi
📌 dependency: add resolutions

NOTE:
  workaround of vuepress issue: vuejs/vuepress#1417

v8.9.0

Toggle v8.9.0's commit message
⚡ improvement(flowtype): Fix missing type declarations in flow type (k…

…azupon#529) by @exoego

* Conform flow type declarations to TypeScript type definitions.

* Use explicit type instead of anonymous type.

v8.8.2

Toggle v8.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
kazupon kazuya kawaguchi
🐛 bug(mixin): fix memory leak

closes kazupon#514

v8.8.1

Toggle v8.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kazupon kazuya kawaguchi
📦 build(vuepress): update docs

v8.8.0

Toggle v8.8.0's commit message
⚡ improvement(index): silence fallback warnings (kazupon#510) by @SzN…

…agyMisu

* ⚡ improvement(option): silentFallbackWarn (kazupon#139)

* feature(option): add silentFallbackWarn to VueI18n constructor
  * silence fallback warnings
  * warn only if no translation is found at all

* adding typescript property declaration

* 📝 docs(options): document silentFallbackWarn

* Update vuepress/api/README.md

Co-Authored-By: SzNagyMisu <[email protected]>

* ⚡ improvement(option): silentFallbackWarn

* include case when pathRet is not null, undefined, array, plain object or string
* provide test case

v8.7.0

Toggle v8.7.0's commit message
⚡ improvement(directive): Preserve directive content (kazupon#495) by @…

…bponomarenko

* feature(directive): add .preserve modifier to v-t directive

Fixes kazupon#408

* feature(index): add new preserveDirectiveContent i18nOption

* improvement(directive): preserve directive content when preserveDirectiveContent i18nOption is set to true

Fixes kazupon#408

* docs(directive): add documentation about new .preserve modifier and update examples