Skip to content

Releases: lingui/js-lingui

v3.1.0

10 Nov 07:12
Compare
Choose a tag to compare

Bug Fixes

Features

  • accept t as function (c0c08ba)
  • add cli option to extract only a specific locale (#816) (49f45b2)
  • enable pseudolocalization from pseudolocale folder (#836) (f1e0078)
  • lookup lingui command suggestions in package.json (#823) (d58dc09)
  • use fallback locales from cldr (#820) (2d9e124)

v3.0.3

01 Nov 16:43
Compare
Choose a tag to compare

Bug Fixes

  • Handle multiple paths in catalogs.include (#803).

v3.0.1

01 Nov 13:27
Compare
Choose a tag to compare

Bug Fixes

  • Fix catalog include paths on Windows (#802).
  • Fix type of Trans component (#801).
  • Accept React 17 as a peer dependency (#789).
  • Allow null overrides for render and component props (#799). Thanks to Declan Haigh

3.0.0

28 Oct 12:57
Compare
Choose a tag to compare

v2.9.2

11 Sep 15:22
8a5cd82
Compare
Choose a tag to compare

Bug Fixes

  • Remove OpenCollective from CLI dependencies

v2.9.1

18 Jan 09:16
05fec20
Compare
Choose a tag to compare

Bug Fixes

v2.9.0

02 Dec 09:10
cdf861b
Compare
Choose a tag to compare

New Features

Bug Fixes

v2.8.3

22 May 21:13
99386a2
Compare
Choose a tag to compare

Bug Fixes

  • Loader: Fix type error when no loader config is provided
  • Macro: babel-plugin-macros are peer dependency and must be installed manually

v2.8.2

22 May 19:44
19fad10
Compare
Choose a tag to compare

Bug Fixes

  • CLI: Don't warn about conflicting default message if it's empty (#502). Thanks to Filip Žmuk.
  • Conf: Pass config path to getConfig explicitly instead reading it from process.argv (#509). Thanks to Brandon Croft.

v2.8.0

17 May 07:55
3a516dd
Compare
Choose a tag to compare

New features

  • Conf: Allow loading specific configuration file using --config argument (#501). Thanks to Brandon Croft.

Bug Fixes