Skip to content

v11.1.2

Compare
Choose a tag to compare
@nolimits4web nolimits4web released this 13 May 08:52
· 30 commits to master since this release

Bug Fixes

  • autoplay: keep 0 transition on touchmove with 0 timeout delay (8ccb08e), closes #7515
  • core: centerInsuffientSlides takes offsets into account (#7437) (5a271ff)
  • types: fixed SwiperModule, slideTo, effectInit types (#7428) (bc61bce)

Performance Improvements

  • do not remove and re-add visibility classes for unchanged slides to prevents unnecessary style recalculations (This performance difference is mostly noticable when moving a slide with a mouse or touchmove because updateSlidesProgress is triggered for every keyboard-/touchevent) (#7505) (2c08227)