Skip to content

Releases: intlify/vue-i18n

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

v9.0.0-rc.8

23 Feb 19:05
bc0f75e
Compare
Choose a tag to compare

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

🐛 Bug Fixes

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

📝 Documentation

Committers: 3

v9.0.0-rc.7

16 Feb 02:51
65553d1
Compare
Choose a tag to compare

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

⚡ Improvement Features

Committers: 2

v9.0.0-rc.6

10 Feb 11:41
0ebe602
Compare
Choose a tag to compare

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

🐛 Bug Fixes

Committers: 2

v9.0.0-rc.5

02 Feb 01:26
c7d5bbf
Compare
Choose a tag to compare

v9.0.0-rc.5 (2021-02-02)

🐛 Bug Fixes

  • core-base
    • #330 fix won't fallback when fallbackLocale is empty string, and add a test (@PeterAlfredLee)

⚡ Improvement Features

  • vue-i18n
    • #332 fix: support vue-devtools component inspector custom tags breaking change (@kazupon)

📝 Documentation

Committers: 5

v9.0.0-rc.4

22 Jan 04:13
66f1566
Compare
Choose a tag to compare

v9.0.0-rc.4 (2021-01-22)

🐛 Bug Fixes

  • message-resolver, vue-i18n
    • #308 Revert "Add support for flat json separated with dot('.')" (@kazupon)

Committers: 1

v9.0.0-rc.3

19 Jan 15:45
dcd005c
Compare
Choose a tag to compare

v9.0.0-rc.3 (2021-01-19)

🐛 Bug Fixes

⚡ Improvement Features

  • message-resolver, vue-i18n

📝 Documentation

Committers: 3