Releases: nuxt-modules/i18n
Releases · nuxt-modules/i18n
v8.0.0-beta.8
🚨 Breaking Changes
- Injection fields completion for nuxt app instance and page meta - by kazuya kawaguchi in #1711 (8e682)
🚀 Features
🐞 Bug Fixes
- Cannot work completion for Composer interface - by kazuya kawaguchi in #1707 (1876c)
- Not resolve deps on monorepo - by kazuya kawaguchi in #1712 (ef240)
- Ensure same symbol on vue-i18n - by kazuya kawaguchi in #1714 (395e4)
- Format - by kazuya kawaguchi (02ec6)
- Merge lazy loading resources to initial loading resources - by kazuya kawaguchi in #1723 (26f66)
- Not reoslve vue-i18n module - by kazuya kawaguchi in #1726 (226e2)
- Hydration miss match for prerender - by kazuya kawaguchi in #1733 (caaea)
- Resolve extending messages correctly - by kazuya kawaguchi in #1765 (46bd9)
- Resolve vue-i18n related modules on nuxt layers - by kazuya kawaguchi in #1768 (e93ce)
- Not work differentDomains - by kazuya kawaguchi in #1770 (cc6cc)
- Resolve ComponentCustomProperties type errors - by kazuya kawaguchi in #1791 (81e29)
View changes on GitHub
v7.3.1
v8.0.0-beta.7
v8.0.0-beta.6
🐞 Bug Fixes
- Cannot work locale changing, when we move with
<NuxtLink>
onno_prefix
- by @kazupon in #1686 (159c4)
View changes on GitHub
v8.0.0-beta.5
🚨 Breaking Changes
🐞 Bug Fixes
- Use nuxt3 rc12 on nuxtjs/i18n package with resolution field - by @kazupon (52b36)
- Enable includeUprefixedFallback on nitro:init hook - by @kazupon in #1642 (f7f71)
- Upgrade vue-i18n-routing for peer deps issue - by @kazupon in #1646 (4ba61)
- Resolve deps modules - by @kazupon in #1653 (b832f)
- V8 docs with docus official release version - by @kazupon in #1657 (3a466)
- Cannot export some perperties and functions via useI18n as local scope - by @kazupon in #1663 (378e2)
- AlwaysRedirect in detectBrowserLanguage - by @kazupon in #1668 (b0659)
- API type completion - by @kazupon in #1682 (bdf0d)
- gen: Consider named functions - by @ineshbose in #1616 and #1617 (e928b)
View changes on GitHub
v8.0.0-beta.4
🚀 Features
🐞 Bug Fixes
- Diffrent domain loop redirection - by @kazupon in #1606
- Locale resources not loaded on windows - by @kazupon in #1607
- Non i18n custom block transforming - by @kazupon in #1608
- Suppress warning on 'prefix' strategy - by @kazupon in #1612
- Support i18n composable functions callable on definePageMeta functions - by @kazupon in #1629
- Extract defineI18nRoute options fully - by @kazupon in #1636
- Locale resources esm loading with import assertions - by @kazupon in #1637
- Install failing with @vue/composition-api peer deps - by @kazupon in #1639
View changes on GitHub
v8.0.0-beta.3
🚀 Features
🐞 Bug Fixes
- Avoid route reactivity value missing - by @kazupon in #1586
- Prefix strategy routing - by @kazupon in #1592
- Cannot work i18n custom block on 'lazy: false' - by @kazupon in #1595
- Cannot work browser locale on no_prefix strategy - by @kazupon in #1597
- Default composition mode - by @kazupon in #1599
View changes on GitHub
v8.0.0-beta.2
🐞 Bug Fixes
- Wrong locales file extension - by @luthfi-hh in #1578
- Resolve type definition missing - by @kazupon in #1583
- Peer dependencies conflict on pnpm - by @kazupon in #1584
View changes on GitHub
v8.0.0-beta.1
🚀 Features
- Support nuxt v3 rc.11 - by @kazupon in #1551
- Support
rootRedirect
option - by @kazupon in #1560 - Support dynamic route params localization - by @kazupon in #1562
- Support page transition locale switching fully - by @kazupon in #1566
- Support per-component translations - by @kazupon in #1567
- Support nuxt3 rc.12 - by @kazupon in #1570
🐞 Bug Fixes
- Add
defineNuxtRouteMiddleware
wrapper - by @danielroe in #1558 - Cannot generate on differentDomains - by @kazupon in #1559
- Type errors - by @kazupon in #1571
- Disable node v19 - by @kazupon in #1573
- Wrong packaging - by @kazupon in #1574
- Wrong resolving and exports - by @kazupon in #1575
View changes on GitHub
v8.0.0-alpha.3
🚀 Features
- Support differentDomains - by @kazupon in #1540
- Support
defaultDirection
option - by @kazupon in #1541 - Custome route path for component with
defineI18nRoute
- by @kazupon in #1544 - Support ignoring localized routes - by @kazupon in #1546
- Support extending messages hook - by @kazupon in #1550