You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
# v10.4.0 (2026-05-21T13:43:10Z)
2
+
3
+
This changelog is generated by [GitHub Releases](https://github.com/nuxt-modules/i18n/releases/tag/v10.4.0)
4
+
5
+
### 🚀 Features
6
+
7
+
- First-class CDN support for lazy-loaded messages - by @Hronom and **Claude Opus 4.7 (1M context)** in https://github.com/nuxt-modules/i18n/issues/3976[<samp>(e4d6a)</samp>](https://github.com/nuxt-modules/i18n/commit/e4d6a5d9)
8
+
- Experimental prerenderMessages option - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3991[<samp>(8cc7c)</samp>](https://github.com/nuxt-modules/i18n/commit/8cc7ca86)
9
+
10
+
### 🐞 Bug Fixes
11
+
12
+
- Prevent silently disabling `experimental.compactRoutes` - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3972[<samp>(7789f)</samp>](https://github.com/nuxt-modules/i18n/commit/7789f899)
13
+
- Compact routes prerender handling and router warnings - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3975[<samp>(131a5)</samp>](https://github.com/nuxt-modules/i18n/commit/131a57b0)
14
+
- Prevent redirection to catch-all for unlocalized routes - by @fedetorre and **Federico Torresan** in https://github.com/nuxt-modules/i18n/issues/3911[<samp>(1cf37)</samp>](https://github.com/nuxt-modules/i18n/commit/1cf37d77)
15
+
- Skip path config generation for unlocalized routes - by @tatakaisun in https://github.com/nuxt-modules/i18n/issues/3993[<samp>(66322)</samp>](https://github.com/nuxt-modules/i18n/commit/66322e50)
16
+
- Warn on missing vueI18n config in builds - by @tatakaisun and @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3992[<samp>(26345)</samp>](https://github.com/nuxt-modules/i18n/commit/26345c19)
17
+
18
+
##### [View changes on GitHub](https://github.com/nuxt-modules/i18n/compare/v10.3.0...v10.4.0)
19
+
20
+
1
21
# v10.3.0 (2026-04-24T14:20:59Z)
2
22
3
23
This changelog is generated by [GitHub Releases](https://github.com/nuxt-modules/i18n/releases/tag/v10.3.0)
0 commit comments