Skip to content

Commit cb188c7

Browse files
author
bd-arc
committed
refactor(package): bump to 3.2.1 and update changelog
1 parent d8f9030 commit cb188c7

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,7 +1,11 @@
1+
## v3.2.1
2+
* Fix issue with active item when no callback has been specified (introduced in version `3.2.0`)
3+
14
## v3.2.0
25
* Refactor callback handling. **Make sure to use the new prop `callbackOffsetMargin` if you experience missed callbacks.**
3-
* Make item's scale and opacity animation follow scroll value (thanks [@hammadj](https://github.com/hammadj))
6+
* Make item's scale and opacity animations follow scroll value (thanks [@hammadj](https://github.com/hammadj))
47
* `Pagination` component: make dots tappable with new props `tappableDots` and `carouselRef` (see the [example](https://github.com/archriss/react-native-snap-carousel/blob/master/example/src/index.js))
8+
* Fix issue when carousel has been unmounted but parent container requires to re-render
59
* Fix state and scroll issues when the currently active item is being dynamically removed
610
* Improve snap feeling when momentum is disabled (default)
711
* Add prop `callbackOffsetMargin`

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