Skip to content

babel-plugin-react-intl@8.0.0

Compare
Choose a tag to compare
@longlho longlho released this 09 Aug 03:02
· 1913 commits to main since this release

8.0.0 (2020-08-09)

Features

  • babel-plugin-react-intl: remove messagesDir, workspaceRoot, outputEmptyJson (47ca556)

BREAKING CHANGES

  • babel-plugin-react-intl: Since we've introduced @formatjs/cli and multiple
    guides regarding i18n workflow, we want to consolidate extraction to the
    CLI instead of combining it with code transformation as a side effects.
    Therefore, since this release babel-plugin-react-intl will be purely
    for code transformation such as validating messages, remove description,
    autoinject IDs and remove descriptions.
    All extractions should be done using @formatjs/cli using npx formatjs extract & npx formatjs compile.