|
| 1 | +# v9.3.0-beta.18 (2023-05-30T09:23:26Z) |
| 2 | + |
| 3 | +This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n-next/releases/tag/v9.3.0-beta.18) |
| 4 | + |
| 5 | +<!-- Release notes generated using configuration in .github/release.yml at v9.3.0-beta.18 --> |
| 6 | + |
| 7 | +## What's Changed |
| 8 | +### 🌟 Features |
| 9 | +* feat: support vue 3.3 by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1407 |
| 10 | +### 🐛 Bug Fixes |
| 11 | +* fix: isPlainObject incorrectly identifies objects wrapped in a Proxy object in Safari 10 by @reed-soul in https://github.com/intlify/vue-i18n-next/pull/1379 |
| 12 | +### ⚡ Improvement Features |
| 13 | +* Improve documentation about TypeScript Support by @bchazelle-ubitransport in https://github.com/intlify/vue-i18n-next/pull/1374 |
| 14 | +* fix: typo in I18nErrorCodes enum by @T0TProduction in https://github.com/intlify/vue-i18n-next/pull/1394 |
| 15 | +* Fix typo by @tkalmar in https://github.com/intlify/vue-i18n-next/pull/1393 |
| 16 | +* fix: drop node v14 by @NozomuIkuta in https://github.com/intlify/vue-i18n-next/pull/1399 |
| 17 | +* fix: avoid transform to `globalThis` with bundler by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1413 |
| 18 | +### 📝️ Documentations |
| 19 | +* Update breaking.md by @Sojaner in https://github.com/intlify/vue-i18n-next/pull/1366 |
| 20 | +* docs: adjust Translation props in JSDoc by @iamandrewluca in https://github.com/intlify/vue-i18n-next/pull/1372 |
| 21 | +* docs: update vue-demi version by @blackwindforce in https://github.com/intlify/vue-i18n-next/pull/1375 |
| 22 | +* docs: add section about petite-vue-i18n by @NozomuIkuta in https://github.com/intlify/vue-i18n-next/pull/1402 |
| 23 | + |
| 24 | +## New Contributors |
| 25 | +* @Sojaner made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1366 |
| 26 | +* @iamandrewluca made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1372 |
| 27 | +* @bchazelle-ubitransport made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1374 |
| 28 | +* @blackwindforce made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1375 |
| 29 | +* @T0TProduction made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1394 |
| 30 | +* @tkalmar made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1393 |
| 31 | +* @NozomuIkuta made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1402 |
| 32 | +* @reed-soul made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1379 |
| 33 | + |
| 34 | +**Full Changelog**: https://github.com/intlify/vue-i18n-next/compare/v9.3.0-beta.17...v9.3.0-beta.18 |
| 35 | + |
| 36 | + |
1 | 37 | # v9.3.0-beta.17 (2023-03-22T07:38:43Z)
|
2 | 38 |
|
3 | 39 | This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-i18n-next/releases/tag/v9.3.0-beta.17)
|
|
0 commit comments