Releases: nolimits4web/swiper
Releases · nolimits4web/swiper
v11.1.14
Bug Fixes
- core: fix mobile input blur on touchstart on different input (66c5dd1), closes #7728
- element: Query the swiper.hostEl for the navigation buttons (#7714) (#7716) (d0b6abd)
- zoom: add sanity check before allowTouchMove call in timeout (#7723) (869bb84)
v11.1.11
Bug Fixes
- centeredSlides with centeredSlidesBounds don't work correct when slidesPerView: 'auto' and width of the swiper-container bigger then width of slides (#7696) (c11172a)
- element: fix element styles to have correct order override (f26036f), closes #7704
- virtual: fix bypassing initial translate check if Virtual is enabled (df957bb), closes #7699
v11.1.10
Bug Fixes
- pagination: fixed swiper Infinite loop scroll jumping (#7690)
- zoom: fix zoomIn after currentScale is set to 1 (#7663) (94173da)
v11.1.8
Bug Fixes
- core: fixed typo in utils/elementIsChildOf (#7649) (575e715)
v11.1.6
Bug Fixes
- controller: fix 2 way control in element (6eec16b), closes #7628
Features
- a11y: added new prop for a11y module -
scrollOnFocus
(#7632) (f4f7da0)
- element: added support for using slots as swiper wrappers (#7624) (e374e06)
v11.1.5
Bug Fixes
- element: fix observer to watch for slides (7cffede), closes #7598
- improved 3d rotate fix in Safari (cb83879), closes #7532
- update navigation.scss to remove SASS Deprecation Warning (#7612) (a3e0bf8)
- vue: add breakpointsBase type (4adb85b), closes #7607
v11.1.4
Bug Fixes
- a11y: fix slide on focus when loop mode is enabled (fc8ed1a), closes #7540
- core: check for swiper.el in destroy queue (39a3e53), closes #7530
- navigation: prevent hide on click when clicking on navigation buttons (c0f7bb6), closes #7559
- vue: avoid rendering same slide vnode twice for small amount of slides in loop + virtual mode (#7556) (5737f03)
- zoom: fix issue when slide change possible during zoom out (f67308c)