You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Project forked by Domain at this point to maintain this codebase.
6
8
7
-
- Added
9
+
- Added
8
10
- option to enable lazy loading for the closest slides images (for previous and next slide images) See example `LazyLoadClosestImages`
11
+
- Fixed
12
+
- Moved restoration of clickable flag from animation cooldown timer into another separate timer (AH-4429)
9
13
10
14
## 0.22.0
11
15
12
16
**Release Changes**
13
17
14
18
- Internal Changes
19
+
15
20
- converted InnerSlider from createReactClass object to ES6 class
16
21
- removed all the mixins, created classMethods and pure utility functions instead
17
22
- changed autoplay from setTimeout to setInterval
@@ -41,12 +46,12 @@
41
46
- fixed bugs due to uncleared callback timers
42
47
- fixed update issues on just slider resize
43
48
44
-
45
49
## 0.21.0
46
50
47
51
**Release Changes**
48
52
49
53
- Fixed issues
54
+
50
55
- dataset undefined error in case of swipeToSlide but finite slides
51
56
- slideWidth issue by transform scale
52
57
- variableWidth + finite alignment problems
@@ -55,6 +60,7 @@
55
60
- fixed breaking of animation on setState
56
61
57
62
- Mixins to Pure Functions
63
+
58
64
- getWidth, getHeight
59
65
- swipeDirection
60
66
- initialize, update
@@ -80,7 +86,6 @@
80
86
- implemented reInit event
81
87
- implemented onSwipe event and documented edgeEvent
82
88
83
-
84
89
## 0.19.0
85
90
86
91
**Release Changes**
@@ -97,7 +102,6 @@ Following are the changes to be mentioned:
97
102
- responsive lazyloading bug fixed
98
103
- increased verticalswiping resistance from 4 to 10
99
104
100
-
101
105
## 0.18.0
102
106
103
107
**Major Changes:**
@@ -109,18 +113,17 @@ Following are the changes to be mentioned:
109
113
- Modified logic for updating lazyLoadedList, earlier there were some whitespaces at ends, now they're gone
110
114
- Fixed getTrackLeft issue for slideCount=1
111
115
112
-
113
116
## 0.17.1
114
117
115
118
**Major Changes**
116
119
117
-
* Enforced some settings in specific configurations like:
118
-
-`slidesToScroll = 1`*when fade is true*
119
-
-`slidesToScroll = 1`*when centerMode is true*
120
-
-`slidesToShow = 1`*when fade is true*
120
+
- Enforced some settings in specific configurations like:
121
121
122
-
* Changed the number of clones (preclones and postclones), that fixed couple of issues like blank spaces after last slide and/or before first slide which occurred in several cases.
122
+
-`slidesToScroll = 1`_when fade is true_
123
+
-`slidesToScroll = 1`_when centerMode is true_
124
+
-`slidesToShow = 1`_when fade is true_
123
125
126
+
- Changed the number of clones (preclones and postclones), that fixed couple of issues like blank spaces after last slide and/or before first slide which occurred in several cases.
0 commit comments