Releases: nolimits4web/swiper
Releases · nolimits4web/swiper
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)
v11.1.3
v11.1.2
v11.1.1
v11.1.0
Bug Fixes
- a11y: fixed issue with not working "enter" navigation on arrows (aac2dcf), closes #7423
- a11y: prevent falsy focus handlers (a7c260a), closes #7406
- core: add/remove slide classes only when changed (3312fba), closes #7356
- core: don't fix the loop on simple resize (641793f), closes #7325
- core: fixed thrown error on calling slideTo methods on destroyed swiper (8c6a3c6), closes #7416
- core: handle grabCursor within breakpoints (e853908), closes #7364
- core: reset animating flag on translateTo call (7da50bf), closes #7403
- scrollbar: fix warning (e5371f7), closes #7415
- thumbs: fix thumbs .swiper type prop to accept string (5b0fa84), closes #7421
- virtual: don't render first slides when initialSlide set (bab9230), closes #7353
- zoom: fix panning on SVG elements (eed8a5b), closes #7352
v11.0.7
v11.0.6
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)