Closed JamieDixon closed 8 years ago
I agree!
Apologies for that. I didn't review carefully when merging PR #48. How about change it to:
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
Thanks Tom. Much appreciated. Be well.
Since the 2.6.0 release, React 15 is required.
This broke our codebase because 2.6.0 introduces a breaking change and our match for "^2.4.0" allowed for 2.6.0 to be installed without warning.
Since 2.6.0 introduces this breaking change I suggest the version be bumped to the next major version, 3.0 in line with semver.
What do you think? Thanks for react-toastr, we really appreciate all your work on this library!