Releases: amannn/next-intl
Releases Β· amannn/next-intl
v3.18.1
3.18.1 (2024-08-29)
Bug Fixes
- Print warning for inconsistent i18n setup where no
locale
is read in getRequestConfig
and also none is returned (#1305) (2f0f781) β by @amannn
v3.18.0
3.18.0 (2024-08-28)
Features
v3.17.6
3.17.6 (2024-08-23)
Bug Fixes
v3.17.5
3.17.5 (2024-08-23)
Bug Fixes
- Lazy init message formatter for improved tree shaking in case
useTranslations
is only used in Server Components (#1279) (9f1725c) β by @amannn
v3.17.4
3.17.4 (2024-08-20)
Bug Fixes
v3.17.3
3.17.3 (2024-08-14)
Bug Fixes
- Handle optional catch-all segments in navigation APIs if no value is provided and handle the case if a dynamic value appears multiple times in a pathname (#1259) (58ef482), closes #1236 β by @amannn
v3.17.2
3.17.2 (2024-07-19)
Bug Fixes
- Fix open redirect vulnerability for
localePrefix: 'as-necessary'
by sanitizing pathname in the middleware (#1208) (f42ac01), closes #1207 β by @hblee12294
v3.17.1
3.17.1 (2024-07-15)
Bug Fixes
- Apply
useMemo
for useRouter
returned from createLocalizedPathnamesNavigation
to keep a stable reference when possible (#1201) (a1b9a36), closes #1198 β by @amannn
v3.17.0
3.17.0 (2024-07-12)
Features
v3.16.0
3.16.0 (2024-07-11)
Features