Releases: kazupon/vue-i18n
Releases · kazupon/vue-i18n
v8.15.1
⚡ Improvements
- mixin: change to custom blocks parse error (a9858be)
v8.14.1
8.14.1 (2019-09-12)
🐛 Bug Fixes
- path: fix branket key error (8d2aba7)
- component: Fix interpolation component when there are empty text nodes (547cdd1) by @Demivan
v8.13.0
⭐ New Features
- datetime/number formats fallback warning filter (46de19e), closes #558
- fallback translation warning filter (69fc798)
- translation missing warning filter (666dc9d)
v8.12.0
⭐ New Features
- mixin: shared locale messages feature (82543de)
⚡ Improvements
- typing: sharedMessages option type (6967a15)
v8.11.2
🐛 Bug Fixes
- bug(mixin): fix SSR memory leak by moving subscribeDataChanging calls into beforeMount (#572) by @Pindar (32b5795), closes #572
v8.11.1
🐛 Bug Fixes
- fix ES Modules distribution (bb631a1)