|
| 1 | +# v12.0.0-alpha.1 (2025-03-17T08:55:44Z) |
| 2 | + |
| 3 | +This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n/releases/tag/v12.0.0-alpha.1) |
| 4 | + |
| 5 | +<!-- Release notes generated using configuration in .github/release.yml at v12.0.0-alpha.1 --> |
| 6 | + |
| 7 | +## What's Changed |
| 8 | + |
| 9 | +### 🌟 Features |
| 10 | + |
| 11 | +- feat: reactive `availableLocales` using computed property by @mnenie in https://github.com/intlify/vue-i18n/pull/2058 |
| 12 | +- feat: configurable `ComponentCustomProperties['$i18n']` type by @BobbieGoede in https://github.com/intlify/vue-i18n/pull/2093 |
| 13 | +- feat(core-base): accessor for locale messages by @kazupon in https://github.com/intlify/vue-i18n/pull/2135 |
| 14 | + |
| 15 | +### 🐛 Bug Fixes |
| 16 | + |
| 17 | +- Fix: Synchronous Watcher Issue Caused by Locale Setting Order by @lcjnil in https://github.com/intlify/vue-i18n/pull/2104 |
| 18 | + |
| 19 | +### 💥 Breaking Changes |
| 20 | + |
| 21 | +- breaking: drop custom directive v-t by @kazupon in https://github.com/intlify/vue-i18n/pull/2061 |
| 22 | +- feat!: change to `mangle` option name from `minify` option name by @kazupon in https://github.com/intlify/vue-i18n/pull/2064 |
| 23 | +- drop node v18 by @babu-ch in https://github.com/intlify/vue-i18n/pull/2109 |
| 24 | +- drop Legacy API by @babu-ch in https://github.com/intlify/vue-i18n/pull/2110 |
| 25 | +- ship ESM only by @babu-ch in https://github.com/intlify/vue-i18n/pull/2112 |
| 26 | + |
| 27 | +### ⚡ Improvement Features |
| 28 | + |
| 29 | +- fix: update MountOptions.components type by @johnsoncodehk in https://github.com/intlify/vue-i18n/pull/2128 |
| 30 | + |
| 31 | +### 📈 Performance Fixes |
| 32 | + |
| 33 | +- perf: more optimize bundle size by @kazupon in https://github.com/intlify/vue-i18n/pull/2065 |
| 34 | + |
| 35 | +### 📝️ Documentations |
| 36 | + |
| 37 | +- docs: API reference for multi version preparation by @kazupon in https://github.com/intlify/vue-i18n/pull/2059 |
| 38 | +- fix(installation.md): update installation commands for package manager by @Vincere1st in https://github.com/intlify/vue-i18n/pull/2081 |
| 39 | +- Update introduction.md by @ismailsabet in https://github.com/intlify/vue-i18n/pull/2095 |
| 40 | +- Update CONTRIBUTING.md by @babu-ch in https://github.com/intlify/vue-i18n/pull/2111 |
| 41 | +- docs: clarify `v-t` limitations and reactivity behavior by @docnoe in https://github.com/intlify/vue-i18n/pull/2118 |
| 42 | + |
| 43 | +## New Contributors |
| 44 | + |
| 45 | +- @mnenie made their first contribution in https://github.com/intlify/vue-i18n/pull/2058 |
| 46 | +- @Vincere1st made their first contribution in https://github.com/intlify/vue-i18n/pull/2081 |
| 47 | +- @ismailsabet made their first contribution in https://github.com/intlify/vue-i18n/pull/2095 |
| 48 | +- @lcjnil made their first contribution in https://github.com/intlify/vue-i18n/pull/2104 |
| 49 | +- @babu-ch made their first contribution in https://github.com/intlify/vue-i18n/pull/2109 |
| 50 | +- @johnsoncodehk made their first contribution in https://github.com/intlify/vue-i18n/pull/2128 |
| 51 | + |
| 52 | +**Full Changelog**: https://github.com/intlify/vue-i18n/compare/v11.0.1...v12.0.0-alpha.1 |
| 53 | + |
1 | 54 | # v11.0.1 (2024-12-26T07:40:58Z)
|
2 | 55 |
|
3 | 56 | This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n/releases/tag/v11.0.1)
|
|
0 commit comments