1
1
# React Responsive Carousel
2
2
3
3
4
+ ## 3.1.23 - Tue Jul 04 2017
5
+ * Types author header added.
6
+
7
+
8
+ ## 3.1.22 - Mon Jul 03 2017
9
+ * ` children ` prop added.
10
+ * TypeScript types definitions file added.
11
+
12
+
4
13
## 3.1.21 - Sun Jun 25 2017
14
+ * #134 : Using move to on componentWillReceiveProps so the carousel respects its boundaries when changed through external controls
5
15
6
16
7
17
## 3.1.20 - Sat Jun 24 2017
18
+ * #140 : Revert to initial position when movement is less than tolerance
8
19
* Adding license
9
20
* Update README.md
10
21
@@ -46,20 +57,28 @@ Removes duplicate option from the documentation
46
57
## 3.1.12 - Sat Apr 29 2017
47
58
* Adding links for changelog and troubleshooting in the readme
48
59
* #98 : Fixing bug where the Thumbs component would throw an error if a custom component was rendered inside it
60
+ * #112 : Converting source to es6
61
+ * #112 : Setup for es6
62
+ * Changing publish task
63
+ * Creating changelog
49
64
50
65
51
66
## 3.1.11 - Wed Apr 26 2017
67
+ * #98 : Delay rendering of thumbs when children is not provided
52
68
* #98 : Adding snapshot tests
69
+ * #98 : Testing only component source, not storybook
53
70
54
71
55
72
## 3.1.10 - Tue Apr 25 2017
73
+ * #109 : Move create-react-class to dependencies instead of devDependencies
56
74
57
75
58
76
## 3.1.9 - Mon Apr 24 2017
59
77
* #98 : Allow carousel slides to be lazy loaded
60
78
61
79
62
80
## 3.1.8 - Mon Apr 24 2017
81
+ * Simplify demos
63
82
* Updating versions and setup for tests
64
83
* Updating storybook + filling in stories
65
84
* Updating react and tests
@@ -69,12 +88,9 @@ Removes duplicate option from the documentation
69
88
## 3.1.7 - Mon Apr 24 2017
70
89
* #104 - Fixes problem where arrows were not appearing after carousel was loaded
71
90
* Fix issue when selected image is other than zero index
72
- * Fix #102
73
91
74
92
75
93
## 3.1.6 - Wed Apr 19 2017
76
- * #99 : Removing node 4 for incompatibility problems with yarn
77
- * #99 : Fixing bug with infinite loop and showArrows=false
78
94
79
95
80
96
## 3.1.5 - Sun Mar 26 2017
0 commit comments