We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce500ae commit ed08162Copy full SHA for ed08162
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
3
-1.0.3 (March 30, 2018)
+1.0.4 (June 22, 2020)
4
+- add 'onClick' props.
5
+ - can handle callback when image was clicked
6
+
7
+1.0.3 (March 30, 2020)
8
- modify props types about width and height. ( number -> string or number )
9
- can set value like this. '100%' or '100px' or 100
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-simple-image-slider",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "simple image slider component for react",
"main": "dist/ImageSlider.js",
"scripts": {
0 commit comments