Skip to content

Releases: lingui/js-lingui

v3.7.0

04 Mar 13:58
Compare
Choose a tag to compare

3.7.0 (2021-03-04)

Bug Fixes

  • @lingui/cli type error when catalog is missing (#988) (8c44af2)
  • macro components should omit key prop #994 (f2a4da0)
  • Report correct number of missing messages in strict mode (#992) (128f3e2)
  • use pkgUp.sync to localize package.json (#985) (18d985d)

Features

v3.6.0

23 Feb 17:24
Compare
Choose a tag to compare

3.6.0 (2021-02-23)

Features

v3.5.1

09 Feb 08:11
Compare
Choose a tag to compare

3.5.1 (2021-02-09)

Bug Fixes

  • @lingui/macro types for global environments (#973) (92a5ce7)
  • runtimeConfigModule config validation (#972) (5656c95)
  • @lingui/loader: accept webpack 5.x as a peer dependency (#971) (b9683cc)

v3.5.0

02 Feb 09:37
Compare
Choose a tag to compare

3.5.0 (2021-02-02)

Bug Fixes

Features

v3.4.0

13 Jan 20:33
Compare
Choose a tag to compare

3.4.0 (2021-01-13)

Bug Fixes

  • added return type to i18n._ (#922) (249c486)
  • compilerBabelOptions warning with jest-validate (#938) (087ec1f)
  • Last scaped brackets were not unscaped (db2f768)
  • Use LINGUI_CONFIG env as fallback for extract (#932) (ce71a8b)
  • detect-locale: ESM import not published (#926) (4ad90d4)
  • prevent adding undefined msgid to messages (#915) (3afacec)

Features

  • Lingui compiles to typescript files (#942) (10bce7d)
  • Support lingui config in multiple formats (#941) (8631111)

v3.3.0

08 Dec 13:31
Compare
Choose a tag to compare

3.3.0 (2020-12-08)

Bug Fixes

Features

  • add support for runtimeConfigModule w/ Trans (#895) (23b06b5)
  • config accepts compilerBabelOptions (#906) (38d01ef)
  • extract messages from specific files (#881) (82dea5f)
  • Implement gettext plurals for PO files (#677) (415b90e)

v3.2.3

22 Nov 06:33
Compare
Choose a tag to compare

3.2.3 (2020-11-22)

Bug Fixes

  • export TransRenderProps from @lingui/react (#877) (3db9d6b)
  • omit i18n prop in withI18n typescript interface (#879) (5927d42)

v3.2.2

20 Nov 18:32
Compare
Choose a tag to compare

3.2.2 (2020-11-20)

Bug Fixes

  • fallbackLocales overriden if parent found (a53e12f)
  • locale not present in catalogs warn (6f598e8)
  • parse template strings in t and defineMessage macros (#862) (024a7e6)

v3.2.1

13 Nov 06:57
Compare
Choose a tag to compare

Fix broken build

v3.2.0

12 Nov 20:03
Compare
Choose a tag to compare

3.2.0 (2020-11-12)

Bug Fixes

Features

  • extract multiple comments per translation ID (#854) (c849c9c)