Skip to content

Commit 9bcf09f

Browse files
committed
v1.0.1
1 parent c7e1ae2 commit 9bcf09f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 1.0.1
2+
* Added className as prop for underlying image
3+
4+
# 1.0.0
5+
* Original release

build/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ var HoverImage = function (_React$Component) {
527527

528528
HoverImage.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

533534
exports.default = HoverImage;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)