|
| 1 | +## v2.1.2 |
| 2 | +* Do not trigger `onSnapToItem` when snapping back to the same slide (thanks [@rgabs](https://github.com/rgabs)) |
| 3 | +* Add prop `carouselHorizontalPadding` to override container's inner padding (thanks [@skeie](https://github.com/skeie)) |
| 4 | + |
1 | 5 | ## v2.1.1 |
2 | 6 | * Ensure compatibility with RN 0.43 (previous version of plugin's dependency `react-addons-shallow-compare` was breaking with React 16) |
3 | 7 | * Fix issue with padding on iOS that could cause the carousel to snap back when its last item was clicked |
|
10 | 14 |
|
11 | 15 | ## v2.0.3 |
12 | 16 |
|
13 | | -* Prevent error when carousel has only one child (thanks [@kevinvandijk](https://github.com/kevinvandijk) !) |
| 17 | +* Prevent error when carousel has only one child (thanks [@kevinvandijk](https://github.com/kevinvandijk)) |
14 | 18 | * Fix issue when appending dynamic slides (the first one was ignored) |
15 | 19 | * Fix edge case that prevented the first slide from being focused when swiping back with momentum enabled |
16 | 20 | * Bump example's RN version to 0.42.3 |
|
21 | 25 |
|
22 | 26 | ## v2.0.1 |
23 | 27 |
|
24 | | -* Fix un-handled exception with interpolators (thanks [@chitezh](https://github.com/chitezh) !) |
| 28 | +* Fix un-handled exception with interpolators (thanks [@chitezh](https://github.com/chitezh)) |
25 | 29 |
|
26 | 30 | ## v2.0.0 |
27 | 31 |
|
28 | | -* Items are now direct children of the <Carousel> component, which makes it easier to use (thanks [@Jonarod](https://github.com/Jonarod) !) |
| 32 | +* Items are now direct children of the `<Carousel />` component, which makes it easier to use (thanks [@Jonarod](https://github.com/Jonarod)) |
29 | 33 | * Props `items` and `renderItem` have been removed |
30 | 34 |
|
31 | 35 | ## v1.6.1 |
|
34 | 38 |
|
35 | 39 | ## v1.6.0 |
36 | 40 |
|
37 | | -* Add `enableMomentum` prop |
| 41 | +* Add prop `enableMomentum` |
38 | 42 | * Fix an infinite-loop on iOS with momentum enabled |
39 | 43 | * Fix the snapping effect when releasing touch without interia on iOS with momentum enabled |
40 | 44 | * Fix autoplay on Android, it should start and stop properly and stop being triggered while swiping |
41 | | -* Use `View.propTypes.style` instead of `PropTypes.number` in styles validation (thanks [@pesakitan22](https://github.com/pesakitan22) !) |
| 45 | +* Use `View.propTypes.style` instead of `PropTypes.number` in styles validation (thanks [@pesakitan22](https://github.com/pesakitan22)) |
42 | 46 |
|
43 | 47 | ## v1.5.0 |
44 | 48 |
|
45 | | -* Items length can now be changed on-the-fly (thanks [@superical](https://github.com/superical) !) |
46 | | -* Now handling momentum (thanks [@FakeYou](https://github.com/FakeYou) !) |
| 49 | +* Items length can now be changed on-the-fly (thanks [@superical](https://github.com/superical)) |
| 50 | +* Now handling momentum (thanks [@FakeYou](https://github.com/FakeYou)) |
47 | 51 |
|
48 | 52 | ## v1.4.0 |
49 | 53 |
|
|
56 | 60 |
|
57 | 61 | ## v1.3.0 |
58 | 62 |
|
59 | | -* Pass the item data as the 2nd param of onSnapToItem callback |
| 63 | +* Pass the item data as the 2nd param of `onSnapToItem` callback |
60 | 64 |
|
61 | 65 | ## v1.2.1 |
62 | 66 |
|
63 | 67 | * Fix reference call when the component has been unmounted |
64 | 68 |
|
65 | 69 | ## v1.2.0 |
66 | 70 |
|
67 | | -* Add onSnapToItem prop |
| 71 | +* Add prop `onSnapToItem` |
68 | 72 |
|
69 | 73 | ## v1.1.0 |
70 | 74 |
|
71 | 75 | * Center slides properly |
72 | 76 | * Handle one slide only |
73 | | -* Add props 'inactiveSlideScale', 'inactiveSlideOpacity', 'containerCustomStyle' and 'contentContainerCustomStyle' |
| 77 | +* Add props `inactiveSlideScale`, `inactiveSlideOpacity`, `containerCustomStyle` and `contentContainerCustomStyle` |
0 commit comments