From e9e74dc9b6ed1a10f36454e42d90cc18bbbfbfc9 Mon Sep 17 00:00:00 2001 From: kazupon Date: Sat, 27 Apr 2024 09:15:57 +0000 Subject: [PATCH] chore: sync changelog --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0afcecf8e..559dcbcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +# v10.0.0-alpha.3 (2024-04-27T09:15:50Z) + +This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n-next/releases/tag/v10.0.0-alpha.3) + + + +## What's Changed + +### 💥 Breaking Changes + +- breaking: drop fully `formatter` option codes on Legacy API by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1826 +- breaking: drop fully `preserveDirectiveContent` option codes on Legacy API by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1827 +- breaking: drop fully `preserve` modifier codes on `v-t` directive by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1828 +- breaking: drop fully `getChoiceIndex` on Legacy API by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1829 + +### ⚡ Improvement Features + +- fix: reduce devtools pkgs and size by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1823 + +### 📝️ Documentations + +- docs: add favicon by @BobbieGoede in https://github.com/intlify/vue-i18n-next/pull/1824 +- docs: fix typos by @BobbieGoede in https://github.com/intlify/vue-i18n-next/pull/1825 +- Update started.md to fix typo by @steveclarke in https://github.com/intlify/vue-i18n-next/pull/1822 + +## New Contributors + +- @steveclarke made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1822 + +**Full Changelog**: https://github.com/intlify/vue-i18n-next/compare/v10.0.0-alpha.2...v10.0.0-alpha.3 + # v10.0.0-alpha.2 (2024-04-22T23:27:21Z) This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n-next/releases/tag/v10.0.0-alpha.2)