indexiatech / re-notif

Redux & React based Notifications center.
http://indexiatech.github.io/re-notif
BSD 3-Clause "New" or "Revised" License
148 stars 45 forks source link

CSSTransitionGroup: change react-addons-css-transition-group to react-transition-group #60

Closed raulpuente closed 7 years ago

raulpuente commented 7 years ago

Hello, i'm using your component and the last version of reactjs, and i got this warning:

warning redux-notifications > react-addons-css-transition-group@15.5.2: This package is deprecated and will no longer work with React 16+. We recommend you use CSSTransitionGroup from 'react-transition-group' instead.

Thank you.

kylecesmat commented 7 years ago

Thanks for reporting! Yeah, this should be a straight-forward PR if you'd like to contribute. Otherwise, I'll see if I can find time to this soon.

raulpuente commented 7 years ago

I've seen that you already have then changes on master branch (changing to CSSTransitionGroup), may be only adding a new tag will be ok?

kylecesmat commented 7 years ago

@raulpuente yeah, this was released in 3.2.0

raulpuente commented 7 years ago

Thank you @kylecesmat