Skip to content

Releases: amannn/next-intl

v4.14.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 09:17
Immutable release. Only release title and notes can be modified.

4.14.2 (2026-09-01)

Bug Fixes

  • Allow @eloqnt/* patches to resolve by moving to ^0.1.0 ranges (#2398) (4d18120) – by @amannn

v4.14.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 09:34
Immutable release. Only release title and notes can be modified.

4.14.1 (2026-08-28)

Bug Fixes

  • Unbreak experimental.messages without a messages.sourceLocale (#2395) (67fca94) – by @amannn

v4.14.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 09:20
Immutable release. Only release title and notes can be modified.

4.14.0 (2026-08-27)

Features

⚠️ If you're using useExtracted and the po format, this requires an update to your messages.

Please see #2393 for details and an upgrade prompt.

v4.13.7

Choose a tag to compare

@github-actions github-actions released this 17 Aug 08:18
Immutable release. Only release title and notes can be modified.

4.13.7 (2026-08-17)

Bug Fixes

  • Pin @swc/core to a range that is compatible with the extractor plugin (#2389) (a37d8aa) – by @amannn

v4.13.6

Choose a tag to compare

@github-actions github-actions released this 10 Aug 13:07
Immutable release. Only release title and notes can be modified.

4.13.6 (2026-08-10)

Bug Fixes

See the blog post on next/root-params.

v4.13.5

Choose a tag to compare

@github-actions github-actions released this 04 Aug 10:13
Immutable release. Only release title and notes can be modified.

4.13.5 (2026-08-04)

Bug Fixes

v4.13.4

Choose a tag to compare

@github-actions github-actions released this 23 Jul 12:57
Immutable release. Only release title and notes can be modified.

4.13.4 (2026-07-23)

Bug Fixes

  • Avoid usePathname() reads for non-locale-switching links, avoiding unnecessary <Suspense> wrappers with partial prefetching (#2362) (82de47f) – by @ceolinwill

v4.13.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:39
Immutable release. Only release title and notes can be modified.

4.13.3 (2026-07-21)

Bug Fixes

  • Next.js 16.3 compatibility preparation (only update locale cookie for document requests and not prefetches) (#2355) (0555ace) – by @amannn

v4.13.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:05
Immutable release. Only release title and notes can be modified.

4.13.2 (2026-07-10)

Bug Fixes

v4.13.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:41
Immutable release. Only release title and notes can be modified.

4.13.1 (2026-06-30)

Bug Fixes

  • Handle ICU escape sequences around < consistently in dev and production (#2352) (4025d1f) – by @amannn