Swiper v5.2.0 Release Notes

Release Date: 2019-10-26 // over 4 years ago
    • Core
      • New centeredSlidesBounds parameter that when enabled will keep first and last slides at bounds
      • Fixed issue when freeMode could break position on resize (#2708, #3303)
      • Fixed transition duration issue with freeModeSticky (#3302)
      • Fixed issue with wrong row/column if not full groups (#3294)
      • Fixed issue when watchOverflow and slidesOffsetBefore/slidesOffsetAfter couldn't work together (#3291)
    • Mousewheel
      • Faster & smoother mousewheel inertial scrolling (#3304)
    • 📦 Package
      • Added source maps to package builds (#3306)
      • Added minified version of browser.esm.bundle
    • 🛠 Minor fixes