|
| 1 | +# v12.0.0-alpha.3 (2025-07-02T15:15:01Z) |
| 2 | + |
| 3 | +This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n/releases/tag/v12.0.0-alpha.3) |
| 4 | + |
| 5 | +<!-- Release notes generated using configuration in .github/release.yml at v12.0.0-alpha.3 --> |
| 6 | + |
| 7 | +## What's Changed |
| 8 | + |
| 9 | +### 🌟 Features |
| 10 | + |
| 11 | +- Part options support for $n by @mauryapari in https://github.com/intlify/vue-i18n/pull/2170 |
| 12 | +- feat: Part options support $d by @mauryapari in https://github.com/intlify/vue-i18n/pull/2177 |
| 13 | + |
| 14 | +### 🐛 Bug Fixes |
| 15 | + |
| 16 | +- fix: cannot resolve the ast messages which has json path by @kazupon in https://github.com/intlify/vue-i18n/pull/2157 |
| 17 | +- fix(typing): n() & d() output depending "part" option by @pinguet62 in https://github.com/intlify/vue-i18n/pull/2193 |
| 18 | +- Fix declaration order in Number formatting with options ResourceKeys must be before OptionsType by @louis49 in https://github.com/intlify/vue-i18n/pull/2205 |
| 19 | + |
| 20 | +### 💥 Breaking Changes |
| 21 | + |
| 22 | +- breaking: update component injection APIs for drop legacy by @kazupon in https://github.com/intlify/vue-i18n/pull/2176 |
| 23 | + |
| 24 | +### ⚡ Improvement Features |
| 25 | + |
| 26 | +- fix: update slot key filtering to exclude internal keys by @edison1105 in https://github.com/intlify/vue-i18n/pull/2167 |
| 27 | +- fix: improvement `n` and `$n` typings by @kazupon in https://github.com/intlify/vue-i18n/pull/2174 |
| 28 | +- Named, list, modifier examples by @mauryapari in https://github.com/intlify/vue-i18n/pull/2186 |
| 29 | +- fix: error on duplicate useI18n calling on local scope by @kazupon in https://github.com/intlify/vue-i18n/pull/2204 |
| 30 | + |
| 31 | +### 📝️ Documentations |
| 32 | + |
| 33 | +- Fix typos in CHANGELOG by @NoelDeMartin in https://github.com/intlify/vue-i18n/pull/2151 |
| 34 | +- docs: llms friendly text generation by @kazupon in https://github.com/intlify/vue-i18n/pull/2168 |
| 35 | +- docs: fix typo in pluralization.md by @KonRatt in https://github.com/intlify/vue-i18n/pull/2184 |
| 36 | +- docs: replace Legacy API usage with Composition API usage by @BobbieGoede in https://github.com/intlify/vue-i18n/pull/2196 |
| 37 | + |
| 38 | +### 🍭 Examples |
| 39 | + |
| 40 | +- examples: Storybook Example with vue3 and vite by @mauryapari in https://github.com/intlify/vue-i18n/pull/2173 |
| 41 | + |
| 42 | +## New Contributors |
| 43 | + |
| 44 | +- @NoelDeMartin made their first contribution in https://github.com/intlify/vue-i18n/pull/2151 |
| 45 | +- @edison1105 made their first contribution in https://github.com/intlify/vue-i18n/pull/2167 |
| 46 | +- @KonRatt made their first contribution in https://github.com/intlify/vue-i18n/pull/2184 |
| 47 | +- @louis49 made their first contribution in https://github.com/intlify/vue-i18n/pull/2205 |
| 48 | + |
| 49 | +**Full Changelog**: https://github.com/intlify/vue-i18n/compare/v12.0.0-alpha.2...v12.0.0-alpha.3 |
| 50 | + |
1 | 51 | # v12.0.0-alpha.2 (2025-03-20T05:28:56Z)
|
2 | 52 |
|
3 | 53 | This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n/releases/tag/v12.0.0-alpha.2)
|
|
0 commit comments