Skip to content

Commit b9e7223

Browse files
author
bd-arc
committed
refactor(package): bump to 3.3.1 and update changelog
1 parent e87b439 commit b9e7223

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
## v3.3.1
2+
* Fix issue when initializing the carousel with empty data
3+
* Make tappable `PaginationDot` snaps to the right item when loop is enabled
4+
15
## v3.3.0
2-
* Bring in the most wanted 'infinite loop' feature :tada: (see [the 'Loop' section](#loop) for more info about the new props `loop` and `loopClonesPerSide`)
6+
* Bring in the most wanted 'infinite loop' feature :tada: (see [the 'Loop' section](https://github.com/archriss/react-native-snap-carousel#loop) for more info about the new props `loop` and `loopClonesPerSide`)
37
* Improve Android behavior when momentum is disabled
48
* Guard against potential errors when component is unmounted
59
* Add prop `lockScrollWhileSnapping` to improve behavior when momentum is disabled

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.0",
3+
"version": "3.3.1",
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)