react-intl v8.0.0 Release Notes

Release Date: 2020-08-09 // almost 4 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.