Releases: nolimits4web/swiper
Releases · nolimits4web/swiper
v11.2.0
Bug Fixes
- core: Fixed elementIsChildOf returning false for nested web components (#7762) (8136607), closes #7761
- zoom: Ensure the zoom module's array is cleared onTouchEnd to fix #7304 (#7830) (21610bd)
Features
- core: Allow using a CSS selector as breakpointsBase (#7818) (44d3443)
- zoom: Add ability to pan around an image on mouse move (#7831) (c4619bb), closes #7306
v11.1.15
Bug Fixes
- react: react strict mode double initialization errors for thumbs (#7789) (9dece7d)
- scss: Dart Sass 3.0.0 compatibility (fbd2ba4), closes #7772 #7771
- types: remove 'Lazy' declaration (#7739) (40a705e)
- types: type definitions for
slidesEl
, slidesGrid
, and slidesSizesGrid
(#7768) (fb59a41)
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