From f645204af6ade5d87633373e0b1dca484d89919c Mon Sep 17 00:00:00 2001 From: bd-arc Date: Fri, 20 Sep 2019 15:30:55 +0200 Subject: [PATCH] chore(package): bump to 3.8.1 and update changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7aebbf3a..63e560e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v3.8.1 + +* Migrate from deprecated `componentWillReceiveProps` to `componentDidUpdate` (thanks [@kiarashws](https://github.com/kiarashws)) +* Use `console.error` instead of `console.warn` for critical warnings (thanks [@bardiarastin](https://github.com/bardiarastin)) +* Update parallax doc (thanks [@bardiarastin](https://github.com/bardiarastin)) + ## v3.8.0 * Set [`removeClippedSubviews`](https://facebook.github.io/react-native/docs/scrollview#removeclippedsubviews) to `false` by default for 'tinder' and 'stack' layouts, or when `useScrollView` is set to `true`. This aims at preventing a bunch of rendering issues. diff --git a/package.json b/package.json index 256770f5d..33830afad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "3.8.0", + "version": "3.8.1", "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.", "main": "src/index.js", "repository": {