File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.1
2+ * Added className as prop for underlying image
3+
4+ # 1.0.0
5+ * Original release
Original file line number Diff line number Diff line change @@ -527,7 +527,8 @@ var HoverImage = function (_React$Component) {
527527
528528HoverImage . propTypes = {
529529 hoverSrc : _propTypes2 . default . string . isRequired ,
530- src : _propTypes2 . default . string . isRequired
530+ src : _propTypes2 . default . string . isRequired ,
531+ className : _propTypes2 . default . string
531532} ;
532533
533534exports . default = HoverImage ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-hover-image" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Hover Image React Component" ,
55 "main" : " build/index.js" ,
66 "repository" : " https://github.com/jwo/react-hover-image" ,
You can’t perform that action at this time.
0 commit comments