vue-i18n

Vue I18n for Vue 3

MIT License

Downloads
19.2M
Stars
2.1K

Bot releases are hidden (Show)

vue-i18n - v9.2.0-alpha.7

Published by kazupon about 3 years ago

v9.2.0-alpha.7 (2021-07-23)

⭐ Features

  • core-base, core, devtools-if, message-compiler, message-resolver, petite-vue-i18n, runtime, size-check-core, size-check-petite-vue-i18n, size-check-vue-i18n, vue-devtools, vue-i18n-core, vue-i18n

⚡ Improvement Features

  • core-base, vue-i18n
  • size-check-vue-i18n, vue-i18n
    • #583 improvement: deprecated VUE_I18N_PROD_DEVTOOLS feature flag (@kazupon)

📝 Documentation

Committers: 1

vue-i18n - v9.2.0-alpha.6

Published by kazupon over 3 years ago

v9.2.0-alpha.6 (2021-07-16)

⚡ Improvement Features

Committers: 1

vue-i18n - v9.1.7

Published by kazupon over 3 years ago

v9.1.7 (2021-07-13)

🐛 Bug Fixes

  • core-base
    • #570 fix: INTLIFY_PROD_DEVTOOLS is not defined (#532) (@kazupon)

Committers: 1

vue-i18n - v9.2.0-alpha.5

Published by kazupon over 3 years ago

v9.2.0-alpha.5 (2021-07-06)

⚡ Improvement Features

  • vue-i18n

💥 Breaking Change

  • core-base, core, devtools-if, message-compiler, message-resolver, runtime, shared, vue-devtools, vue-i18n

📝 Documentation

Committers: 5

vue-i18n - v9.2.0-alpha.4

Published by kazupon over 3 years ago

v9.2.0-alpha.4 (2021-06-12)

🐛 Bug Fixes

  • core-base
  • vue-i18n
    • #524 fix: cannot hook at beforeUnmount/unmounted (@kazupon)

💥 Breaking Change

Committers: 1

vue-i18n - v9.2.0-alpha.3

Published by kazupon over 3 years ago

v9.2.0-alpha.3 (2021-06-02)

🐛 Bug Fixes

Committers: 1

vue-i18n - v9.2.0-alpha.2

Published by kazupon over 3 years ago

v9.2.0-alpha.2 (2021-06-02)

⭐ Features

  • core-base, vue-i18n

🐛 Bug Fixes

💥 Breaking Change

Committers: 2

vue-i18n - v9.2.0-alpha.1

Published by kazupon over 3 years ago

v9.2.0-alpha.1 (2021-05-25)

⭐ Features

  • core-base, message-resolver, vue-i18n

⚡ Improvement Features

  • core-base, vue-i18n
  • vue-i18n
    • #478 improvement: target component highlighting on i18n resources inspector (@kazupon)

💥 Breaking Change

  • core-base, vue-i18n

📝 Documentation

Committers: 4

vue-i18n - v9.1.6

Published by kazupon over 3 years ago

v9.1.6 (2021-04-15)

🐛 Bug Fixes

  • vue-i18n

Committers: 1

vue-i18n - v9.1.5

Published by kazupon over 3 years ago

v9.1.5 (2021-04-15)

⚡ Improvement Features

  • vue-i18n

Committers: 2

vue-i18n - v9.1.4

Published by kazupon over 3 years ago

v9.1.4 (2021-04-11)

⚡ Improvement Features

  • core-base, devtools-if, vue-i18n

📝 Documentation

  • #449 Japanese translation (~essential) (@noy4)

Committers: 2

vue-i18n - v9.1.3

Published by kazupon over 3 years ago

v9.1.3 (2021-04-09)

⚡ Improvement Features

  • core-base, vue-i18n
    • #446 experimental: improve meta for intlify devtools (@kazupon)

Committers: 1

vue-i18n - v9.1.2

Published by kazupon over 3 years ago

v9.1.2 (2021-04-08)

🐛 Bug Fixes

Committers: 1

vue-i18n - v9.1.1

Published by kazupon over 3 years ago

v9.1.1 (2021-04-07)

🐛 Bug Fixes

  • vue-i18n
    • #436 fix: cannot defined feature flags accessing (@kazupon)

Committers: 1

vue-i18n - v9.1.0

Published by kazupon over 3 years ago

v9.1.0 (2021-04-07)

⭐ Features

  • core-base, devtools-if, vue-i18n
    • #433 experimental: Hooking for @intlify/devtools (@kazupon)
  • core-base, vue-i18n
    • #411 feat: resolve locale message translation new API rt (@kazupon)
  • message-resolver, shared, vue-i18n
  • vue-i18n

🐛 Bug Fixes

⚡ Improvement Features

  • core-base, vue-i18n
  • core-base
  • message-compiler, shared, vue-i18n
    • #397 fix: Support for browsers that don't support object spread literals (@kazupon)
  • vue-i18n

💥 Breaking Change

  • core-base, size-check-vue-i18n, vue-i18n
    • #434 breaking: split devtools production feature flags (@kazupon)

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: false

Previously, __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

Committers: 6

vue-i18n - v9.0.0

Published by kazupon over 3 years ago

v9.0.0 (2021-02-27)

See the below link:
https://blog.intlify.dev/posts/vue-i18n-9.html

vue-i18n - v9.0.0-rc.9

Published by kazupon over 3 years ago

v9.0.0-rc.9 (2021-02-26)

🐛 Bug Fixes

Committers: 2

vue-i18n - v9.0.0-rc.8

Published by kazupon over 3 years ago

v9.0.0-rc.8 (2021-02-23)

🐛 Bug Fixes

  • vue-i18n
    • #357 fix: cannot apply custom pluralization rules (@kazupon)

📝 Documentation

Committers: 3

vue-i18n - v9.0.0-rc.7

Published by kazupon over 3 years ago

v9.0.0-rc.7 (2021-02-16)

⚡ Improvement Features

Committers: 2

vue-i18n - v9.0.0-rc.6

Published by kazupon over 3 years ago

v9.0.0-rc.6 (2021-02-10)

🐛 Bug Fixes

Committers: 2