Skip to content

Releases: lingui/js-lingui

v5.1.0

06 Dec 14:07
Compare
Choose a tag to compare

5.1.0 (2024-12-06)

Features

v5.0.0

28 Nov 13:56
14fa4d7
Compare
Choose a tag to compare

v5.0.0 (2024-11-28)

We are pleased to announce the release of Lingui 5.0 🚀

This release is a major milestone for the project and includes a number of new features, improvements and bug fixes.

Check out the links below for more details:

Discussion

If you have any questions or suggestions regarding this release, please visit the Related Discussion or our Discord Server.

v4.14.1

28 Nov 09:59
Compare
Choose a tag to compare

4.14.1 (2024-11-28)

Bug Fixes

  • don't report statistics for pseudo locale (#2094) (113c05d)

v5.0.0-next.5

25 Nov 09:41
Compare
Choose a tag to compare
v5.0.0-next.5 Pre-release
Pre-release

v5.0.0-next.5 (2024-11-25)

Changelog

Features

  • conf: add defineConfig method (#2086)

Docs

Visit the js-lingui-git-next-crowdin.vercel.app to see the relevant docs, including the migration guide from 4.x to 5.x.

Discussion

Visit the related discussion if you have any questions about this release or feedback. We'll highly appreciate it!

v5.0.0-next.4

07 Nov 10:03
Compare
Choose a tag to compare
v5.0.0-next.4 Pre-release
Pre-release

v5.0.0-next.4 (2024-11-07)

Changelog

This release includes changes from the v4.14.0 stable release and new updates.

Features

  • macro: make message stripping configurable via Babel options (#2054)
  • extractor: support decoratorAutoAccessors (#2058)

Other

Docs

Visit the js-lingui-git-next-crowdin.vercel.app to see the relevant docs, including the migration guide from 4.x to 5.x.

Discussion

Visit the related discussion if you have any questions about this release or feedback. We'll highly appreciate it!

v4.14.0

07 Nov 08:28
Compare
Choose a tag to compare

4.14.0 (2024-11-07)

Features

  • format-po-gettext: respect Plural-Forms header (#2070) (5d0516e)

Bug Fixes

  • extract: when files are used, don't overwrite obsolete (#1964) (e726b16)

v5.0.0-next.3

16 Oct 14:07
Compare
Choose a tag to compare
v5.0.0-next.3 Pre-release
Pre-release

v5.0.0-next.3 (2024-10-16)

Changelog

Fixes

  • correctly handle a variable passed to the t macro (#2048)
  • improve macro error (#2049)

Docs

Visit the js-lingui-git-next-crowdin.vercel.app to see the relevant docs, including the migration guide from 4.x to 5.x.

Discussion

Visit the related discussion if you have any questions about this release or feedback. We'll highly appreciate it!

v5.0.0-next.2

15 Oct 14:11
Compare
Choose a tag to compare
v5.0.0-next.2 Pre-release
Pre-release

v5.0.0-next.2 (2024-10-15)

Changelog

This release includes changes from stable releases (v4.12.0, v4.13.0), as well as new features.

Features

  • core: add setMessagesCompiler method (#2035)

Other

  • macro: split and expose internals to be used in Vue macro (#1976)
  • set the minimum required node version to 20 (#2037)

Docs

Visit the js-lingui-git-next-crowdin.vercel.app to see the relevant docs, including the migration guide from 4.x to 5.x.

Discussion

Visit the related discussion if you have any questions about this release or feedback. We'll highly appreciate it!

v4.13.0

15 Oct 08:38
Compare
Choose a tag to compare

4.13.0 (2024-10-15)

Features

  • adds custom prefix support for gettext po (#2004) (25b3bc6)

v4.12.0

11 Oct 14:25
Compare
Choose a tag to compare

4.12.0 (2024-10-11)

Features

Bug Fixes