Skip to content

Releases: intlify/vue-i18n

v9.2.0-alpha.1

25 May 10:47
bc15ae6
Compare
Choose a tag to compare

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

v9.1.6

15 Apr 15:10
092014d
Compare
Choose a tag to compare

v9.1.6 (2021-04-15)

🐛 Bug Fixes

  • vue-i18n

Committers: 1

v9.1.5

15 Apr 05:20
b4bc721
Compare
Choose a tag to compare

v9.1.5 (2021-04-15)

⚡ Improvement Features

  • vue-i18n

Committers: 2

v9.1.4

11 Apr 16:09
0aa3893
Compare
Choose a tag to compare

v9.1.4 (2021-04-11)

⚡ Improvement Features

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

📝 Documentation

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

Committers: 2

v9.1.3

09 Apr 06:09
d7c5434
Compare
Choose a tag to compare

v9.1.3 (2021-04-09)

⚡ Improvement Features

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

Committers: 1

v9.1.2

08 Apr 01:23
22095d4
Compare
Choose a tag to compare

v9.1.2 (2021-04-08)

🐛 Bug Fixes

Committers: 1

v9.1.1

07 Apr 19:58
5565d39
Compare
Choose a tag to compare

v9.1.1 (2021-04-07)

🐛 Bug Fixes

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

Committers: 1

v9.1.0

07 Apr 17:18
9942809
Compare
Choose a tag to compare

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

v9.0.0

27 Feb 05:22
Compare
Choose a tag to compare

v9.0.0 (2021-02-27)

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

v9.0.0-rc.9

26 Feb 13:22
94bed4d
Compare
Choose a tag to compare

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

🐛 Bug Fixes

Committers: 2