Skip to content

v2.0.0

Compare
Choose a tag to compare
@piuccio piuccio released this 10 Feb 02:43
· 22 commits to master since this release

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