Skip to content

v11.0.6

Compare
Choose a tag to compare
@nolimits4web nolimits4web released this 05 Feb 10:10
· 41 commits to master since this release

Bug Fixes

  • add optional swiperElementNodeName param to allow more flexible web component usage (#7284) (178511f)
  • fixed behavior where the combination of 'initialSlide:0' and 'slidesPerView:auto' would shift the first slide position (e5c04c3), closes #7216
  • Safari 3D fix for webview (d42ce05), closes #7167
  • scrollbar: correctly update scrollbar on changeDirection (6bbb73d), closes #7263
  • SwiperOptions documentation for loopAddBlankSlides (#7289) (cbc3dba)

Features

  • core: prevent running .slideTo methods when Swiper is destroyed (05f9c64), closes #7265