Skip to content

Commit d387518

Browse files
author
bd-arc
committed
chore(package): bump version to 2.1.4 and update changelog
1 parent 4fe4173 commit d387518

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
## v2.1.4
2+
* Add prop `onScrollViewScroll`
3+
14
## v2.1.3
25
* Default value for `showsHorizontalScrollIndicator` is now `false`
3-
* Expose `ScrollView`'s `onSscroll` prop (thanks [@radko93](https://github.com/radko93))
6+
* ~~Expose `ScrollView`'s `onSscroll` prop (thanks [@radko93](https://github.com/radko93))~~ (not working)
47

58
## v2.1.2
69
* Do not trigger `onSnapToItem` when snapping back to the same slide (thanks [@rgabs](https://github.com/rgabs))

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": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Swiper component for React Native with previews and snapping effect. Compatible with Android & iOS.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)