Skip to content

Commit

Permalink
refactor(package): bump to 3.3.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-arc committed Oct 2, 2017
1 parent 6e4365f commit e3ac863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.3.0
* Bring in the most wanted 'infinite loop' feature :tada: (see [the 'Loop' section](#loop) for more info about the new props `loop` and `loopClonesPerSide`)
* Improve Android behavior when momentum is disabled
* Guard against potential errors when component is unmounted
* Add prop `lockScrollWhileSnapping` to improve behavior when momentum is disabled

## v3.2.3
* Fix issue with callback not fired when doing a long swipe

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-snap-carousel",
"version": "3.2.3",
"version": "3.3.0",
"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.",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit e3ac863

Please sign in to comment.