v9.0.0-rc.1
Pre-release
Pre-release
github-actions
released this
30 Sep 13:39
·
15 commits
to main
since this release
As we are approaching stable v9 we are excited to publish the first release candidate! Share your feedback and experience so we can land v9 as stable and as soon as possible 🙏
Please take time to view the Breaking changes in v9 page for an overview of changes and migration steps required.
You may need to refresh lockfiles before installing to ensure the correct subdependencies are installed.
At stable release we will include a propert overview of the improvements we have made in this major version.
🚨 Breaking Changes
- Upgrade vue-i18n v10 - by @kazupon in #3001 (c3b1f)
- Rename public runtime config properties - by @BobbieGoede in #3096 (34b7b)
- Configurable
lang
attribute foruseLocaleHead
- by @BobbieGoede in #3097 (a3fb8) - Nuxt context injected function types - by @BobbieGoede in #3098 (97528)
- Remove deprecated legacy dynamic route params - by @BobbieGoede in #2801 (a00c2)
- Change
useLocaleHead
options shape and defaults - by @BobbieGoede in #3100 (85550) restructureDir
defaults - by @BobbieGoede in #3106 (3e336)- Move to ESM only - by @userquin in #3118 (eb31e)
- Remove deprecated locale
iso
property - by @BobbieGoede in #3146 (039f2)
🚀 Features
- V-t directive SSR fully - by @kazupon in #3014 (0ef6d)
- Generate
Locale
type based on configuration - by @BobbieGoede in #3025 (9aa71) - Configurable directory restructure - by @BobbieGoede in #3054 (08638)
- Configurable directory restructure - by @BobbieGoede in #3054 (c906a)
- Add support for multi domain locales - by @DotwoodMedia, Vincent de Vreede and DarthGigi in #3065 (88916)
- Add support for multi domain locales - by @DotwoodMedia, Vincent de Vreede and DarthGigi in #3065 (93d62)
- Runtime logger formatting and debug verbose option - by @BobbieGoede in #3067 (80d9e)
- Support Nuxt 4 - by @BobbieGoede in #3105 (73f6b)
- Support Nuxt 4 - by @BobbieGoede in #3105 (5ba98)
- Experimental typed routes - by @BobbieGoede in #3142 (c103d)
🐞 Bug Fixes
- Unpin and update dependencies - by @BobbieGoede in #3015 (3c327)
- Unable to configure server integration using inline options - by @BobbieGoede in #3020 (6c51e)
- Generated module augmentation should use
@intlify/core-base
- by @BobbieGoede in #3034 (e2c58) - Unable to configure server integration using inline options - by @BobbieGoede in #3020 (856ba)
- Encode
switchLocalePath
during SSR replacement - by @BobbieGoede in #3043 (be59c) - Encode
switchLocalePath
during SSR replacement - by @BobbieGoede in #3043 (28d22) - Rename locale
iso
property tolanguage
- by @BobbieGoede in #3055 (6a29a) - Rename locale
iso
property tolanguage
- by @BobbieGoede in #3055 (df938) strategy: 'no_prefix'
when usingdifferentDomains
- by @BobbieGoede in #3061 (8536b)strategy: 'no_prefix'
when usingdifferentDomains
- by @BobbieGoede in #3061 (53f16)- Cookie being reset on reload in ssg build - by @BobbieGoede in #3087 (ec74f)
- Set default values for
locales
andrestructureDir
- by @BobbieGoede in #3088 (88a7b) - Cookie being reset on reload in ssg build - by @BobbieGoede in #3087 (7ccaf)
- Empty
i18n
options not loadingvue-i18n
config file - by @BobbieGoede in #3093 (c720b) - Empty
i18n
options not loadingvue-i18n
config file - by @BobbieGoede in #3093 (a8463) - Fallback generated locale type to
string
- by @BobbieGoede in #3107 (b2d49) - Use generated tsconfig and virtual file augmentations - by @BobbieGoede in #3112 (62963)
- Remove
jiti
version override - by @BobbieGoede in #3115 (2678e) - Don't use nuxt aliases - by @userquin in #3120 (98897)
- Move shared types to runtime - by @userquin in #3121 (00638)
- Custom routes not analyzed in layer with custom
srcDir
- by @BobbieGoede in #3133 (b9e52) - Use
next
tag for v9 edge release - by @BobbieGoede in #3138 (f61b5) - Warn when using SEO features without
baseUrl
- by @BobbieGoede in #3145 (35b45)