WickyNilliams / react-simple-colorpicker

Simple, composable, lightweight colorpicker for react
http://wicky.nillia.ms/react-simple-colorpicker
MIT License
45 stars 19 forks source link

React 15.5.0 deprecations #21

Closed albertogasparin closed 7 years ago

albertogasparin commented 7 years ago

React.createClass and React.PropTypes access is now deprecated. It would be great to take the opportunity to move to ES6 classes too.

chenop commented 7 years ago

@WickyNilliams Hi, thanks for creating this package we are using it! I am willing to handle this issue - Are you still maintaining this package? will you accept my PR once done?

WickyNilliams commented 7 years ago

I'm still maintaining, but I've been slacking a little recently. However there's already an open PR for this: #24. Currently on vacation will merge when I return

chenop commented 7 years ago

Ok, thanks

On Sun, Aug 27, 2017, 8:41 PM Nick Williams notifications@github.com wrote:

I'm still maintaining, but I've been slacking a little recently. However there's already an open PR for this: #24 https://github.com/WickyNilliams/react-simple-colorpicker/pull/24. Currently on vacation will merge when I return

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/WickyNilliams/react-simple-colorpicker/issues/21#issuecomment-325213085, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbQb-O5Z6-c0SD-kJkH9EE_UzragQyvks5scapHgaJpZM4M8wvj .

WickyNilliams commented 7 years ago

Published to npm as v1.4.2

chenop commented 7 years ago

Errors are gone, thanks for merging this release.