Releases: amannn/next-intl
Releases Β· amannn/next-intl
v3.23.4
3.23.4 (2024-10-24)
Bug Fixes
v3.23.3
3.23.3 (2024-10-24)
Bug Fixes
- Resolve locale for navigation APIs consistently from
i18n/request.ts
in react-server
like all other APIs do (#1459) (8c6d5ff) β by @amannn
v3.23.2
3.23.2 (2024-10-22)
Bug Fixes
- Handle inlined search params and hashes correctly in
<Link />
from createNavigation
(#1448) (ba0a537) β by @amannn
v3.23.1
3.23.1 (2024-10-22)
Bug Fixes
- Remove usage of deprecated
ReactNodeArray
which is removed in React 19 (#1445) (2396345) β by @amannn
v3.23.0
3.23.0 (2024-10-22)
Features
v3.22.0
3.22.0 (2024-10-21)
β See blog post: next-intl 3.22: Incrementally moving forward
Features
- feat:
createNavigation
(#1316)
- feat: Add async
requestLocale
param to getRequestConfig
for Next.js 15 support (#1383)
- feat: Add
localeCookie
option for middleware (#1414)
- feat: Add
setRequestLocale
(#1437)
Fixes
- fix: When using
domains
, handle unknown domains more gracefully (#1389)
Deprecations
- Deprecate
defaultTranslationValues
(#1411)
- Deprecate
unstable_setRequestLocale
(#1437)
v3.21.1
3.21.1 (2024-10-09)
Bug Fixes
- Repair package publishing workflow (this release doesn't include any library changes) (ceba9ae) β by @amannn
v3.21.0
3.21.0 (2024-10-09)
Features
v3.20.0
3.20.0 (2024-09-24)
Features
v3.19.5
3.19.5 (2024-09-24)
Bug Fixes