to make react-toastr compatible with future React 16:
updated React to 15.6.1
removed react-addons-test-utils since it is deprecated in favor of
react-dom/test-utils and react-test-renderer
removed react-addons-update since it is deprecated in favor of
immutability-helper
added create-react-class to replace React.createClass
added prop-types since React will no longer ships with it
created transitionEvents.js to provide transition event
compatibility
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
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