Releases: SleepWalker/babel-plugin-react-intl
Releases · SleepWalker/babel-plugin-react-intl
v2.5.1
v2.5.0
- add option
extractInjectionApi
to allow parsing ofintl.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 disabledefaultMessage
checks (this allows you to use onlyid
prop in message descriptors)