Skip to content

Commit e8d1844

Browse files
author
bd-arc
committed
chore(package): bump to 3.9.0 and update changelog
1 parent 102e7cb commit e8d1844

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v3.9.0
2+
3+
* Fix for incorrect snapToItem (thanks [@Romick2005](https://github.com/Romick2005) & [@sergeyzhukov](https://github.com/sergeyzhukov))
4+
* Fix issue with tappable pagination dots (thanks [@Creskendoll](https://github.com/Creskendoll))
5+
* Clear all timeouts when stopping autoplay (thanks [@adrianocola](https://github.com/adrianocola))
6+
* Add props `animatedDuration`, `animatedFriction`, `animatedTension` and `delayPressInDot` to the `Pagination` component (thanks [@muhlenbrock](https://github.com/muhlenbrock))
7+
18
## v3.8.4
29

310
* Remove TypeScript definitions since they were causing issues (thanks [@radko93](https://github.com/radko93))

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.8.4",
3+
"version": "3.9.0",
44
"description": "Swiper/carousel component for React Native with previews, multiple layouts, 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)