diff --git a/CHANGELOG.md b/CHANGELOG.md index 7287ca974..75323e61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ +## v3.2.1 +* Fix issue with active item when no callback has been specified (introduced in version `3.2.0`) + ## v3.2.0 * Refactor callback handling. **Make sure to use the new prop `callbackOffsetMargin` if you experience missed callbacks.** -* Make item's scale and opacity animation follow scroll value (thanks [@hammadj](https://github.com/hammadj)) +* Make item's scale and opacity animations follow scroll value (thanks [@hammadj](https://github.com/hammadj)) * `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)) +* Fix issue when carousel has been unmounted but parent container requires to re-render * Fix state and scroll issues when the currently active item is being dynamically removed * Improve snap feeling when momentum is disabled (default) * Add prop `callbackOffsetMargin` diff --git a/package.json b/package.json index 36e013669..2355038e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "3.2.0", + "version": "3.2.1", "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": {