Releases: kazupon/vue-i18n
Releases · kazupon/vue-i18n
v8.3.1
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
v8.3.0 (2018-10-29)
⚡ Improvements
v8.2.1
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
v8.2.0 (2018-10-13)
🐛 Bug Fixes
⚡ Improvements
v8.1.1
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
8.1.0 (2018-09-03)
🐛 Bug Fixes
⚡ Improvements
v8.0.0
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
v7.8.1 (2018-06-18)
🐛 Bug Fixes
- directive: fix cannot unbind bug (105888d), closes #377
v7.8.0
v7.8.0 (2018-06-01)
⚡ Improvements
- typescript: add type exportings (a7cb8da)
v7.7.0
v7.7.0 (2018-05-20)
⚡ Improvements