github formatjs/formatjs babel-plugin-react-intl@8.0.0

latest releases: react-intl@6.6.5, eslint-plugin-formatjs@4.13.0, @formatjs/editor@2.0.45...
3 years ago

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.

Don't miss a new formatjs release

NewReleases is sending notifications on new releases.