Skip to content

Releases: amannn/next-intl

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)

v3.21.1

09 Oct 09:22
Compare
Choose a tag to compare

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

09 Oct 09:16
Compare
Choose a tag to compare

3.21.0 (2024-10-09)

Features

v3.20.0

24 Sep 10:50
Compare
Choose a tag to compare

3.20.0 (2024-09-24)

Features