NaotoshiFujita
							
						 | 
						
							
							
								9943b11f88
							
							Bug Fix: Clones were not enough in autoHeight mode. Fix the lint errors.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								d716088deb
							
							Bug Fix: Change the drag target element from the list to the track because it doesn't have explicit width.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								7d56740581
							
							Add waitForTransition option to determine whether to prevent any actions while transitioning or not(#63).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								239eae5d03
							
							Can select a document or a root element to listen to a keydown event. Also tab indices can be removed by the slideFocus option(#33).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								fe53e80423
							
							Optimization. Remove horizontal and vertical directions of the Track component.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								14ae6d1d49
							
							Change the calculation way for total width and height to insert non-slide elements in a slider.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								fc2aec9291
							
							Support drag for the fade type(#30, #62).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								27922ae4b2
							
							Add splide.d.ts for typescript. Update version number.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								cf9d816fdd
							
							Optimize code.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								94acfdb224
							
							Optimization. Adjust number of clones according to the track width or height.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								2e0e055618
							
							Number of clones are determined by fixedWidth or fixedHeight if they are provided, or can be by "clones" options(#55).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								4652e38429
							
							Update version number.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								6297ebf177
							
							Update version number.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								0f6222240c
							
							Update version number.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								716981d5ab
							
							Evaluate all components again when Splide is remounted.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								61443b9d5a
							
							Bug Fix: Invalid realIndex was assigned to a slide when the length of slides were less than perPage.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								361f3dff57
							
							Emit "click" event when a slide is clicked.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								04afb570fb
							
							Bug Fix: perMove didn't work properly with autoplay(#50).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								2fb853c469
							
							Bug Fix: New slides were not shown when multiple slides were added at the same time(#49).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								bf9d192c29
							
							Update the version number.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								b16b5e2bee
							
							Bug Fix: The "is-active" class was not inserted the active slide when the updateOnMove option was true(#43).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								79e31b3a63
							
							Breakpoints support "drag" and "pagination". Throttle duration for the resize event can be changed through options.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								30129de547
							
							Update the version.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								3419c229c4
							
							Autoplay can be resumed(#39).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								5e217cdc1c
							
							Bug Fix: Pagination should correspond with each breakpoint options(#40).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								5316a2a768
							
							Bug Fix: "is-visible" class was sometimes missing because of the clientWidth rounded error.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								9f22a7a7a3
							
							Bug Fix: Slide width was wrong when the window scrollbar was made hidden by the Layout component.
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								b1cb718167
							
							Resolve a conflict with prototype.js using forEach instead of for-in(#27).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								b68caef1a1
							
							Support a hierarchical selector(#21).
						 | 
						5 years ago | 
					
				
					
						
							
								   NaotoshiFujita
							
						 | 
						
							
							
								19f4ccd40f
							
							Bug Fix: Error occurred when "destroy" is true and "arrows" is false(#17).
						 | 
						5 years ago |