react-trend v1.2.1 Release Notes

Release Date: 2017-03-08 // about 7 years ago
  • ๐Ÿ›  Fix bug with multiple trends not able to have unique gradient props.

    ๐Ÿš€ When using multiple <Trend> components on the same page, a bug was preventing each one from receiving different gradient props. This release ensures that multiple trends can co-exist without sharing a gradient.

    Special thanks to @Fenwil for spotting and opening an issue :)