tomchentw / react-toastr

React.js toastr component
https://tomchentw.github.io/react-toastr/
MIT License
619 stars 112 forks source link

refactor: update dependencies & fix deprecated for React 16 #108

Closed KagamiChan closed 7 years ago

KagamiChan commented 7 years ago

to make react-toastr compatible with future React 16:

Have to say that this version of transitionEvents.js borrows many ideas from Facebook's original codes, don't know whether I should place a license in it

fixes #95 fixes #94 fixes #86

KagamiChan commented 7 years ago

pinging @tomchentw

tomchentw commented 7 years ago

I'll land #109 first, and look into what you've done for #86 later. Thanks

tomchentw commented 7 years ago

Released v2.9.1

KagamiChan commented 7 years ago

Good job, thank you