Releases: amannn/next-intl
Releases Β· amannn/next-intl
v4.5.1
v4.5.0
v4.4.0
Changes
- Bump peer dependency for Next.js 16
- Update examples for Next.js 16
- Update docs to cover
proxy.ts
π learn.next-intl.dev has been updated for Next.js 16 as well (changelog)
v4.3.12
v4.3.11
v4.3.10
v4.3.9
v4.3.8
v4.3.7
4.3.7 (2025-09-09)
Bug Fixes
- Avoid
usePathnameinconsistency in Next.js leading to a hydration error with custom prefixes,localePrefix: 'always'and static rendering (#2012) (bc9cb62), closes #2011 vercel/next.js#73085 #1571 β by @hugotiger
v4.3.6
4.3.6 (2025-09-04)
Bug Fixes
- Ensure messages declaration continues working in
next devfor upcoming[email protected](#2008) (2bf09ec) β by @amannn