v2.0.0
Changes
- Add support for all plural format
- Update all dependencies including react v16, react-intl 2.4
It's a breaking change since the message format is now different
secondsSingular
and secondsPlural
have been replaced by secondsUnit
which looks like {value, plural, one {second} other {seconds}}
Please update your translation files.
There is no API change, so you can use the component just like before