@translation/lingui
Version:
Translation.io client for Lingui (React & JavaScript)
35 lines (20 loc) • 1.4 kB
Markdown
# Changelog
## [v4.0.0](https://github.com/translation/lingui/releases/tag/v4.0.0) (2026-05-04)
#### New features:
* Compability with [Lingui V6](https://lingui.dev/blog/2026/04/22/announcing-lingui-6.0).
* **Migration:** refer to the [migration guide from Lingui 5.x to 6.x](https://lingui.dev/releases/migration-6).
#### Breaking change:
* **Config file**: the `format` parameter no longer accepts a string value, so you should:
- remove this parameter (default format is **PO**)
- or use a [formatter function](https://lingui.dev/ref/conf#format) in your `lingui.config.{js|ts}` file (not possible in a `.linguirc` file)
## [v3.0.0](https://github.com/translation/lingui/releases/tag/v3.0.0) (2025-01-27)
#### New features:
* Compability with [Lingui V5](https://lingui.dev/blog/2024/11/28/announcing-lingui-5.0).
* **Migration:** refer to the [migration guide from Lingui 4.x to 5.x](https://lingui.dev/releases/migration-5).
## [v2.0.0](https://github.com/translation/lingui/releases/tag/v2.0.0) (2023-10-19)
#### New features:
* Compability with [Lingui V4](https://lingui.dev/blog/2023/04/26/announcing-lingui-4.0).
* **Migration:** refer to the [migration guide from Lingui 3.x to 4.x](https://lingui.dev/releases/migration-4).
## [v1.0.0](https://github.com/translation/lingui/releases/tag/v1.0.0) (2021-09-27)
#### New features:
* First version of the client