Releases: lingui/js-lingui
Releases · lingui/js-lingui
v3.1.0
Bug Fixes
- accept catalog paths without ending slash (#812) (5d39586)
- add type for t macro as function (#821) (7f09c2d)
- cache (c57be58)
- ensure render of I18nProvider in async scenarios (#839) (cd2816a)
- fix exit code on compile --strict errors (#825) (69a80e2)
- improved performance of formatters (#818) (22667ad)
- mandatory ext on @lingui/loader (#831) (8979aaf)
- show error when plurals aren't loaded (#824) (296b6a1)
Features
v3.0.3
v3.0.1
3.0.0
v2.9.2
Bug Fixes
- Remove OpenCollective from CLI dependencies
v2.9.1
Bug Fixes
- Fix import of typescript package (#611). Thanks to Anton Korzunov
- Fix flow types of withI18n (#605). Thanks to Kamil Tunkiewicz
v2.9.0
New Features
- Add optional sort by origin/filename (#563). Thanks to Kenneth Skovhus
- Lazily split messages by value tags (#593). Thanks to Danny Sellers
- Optional line numbers for lingui format (#587). Thanks to Martti Roitto
- Moved typescript dependency to peer (#589). Thanks to Daniel K.
Bug Fixes
- Compile strict skips pseudo locale (#584). Thanks to Daniel Chabr
v2.8.3
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
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
New features
- Conf: Allow loading specific configuration file using --config argument (#501). Thanks to Brandon Croft.
Bug Fixes
- Macro: Fix escaped backticks in template string (#477). Thanks to Saxon Landers.