Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Releases: kazupon/vue-i18n

v8.3.1

08 Nov 07:54
1798490
Compare
Choose a tag to compare

v8.3.1 (2018-11-08)

🐛 Bug Fixes

  • directive: fix cannnot update with v-t when had been changed locale message (4895a2e), closes #450
  • index: fix merge bug (1798490), closes #458
  • missing: fix vm argument passing (dc48099), closes #453

⚡ Improvements

v8.3.0

29 Oct 16:42
Compare
Choose a tag to compare

v8.3.0 (2018-10-29)

⚡ Improvements

v8.2.1

15 Oct 09:05
f2d0c0b
Compare
Choose a tag to compare

v8.2.1 (2018-10-15)

🐛 Bug Fixes

⚡ Improvements

  • index: Suppress some warnings in production: smaller min.js and performance gain. (#441) by @exoego (43931f5), closes #441

v8.2.0

13 Oct 18:33
Compare
Choose a tag to compare

v8.2.0 (2018-10-13)

🐛 Bug Fixes

⚡ Improvements

v8.1.1

12 Oct 09:20
Compare
Choose a tag to compare

v8.1.1 (2018-10-12)

🐛 Bug Fixes

  • build: fix rollup building issues (1a1958a)
  • format: Should warn as unknown if named format is not closed. (#435) by @exoego (d1f6ed0), closes #435
  • install: fix cannot redfine error (6d5ec61)

⚡ Improvements

  • package.json: tree shaking optimization (38948c5)

v8.1.0

03 Sep 09:20
8057a06
Compare
Choose a tag to compare

8.1.0 (2018-09-03)

🐛 Bug Fixes

⚡ Improvements

v8.0.0

23 Jun 17:43
076f165
Compare
Choose a tag to compare

v8.0.0 (2018-06-23)

💥 Breaking changes

Note that you need to guarantee this context equal to component instance in lifecycle methods (e.g. in data options, const $t = this.$t.bind(this)).

export default {
  data () {
    const $t = this.$t.bind(this)
    return { msg: $t('msg') }
  }
}

see the API docs

🐛 Bug Fixes

  • bug(directive): fix guard checking at unbind (c74888c), closes #340

v7.8.1

18 Jun 17:33
ffccf87
Compare
Choose a tag to compare

v7.8.1 (2018-06-18)

🐛 Bug Fixes

  • directive: fix cannot unbind bug (105888d), closes #377

v7.8.0

01 Jun 17:27
a7cb8da
Compare
Choose a tag to compare

v7.8.0 (2018-06-01)

⚡ Improvements

  • typescript: add type exportings (a7cb8da)

v7.7.0

20 May 05:12
Compare
Choose a tag to compare

v7.7.0 (2018-05-20)

⚡ Improvements