Releases: intlify/vue-i18n
Releases · intlify/vue-i18n
v9.3.0-beta.20
What's Changed
🌟 Features
🐛 Bug Fixes
- fix: reslove with caml-case for components by @kazupon in #1418
- fix: crash of the app when we mix flat json keys by @kazupon in #1419
📈 Performance Fixes
📝️ Documentations
New Contributors
Full Changelog: v9.3.0-beta.19...v9.3.0-beta.20
v9.3.0-beta.19
What's Changed
🐛 Bug Fixes
- fix: Resolve the message in components which was rendered with slots, for about
<i18n-t>
,<i18n-n>
and<i18n-d>
by @kazupon in #1416
Full Changelog: v9.3.0-beta.18...v9.3.0-beta.19
v9.3.0-beta.18
What's Changed
🌟 Features
🐛 Bug Fixes
- fix: isPlainObject incorrectly identifies objects wrapped in a Proxy object in Safari 10 by @reed-soul in #1379
⚡ Improvement Features
- Improve documentation about TypeScript Support by @bchazelle-ubitransport in #1374
- fix: typo in I18nErrorCodes enum by @T0TProduction in #1394
- Fix typo by @tkalmar in #1393
- fix: drop node v14 by @NozomuIkuta in #1399
- fix: avoid transform to
globalThis
with bundler by @kazupon in #1413
📝️ Documentations
- Update breaking.md by @Sojaner in #1366
- docs: adjust Translation props in JSDoc by @iamandrewluca in #1372
- docs: update vue-demi version by @blackwindforce in #1375
- docs: add section about petite-vue-i18n by @NozomuIkuta in #1402
New Contributors
- @Sojaner made their first contribution in #1366
- @iamandrewluca made their first contribution in #1372
- @bchazelle-ubitransport made their first contribution in #1374
- @blackwindforce made their first contribution in #1375
- @T0TProduction made their first contribution in #1394
- @tkalmar made their first contribution in #1393
- @NozomuIkuta made their first contribution in #1402
- @reed-soul made their first contribution in #1379
Full Changelog: v9.3.0-beta.17...v9.3.0-beta.18
v9.3.0-beta.17
What's Changed
🌟 Features
⚡ Improvement Features
- fix: global locale is not respected by useI18n by @Csszabi98 in #1316
- chore: switch to vitest from jest by @kazupon in #1342
📝️ Documentations
- docs: Add space before link text by @munierujp in #1336
- typo fix by @arikw in #1337
- Fixed Typo by @flashspys in #1339
- Fixed typo in example by @tom-knight in #1341
- fix: broken links in v8 docs by @dekatron in #1354
- Fixed double sentence by @m-glass in #1348
New Contributors
- @Csszabi98 made their first contribution in #1316
- @adisamicheal made their first contribution in #1328
- @asanvicentec made their first contribution in #1329
- @munierujp made their first contribution in #1336
- @arikw made their first contribution in #1337
- @flashspys made their first contribution in #1339
- @tom-knight made their first contribution in #1341
- @dekatron made their first contribution in #1354
- @m-glass made their first contribution in #1348
Full Changelog: v9.3.0-beta.16...v9.3.0-beta.17
v9.3.0-beta.16
v9.3.0-beta.15
What's Changed
🐛 Bug Fixes
⚡ Improvement Features
- fix: support type inference of Translation, NumberFormat and DatetimeFormat components on SFC template and JSX/TSX by @kazupon in #1310
📝️ Documentations
- docs: @huntersofbook/i18n tools by @productdevbook in #1311
New Contributors
- @flogehring made their first contribution in #1308
- @productdevbook made their first contribution in #1311
Full Changelog: v9.3.0-beta.14...v9.3.0-beta.15
v9.3.0-beta.14
v9.3.0-beta.13
This is new release flow test release
Full Changelog: v9.3.0-beta.12...v9.3.0-beta.13
v9.3.0-beta.12
This is new release flow test release
Full Changelog: v9.3.0-beta.11...v9.3.0-beta.12
v9.3.0-beta.11
v9.3.0-beta.11 (2022-12-23)
⭐ Features
⚡ Improvement Features
core-base
,shared
,vue-i18n-core
- #1277 fix: update typescript version and fix type error (@littleboarx)
📝 Documentation
- #1266 Fixed Links, added up-to-date link to v3 docs (@maxtaube)
- #1275 docs: update links (@huynl-96)
- #1245 Docs: search for "useI18n" yields non-existing /ja/api/composition.html (@Jinyoung-s)
Committers: 5
- Jinyoung So (@Jinyoung-s)
- Levi (Nguyễn Lương Huy) (@huynl-96)
- Maximilian Taube (@maxtaube)
- @littleboarx
- kazuya kawaguchi (@kazupon)