laravel-vue-ecommerce
laravel-vue-ecommerce copied to clipboard
fix(deps): update dependency swiper to v11
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| swiper (source) | ^9.4.1 -> ^11.0.0 |
Release Notes
nolimits4web/Swiper (swiper)
v11.2.1
Bug Fixes
- core: add check for HTMLSlotElement support (#7840) (56700e5)
- core: typo in autoplay param (#7848) (69113c9)
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, andslidesSizesGrid(#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.12
Bug Fixes
Features
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.9
Bug Fixes
- core: fix loop missing slides with centeredSlides (4847fcb), closes #7584
- core: fix types of swiper-effect-utils.d.ts (#7655) (4875f26)
- mousewheel: fix issue with event handling after Swiper was destroyed (82ae434), closes #7654
Features
v11.1.8
Bug Fixes
v11.1.7
Bug Fixes
v11.1.6
Bug Fixes
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.3
Bug Fixes
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
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)
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)
Features
v11.0.5
Bug Fixes
- core: swipe to last with slidesPerView: auto (#7183) (2e3f47d)
- modules/a11y: filter out falsy pagination elems (#7201) (a044626)
Features
- core: new
slidesUpdatedevent (8a0c7c4)
v11.0.4
Bug Fixes
v11.0.3
Bug Fixes
- core: fixed legacy condition preventing touch move when zoom enabled (2f64043), closes #7137
- core: prevent observer updates on loop fix (7a5eacc), closes #7135
v11.0.2
Bug Fixes
- core: correctly handle loopAdditionalSlides parameter (3f5e05d)
v11.0.1
Bug Fixes
- types: fix eventsPrefix type (fd0f601)
v11.0.0
Bug Fixes
- autoplay: fix negative autoplay values after stop/start, fix autoplay with free mode (8bef84d), closes #7084
- autoplay: fix pauseOnPointerEnter if hovered during transition (5080d95), closes #7107
- core: remove grid class on rows change (2f65e89), closes #7053
- element: correctly respond to object params assignment (f23c742)
- scrollbar: allow multiple classes in scrollbar parameters (89a6f71), closes #7096
Features
- core: add fully visible slides classes (902a4c4), closes #6773
- core: add handling for native touch events (74bb1cc), closes #6478 #6381 #6897
- core: loop support for grid, new
loopAddBlankSlidesparameter (b5db223) - core: remove
loopedSlidesparameter, addloopAdditionalSlidesparameter (d647985) - core: reworked loop mode (2a99dbd)
- core: update loop mode logic and lowered requirements (703ede6)
- element: make
eventPrefixparameter default toswiper(88d463a) - core: move default container overflow back to
hidden(88941a8)
v10.3.1
Bug Fixes
- autoplay: fix autoplay stop when disableOnInteraction is active (ecfb3fb), closes #7060 #7059
- types: detection of custom html tags (#7055) (c55f76d)
v10.3.0
Bug Fixes
- core: correctly destroyor create loop on breakpoints (12a44fb), closes #6967
- core: don't call
realIndexChangeon initialIndex if runCallbacksOnInit is disalbed (48c4e0a), closes #6976 - core: fix
slideToClickedSlidewhen using Element slide slots (af0519c), closes #6958 - core: fix lazy preloader in later initialized slides (e4fddc0), closes #6946
- core: fix loop on centeredSlides slide to beginning (c496835), closes #7011
- core: fix loopFix in loop and cssMode (8180a52), closes #6919
- core: fixed ignored allowSlidePrev/Next in loop mode (1b74619), closes #6987
- core: remove grid class on rows change (908becc), closes #7053
- element: correctly respond to object params assignment (2ef1ff5)
- element: do not bubble
hashchangeevent (106a3d7), closes #6943 - element: fix issue updating with boolean module params (1cc359e), closes #6947
- navigation: fix lock class on enable (ea39c33), closes #7009
- react: add breakpointsBase param (0eb4122), closes #7014
- react: fix react components props type (1cd412e), closes #7000
- scrollbar: add 'touch-action: none' to swiper-scrollbar (#7024) (9542d09)
- virtual: fix issue with loop mode and initialSlide enabled (f4afd9d), closes #6945
- virtual: fix removing nested slides (c3321e1), closes #7005
- virtual: recalc cache on removeSlide (96e5166), closes #7020
- vue: add breakpointsBase param (6800dbb)
- zoom: fix scale origin when document is scrolled (2cf3fc2), closes #6950 #6955
Features
- core: allow createElements to process object params with
{enabled: true}(abf8405) - core: make slidesPerViewDynamic public (ae434b0), closes #7036
v10.2.0
Bug Fixes
- autoplay: fix autoplay pause during transition (db9b17f), closes #6896
- controller: fix issues with loop mode (fbb84fe), closes #6659
- core: fix touch move and loop behavior when transition-delay enabled on swiper-wrapper (ac27d02)
- core: handle
contextmenuevent (721ccaf), closes #6692 - element: fix missing elements
partwhen added dynamically (db5b5d6), closes #6899 - element: fix parallax on elements passed to component root (265e466)
- element: fixed issue with incorrect lookup for lazy prelader and images (64513ac), closes #6901
- element: fixed issue with pointer-events:none in fade effect (2dcb802), closes #6908
- pagination: fixed issue in loop mode when sometimes it switches slides with transiton (3d7dc58), closes #6856
Features
v10.1.0
Bug Fixes
- core: fix flickering in loop mode edge positions (bf29843), closes #6673
- core: set
isElementon swiper-containers only (#6870) (2f61fda) - package: fix source maps for ES modules (#6866) (5e88c4b), closes #6863
- modules: filter out falsy elements (#6823) (e1b7254)
- mousewheel: fix
releaseOnEdgesfor freeMode (8a83360), closes #6770 #6799 - zoom: fix image move in element (89d9aa5), closes #6847
Features
v10.0.4
Bug Fixes
v10.0.3
Features
- added overflow:hidden for fallback if clip is not supported in target… (#6807) (5d8d6f9)
- element: use usual
<style>tag if adopted stylesheet are not supported (18613df)
v10.0.2
Bug Fixes
v10.0.1
Bug Fixes
- types: fix types for swiper/modules (fa6e597)
v10.0.0
Features
- tweak browserslist to iOS >= 15 (96a4e7e)
- rework package to use .mjs files and all scripts and styles are minified (a267785)
- fully rework scripts structure in package (2c87f13)
- rename package files
.esm.jsto.mjs(7a17821) - browser ES modules (ab20bd1)
- change swiper container overflow to clip (#6738) (a8447b7)
- element: attributes can accept JSON stringified strings (5b93954)
- element: highly reworked Swiper web component (a6f8a0f)
- navigation arrows use SVGs instead of font
- changed shadow DOM layout to have
<div class="swiper">inside - component styles now added using adoptedStylesheets
- no more global styles injection
- set transform 3d on wrapper for iOS devices (90c590d)
- tweak types exports to be Node 16+ compatible (30ce8e0)
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Quality Gate passed
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code