Skip to content

Commit b7b4ed1

Browse files
author
bd-arc
committed
refactor(package): bump to 3.3.4 and update changelog
1 parent f3f96f7 commit b7b4ed1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v3.3.4
2+
* Fix issue with possible faulty index when `loopClonesPerSide` is greater than data length
3+
* Guard against `setNativeProps()` being `undefined`
4+
* On Android, make sure that the first item has the proper active style after init
5+
* On iOS, remove the feature "snap as soon as the previous/next item becomes active when `lockScrollWhileSnapping` is enabled" since it messes with direct calls to `snapToItem()`
6+
17
## v3.3.3
28
* Prevent issue on iOS when `enableSnap` is set to `false` while `lockScrollWhileSnapping` is set to `true`
39

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-snap-carousel",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "Swiper component for React Native with previews, snapping effect, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.",
55
"main": "src/index.js",
66
"repository": {
@@ -35,8 +35,8 @@
3535
"react-addons-shallow-compare": "15.6.0"
3636
},
3737
"peerDependencies": {
38-
"react": "*",
39-
"react-native": "*"
38+
"react": ">=15.0.0",
39+
"react-native": ">=0.43.0"
4040
},
4141
"devDependencies": {
4242
"babel-eslint": "^7.2.3",

0 commit comments

Comments
 (0)