Swiper v5.2.1 Release Notes

Release Date: 2019-12-02 // over 4 years ago
    • Core
      • New loop events beforeLoopFix and loopFix
      • New parameter updateOnWindowResize (by default true) that will update/recalc swiper on window resize/orientationchange
      • Added SCSS interpolation for --swiper-theme-color variable when not building from source (#3334)
      • Quote SCSS color names (#3316)
      • Fixed issue when .once could be called more than once (#3322)
    • Mousewheel
      • Fixed scroll wheel unwanted frozen effect (#3328)
    • Thumbs
      • New multipleActiveThumbs (by default true) option to control whether multiple thumbnail slides may get activated or not.
    • 🛠 Minor fixes