Skip to content

v4.0.0-next.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrii-bodnar andrii-bodnar released this 17 Mar 12:28
· 349 commits to next since this release

v4.0.0-next.2 (2023-03-17)

Changelog

Features

  • extractor: experimental Deps extractor (#1469)
  • extractor: support TS experimental decorators (#1517)
  • format: initial support for external formatters (#1511)
  • webpack-loader: support json catalogs. Improve coverage (#1525)
  • vite-plugin: support different extensions for catalogs. Improve coverage (#1526)
  • macro: support tagged templates in defineMessage + short alias (#1495)
  • conf: clarify the order by messageId and support order by message (#1515)
  • conf: change default orderBy to message (#1519)

Breaking Changes

  • delete Snowpack plugin (#1532)
  • react: remove withI18n (#1503)

Fixes

  • extractor: allow i18._(foo.bar) without warning (#1492)
  • core: do not ignore empty plural values (#1504)
  • macro: expression only choices / select options (#1523)
  • macro: mark other as required for ChoiceOptions (#1527)
  • react: remove deprecated defaultProps from Trans component (#1494)

Links

Thanks

@thekip @taozhou-glean @vonovak