Skip to content

Releases: lingui/js-lingui

v5.7.0

12 Dec 14:32
e8c42d5

Choose a tag to compare

5.7.0 (2025-12-12)

Features

  • cli: add --output-prefix option to customize compiled file headers (#2377) (ef77310)

Bug Fixes

  • cli: allow using PO formatter function with Translation.IO (#2375) (f8b90e2)
  • Gettext formatter merges duplicate plural entries (#2347) (d72b23f)

v5.6.1

28 Nov 10:47
eeab372

Choose a tag to compare

5.6.1 (2025-11-28)

Bug Fixes

  • macro: recrawl scope only if useLingui was used (#2370) (9fd8b84)

v5.6.0

12 Nov 07:57
6a8e2a6

Choose a tag to compare

5.6.0 (2025-11-12)

Features

  • experimental-extractor: reconsider includeDeps (#2362) (a4883fc)

Bug Fixes

  • core: improve type of values accepted by date/time/number formats (#2359) (c1f2800)

v5.5.2

30 Oct 14:41
197bcd9

Choose a tag to compare

5.5.2 (2025-10-30)

Bug Fixes

  • cli: process hang when error happend in extract (#2349) (09ab46d)
  • macro: correctly update bindings after transformation (#2356) (a9fdf3f)

v5.5.1

10 Oct 09:46
3bd1384

Choose a tag to compare

5.5.1 (2025-10-10)

NPM Trusted Publishing support (#2327) (3a8efa5)

Bug Fixes

  • orderByMessage should also order by context (#2337) (e84de76)

v5.5.0

12 Sep 09:19
26700f0

Choose a tag to compare

5.5.0 (2025-09-12)

Features

  • cli: support multithreading in all CLI commands (#2320) (86fbcd8)
  • cli: add babel parser flag for import defer * as q from '...' (#2309) (a09c973)

To learn more about CLI multithreading, see the --workers parameter in the CLI documentation.

v5.4.1

11 Aug 07:07
296f115

Choose a tag to compare

5.4.1 (2025-08-11)

Bug Fixes

  • extractor: sort placeholders to keep them stable between runs (#2307) (decf4cd)
  • vite-plugin: add error handling for dynamic import of @lingui/core/macro (#2056) (c863faa)
  • remove @messageformat/date-skeleton from bundledDependencies (#2293) (9601701)

v5.4.0

01 Aug 13:40
ce0d17b

Choose a tag to compare

5.4.0 (2025-08-01)

Features

  • cli: full concurrency for extract / compile commands (#2299) (489fb3a)

Bug Fixes

  • react: remove VFC, FC type usage (#2290) (30e5242)
  • metro-transformer: remove metro peer dep from metro-transformer (#2287) (eb8a429)

Docs

v5.3.3

11 Jul 13:06
f8dc4af

Choose a tag to compare

5.3.3 (2025-07-11)

Bug Fixes

  • cli: remove unused dependency babel-plugin-macros (#2266) (d6906cc)
  • core: remove unraw dependency (#2271) (494c152)
  • cli: replace chalk with picocolors (#2268) (73f867c)
  • update Vite peer dependence to include v7 (#2280) (d5c2086)
  • standardize repository field format across all packages (#2269) (a03a984)

v5.3.2

28 May 06:28
37f40ec

Choose a tag to compare

5.3.2 (2025-05-28)

Bug Fixes

  • cli: catalogsMergePath generates only one compiled locale (#2238) (b1c7aac)
  • macro: map injected imports to original statements (improves support for Expo SDK 53 & React Native 0.79) (#2252) (73b081e)
  • cli: use makePathRegexSafe with globSync (#2242) (7a8256c)