Skip to content

Commit 30566f4

Browse files
committed
Update to version 1.5.6
1 parent ff12771 commit 30566f4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@
2222
> see: [ROADMAP.md](ROADMAP.md)
2323
2424
## Changelogs
25-
- **[1.5.5]**
25+
- **[1.5.6]**
26+
+ 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))
27+
+ Add containerStyle prop to customize the view container.
28+
29+
- [1.5.5]
2630
+ Update: using PropTypes from prop-types and Change View.propTypes to ViewPropTypes
2731

2832

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-swiper",
33
"keywords": ["react-component", "react-native", "ios"],
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"description": "Swiper component for React Native.",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)