提交历史

作者 SHA1 备注 提交日期
  NaotoshiFujita ba43d5a57a Bug Fix: Rebind sync events after a slider is refreshed(#115). 4 年之前
  NaotoshiFujita a9263f2a06 Bug Fix: Prevent click while dragging the slider in fade mode(#119). Remove a redundant line in the Breakpoints component. 4 年之前
  NaotoshiFujita b6b0617ff9 Bug Fix: Autoplay was not properly resumed on blur(#117). 4 年之前
  NaotoshiFujita cef2c7711b Bug Fix: The track position was wrong in RTL mode. 4 年之前
  NaotoshiFujita 61e61be412 Bug Fix: Relative units for the fixedWidth/fixedHeight option didn't work(#97). 4 年之前
  NaotoshiFujita fa183d69e8 Bug Fix: mount() was called twice when destroy() and mount() were called manually, because of the breakpoint component. 4 年之前
  NaotoshiFujita dab5aef1d4 Bug Fix: A "src" attribute was sometimes unexpectedly null. 4 年之前
  NaotoshiFujita 778235b31e The Lazyload component accepts a srcset attribute(#82). 4 年之前
  NaotoshiFujita 2670673821 Bug Fix: Recalculate padding and gap on resize(#80). 4 年之前
  NaotoshiFujita d300827c68 Remove the unnecessary line because of optimization for the Track component. 5 年之前
  NaotoshiFujita 0e94e45d70 Update the version number. 5 年之前
  NaotoshiFujita 9943b11f88 Bug Fix: Clones were not enough in autoHeight mode. Fix the lint errors. 5 年之前
  NaotoshiFujita d716088deb Bug Fix: Change the drag target element from the list to the track because it doesn't have explicit width. 5 年之前
  NaotoshiFujita 7d56740581 Add waitForTransition option to determine whether to prevent any actions while transitioning or not(#63). 5 年之前
  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 年之前
  NaotoshiFujita fe53e80423 Optimization. Remove horizontal and vertical directions of the Track component. 5 年之前
  NaotoshiFujita 14ae6d1d49 Change the calculation way for total width and height to insert non-slide elements in a slider. 5 年之前
  NaotoshiFujita fc2aec9291 Support drag for the fade type(#30, #62). 5 年之前
  NaotoshiFujita 27922ae4b2 Add splide.d.ts for typescript. Update version number. 5 年之前
  NaotoshiFujita cf9d816fdd Optimize code. 5 年之前
  NaotoshiFujita 94acfdb224 Optimization. Adjust number of clones according to the track width or height. 5 年之前
  NaotoshiFujita 2e0e055618 Number of clones are determined by fixedWidth or fixedHeight if they are provided, or can be by "clones" options(#55). 5 年之前
  NaotoshiFujita 4652e38429 Update version number. 5 年之前
  NaotoshiFujita 6297ebf177 Update version number. 5 年之前
  NaotoshiFujita 0f6222240c Update version number. 5 年之前
  NaotoshiFujita 716981d5ab Evaluate all components again when Splide is remounted. 5 年之前
  NaotoshiFujita 61443b9d5a Bug Fix: Invalid realIndex was assigned to a slide when the length of slides were less than perPage. 5 年之前
  NaotoshiFujita 361f3dff57 Emit "click" event when a slide is clicked. 5 年之前
  NaotoshiFujita 04afb570fb Bug Fix: perMove didn't work properly with autoplay(#50). 5 年之前
  NaotoshiFujita 2fb853c469 Bug Fix: New slides were not shown when multiple slides were added at the same time(#49). 5 年之前