Skip to content

Releases: SleepWalker/babel-plugin-react-intl

v2.5.1

10 Jul 18:52
Compare
Choose a tag to compare
  • parse intl.formatMessage, when intl is a member of another object, e.g. props.intl.formatMessage

v2.5.0

10 Jul 18:56
Compare
Choose a tag to compare
  • add option extractInjectionApi to allow parsing of intl.formatMessage calls
  • add componentNames to allow custom components name (e.g. re-export FormatMessage as default export from you internal module)
  • add enforceDefaultMessages option to allow disable defaultMessage checks (this allows you to use only id prop in message descriptors)