We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
props.startIndex
1 parent 5c5fa72 commit 61148a0Copy full SHA for 61148a0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+### 2.4.1 (March 05, 2022)
4
+
5
+- fix `props.startIndex` bug
6
7
### 2.4.0 (March 05, 2022)
8
9
- add `props.image` structure type
package.json
@@ -1,6 +1,6 @@
{
"name": "react-simple-image-slider",
- "version": "2.4.0",
+ "version": "2.4.1",
"description": "simple image slider component for react",
"main": "dist/index.js",
"scripts": {
0 commit comments