Skip to content

Commit

Permalink
Update to version 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed3mar committed Aug 5, 2017
1 parent ff12771 commit 30566f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@
> see: [ROADMAP.md](ROADMAP.md)
## Changelogs
- **[1.5.5]**
- **[1.5.6]**
+ Fix [#16](https://github.com/leecade/react-native-swiper/issues/16), [#36](https://github.com/leecade/react-native-swiper/issues/36), [#371](https://github.com/leecade/react-native-swiper/issues/371), [#410](https://github.com/leecade/react-native-swiper/issues/410), [#411](https://github.com/leecade/react-native-swiper/issues/411), [#422](https://github.com/leecade/react-native-swiper/issues/422), [#468](https://github.com/leecade/react-native-swiper/issues/468) Fix landscape orientation auto resize! (thanks [@ahmed3mar](https://github.com/ahmed3mar), [@timmywil](https://github.com/timmywil))
+ Add containerStyle prop to customize the view container.

- [1.5.5]
+ Update: using PropTypes from prop-types and Change View.propTypes to ViewPropTypes


- **[1.5.4]**
- [1.5.4]
+ Added easily accessible pagination point manipulation: use `dotColor` / `activeDotColor` and `dotStyle` / `activeDotStyle` (thanks [@denizs](https://github.com/denizs))
+ Added scrollEnabled prop to documentation (thanks [@ibandominguez](https://github.com/ibandominguez))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-swiper",
"keywords": ["react-component", "react-native", "ios"],
"version": "1.5.5",
"version": "1.5.6",
"description": "Swiper component for React Native.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 30566f4

Please sign in to comment.