Releases: nolimits4web/swiper
Releases · nolimits4web/swiper
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)
v11.1.2
Bug Fixes
- autoplay: keep 0 transition on touchmove with 0 timeout delay (8ccb08e), closes #7515
- core: centerInsuffientSlides takes offsets into account (#7437) (5a271ff)
- types: fixed SwiperModule, slideTo, effectInit types (#7428) (bc61bce)
Performance Improvements
- do not remove and re-add visibility classes for unchanged slides to prevents unnecessary style recalculations (This performance difference is mostly noticable when moving a slide with a mouse or touchmove because updateSlidesProgress is triggered for every keyboard-/touchevent) (#7505) (2c08227)
v11.1.1
Bug Fixes
- zoom: fix zoom pan not preventing slide changes using touch (f73cc2a), closes #7308
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
Bug Fixes
- core: fix initial slide index shift with centeredSlides and slidesPerView auto (#7319) (cae9c2d)
- history: fix setting history in virtual slides (d4de17b), closes #7327
- react: make sure the key is unique in virtual mode (829a253), closes #7329
Features
- add swiper-effect-utils (df5f873), closes #7336
- zoom: add ability to constrain max zoom to 100% of original image size (#7311) (645f266)