Skip to content

Releases: amannn/next-intl

v3.25.1

13 Nov 08:15
Compare
Choose a tag to compare

3.25.1 (2024-11-13)

Bug Fixes

  • Correctly handle search params in redirects when using trailingSlash: true (#1537) (03a4620) – by @deini

v3.25.0

08 Nov 10:04
Compare
Choose a tag to compare

3.25.0 (2024-11-08)

Features

  • Add type exports to enable declaration: true in tsconfig.json (#1509) (6b2ca9c) – by @osaton

v3.24.0

31 Oct 07:00
Compare
Choose a tag to compare

3.24.0 (2024-10-31)

Features

v3.23.5

24 Oct 12:59
Compare
Choose a tag to compare

3.23.5 (2024-10-24)

Bug Fixes

v3.23.4

24 Oct 12:12
Compare
Choose a tag to compare

3.23.4 (2024-10-24)

Bug Fixes

v3.23.3

24 Oct 09:34
Compare
Choose a tag to compare

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

22 Oct 14:11
Compare
Choose a tag to compare

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

22 Oct 11:23
Compare
Choose a tag to compare

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

22 Oct 10:52
Compare
Choose a tag to compare

3.23.0 (2024-10-22)

Features

v3.22.0

21 Oct 14:17
Compare
Choose a tag to compare

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)