Skip to content

Commit b5d5cfc

Browse files
author
bd-arc
committed
refactor(package): bump to 3.4.0 and update changelog
1 parent 4dbb45f commit b5d5cfc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v3.4.0
2+
* Fix `snapToItem` call that results in snapping to the wrong item when `loop` is enabled
3+
* Fix issue that, in some use cases, prevents every items but the initial ones to be rendered
4+
* On Android, prevent loop and callback issues because scroll offset's value doesn't return an integer
5+
* Add prop `inactiveSlideShift` (see #204)
6+
* Expose `FlatList`'s prop `inverted` (**use at your own risk since it will mess with the current handling of RTL layouts**)
7+
* Set `removeClippedSubviews` to `true` by default
8+
19
## v3.3.4
210
* Fix issue with possible faulty index when `loopClonesPerSide` is greater than data length
311
* Guard against `setNativeProps()` being `undefined`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-snap-carousel",
3-
"version": "3.3.4",
3+
"version": "3.4.0",
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": {

0 commit comments

Comments
 (0)