Skip to content

Releases: amannn/next-intl

v4.8.3

16 Feb 08:43

Choose a tag to compare

4.8.3 (2026-02-16)

Bug Fixes

v4.8.2

02 Feb 09:24

Choose a tag to compare

4.8.2 (2026-02-02)

Bug Fixes

  • Avoid throwing config errors for non-Next.js consumers of next.config.ts (#2245) (f57800e) – by @amannn

v4.8.1

30 Jan 10:59

Choose a tag to compare

4.8.1 (2026-01-30)

Bug Fixes

v4.8.0

28 Jan 17:03

Choose a tag to compare

4.8.0 (2026-01-28)

Features

Fixes

  • Normalization of file references for useExtracted (#2230) – by @amannn

v4.7.0

01 Jan 10:10

Choose a tag to compare

4.7.0 (2026-01-01)

Improvements for useExtracted

  • Only run extraction for next dev and next build (not e.g. for next typegen)
  • Include line numbers for file references in .po files
  • Incorporate line numbers into sorting of messages within a single file (if you're using the default .po format)

(#2200) (ebc5e43) – by @amannn

v4.6.1

16 Dec 16:27

Choose a tag to compare

4.6.1 (2025-12-16)

Bug Fixes

v4.6.0

12 Dec 13:38

Choose a tag to compare

4.6.0 (2025-12-12)

Features

  • Custom formats for useExtracted, consistency fixes for file references, pruning of messages and sorting of keys (#2155) (c02818e) – by @amannn

v4.5.8

03 Dec 09:45

Choose a tag to compare

4.5.8 (2025-12-03)

Bug fixes for useExtracted

  • Append newline with .json formatter for useExtracted (#2148 by @amannn)
  • Handle multiple calls to useExtracted & getExtracted (#2149 by @amannn)
  • Avoid conflict with existing useTranslations import for useExtracted (#2150 by @amannn)

v4.5.7

01 Dec 15:14

Choose a tag to compare

4.5.7 (2025-12-01)

Bug Fixes

  • Skip accept-language parsing when locale cookie is already present (#2143) (0d1331b), closes #2116 – by @lxup

v4.5.6

27 Nov 14:37

Choose a tag to compare

4.5.6 (2025-11-27)

Bug fixes for useExtracted

  • Handle race condition when detecting locale changes which could lead to reset of messages with useExtracted (#2131 – by @amannn)
  • Don't depend on environment locale for sorting of keys with useExtracted (#2134 – by @amannn)
  • Retain .po flags for useExtracted and update po-parser to fix encoding (#2128 – by @amannn)