Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency swiper to v11 #211

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
swiper (source) 8.4.5 -> 11.2.1 age adoption passing confidence

Release Notes

nolimits4web/Swiper (swiper)

v11.2.1

Compare Source

Bug Fixes

v11.2.0

Compare Source

Bug Fixes
Features

v11.1.15

Compare Source

Bug Fixes

v11.1.14

Compare Source

Bug Fixes

v11.1.12

Compare Source

Bug Fixes
Features

v11.1.11

Compare Source

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

Compare Source

Bug Fixes
  • pagination: fixed swiper Infinite loop scroll jumping (#​7690)
  • zoom: fix zoomIn after currentScale is set to 1 (#​7663) (94173da)

v11.1.9

Compare Source

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
  • add types for minTranslate and maxTranslate functions (#​7647) (450c57a)

v11.1.8

Compare Source

Bug Fixes

v11.1.7

Compare Source

Bug Fixes

v11.1.6

Compare Source

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

Compare Source

Bug Fixes

v11.1.4

Compare Source

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

Compare Source

Bug Fixes

v11.1.2

Compare Source

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

Compare Source

Bug Fixes
  • zoom: fix zoom pan not preventing slide changes using touch (f73cc2a), closes #​7308

v11.1.0

Compare Source

Bug Fixes

v11.0.7

Compare Source

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

v11.0.6

Compare Source

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
  • core: prevent running .slideTo methods when Swiper is destroyed (05f9c64), closes #​7265

v11.0.5

Compare Source

Bug Fixes
Features
  • core: new slidesUpdated event (8a0c7c4)

v11.0.4

Compare Source

Bug Fixes
  • effectx: fix Safari issue with rotates even to 90deg (e005b69), closes #​7167

v11.0.3

Compare Source

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

Compare Source

Bug Fixes
  • core: correctly handle loopAdditionalSlides parameter (3f5e05d)

v11.0.1

Compare Source

Bug Fixes
  • types: fix eventsPrefix type (fd0f601)

v11.0.0

Compare Source

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 loopAddBlankSlides parameter (b5db223)
  • core: remove loopedSlides parameter, add loopAdditionalSlides parameter (d647985)
  • core: reworked loop mode (2a99dbd)
  • core: update loop mode logic and lowered requirements (703ede6)
  • element: makeeventPrefix parameter default to swiper (88d463a)
  • core: move default container overflow back to hidden (88941a8)

v10.3.1

Compare Source

Bug Fixes

v10.3.0

Compare Source

Bug Fixes
  • core: correctly destroyor create loop on breakpoints (12a44fb), closes #​6967
  • core: don't call realIndexChange on initialIndex if runCallbacksOnInit is disalbed (48c4e0a), closes #​6976
  • core: fix slideToClickedSlide when 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 hashchange event (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

Compare Source

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 contextmenu event (721ccaf), closes #​6692
  • element: fix missing elements part when 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

Compare Source

Bug Fixes
Features

v10.0.4

Compare Source

Bug Fixes

v10.0.3

Compare Source

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

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes
  • types: fix types for swiper/modules (fa6e597)

v10.0.0

Compare Source

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.js to .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

v9.4.1

Compare Source

Bug Fixes
  • core: fix issue with calling freeMode introduced in 9.4.0 (581eea8), closes #​6751

v9.4.0

Compare Source

Bug Fixes
  • core: lazyPreloadPrevNext not working with grid (883f006), closes #​6725
  • core: fix case with not enough slides with centeredSlidesBounds (93b4279), closes #​6689
  • core: fix error for swiperSlideSize in hidden slider (36ef2e6), closes #​6718
  • core: fix issue with allowSlideNext in RTL mode (d61da52), closes #​6737
  • core: fix navigation can be disabled in breakpoints (1fd36ad), closes #​6746
  • core: fix to preload lazyPreloadPrevNext prior to active slide (d2f718c), closes #​6684
  • core: lazyPreloadPrevNext not working with loop mode #​6724 (#​6726) (69acab4)
  • effect-cards: fixed in RTL mode (e402f05), closes #​5534
  • hash-navigation: get active slide element using the old method if Virtual is not being… (#​6704) (db7e72f)
Features
  • core: cssMode now supports freeMode (abe1ec7)
  • element: add part="bullet[-active]" to pagination bullets (8b4cccd), closes #​6717

9.3.2 (2023-05-15)

Bug Fixes
  • core: don't call update() on lazy loaded if spv !== auto and no autoHeight (378a3c6)
  • core: don't call update() on lazy loaded in css mode (efc294c)
  • core: fix for smoothScroll check in Support module (e0f4ae4)
  • element: fix not working correctly injectStylesUrls (6a50d45), closes #​6662
  • element: remove/re-add navigation, pagination, scrollbar elements based on prop value (45f8d4a), closes #​6672
  • hash-navigation: handle slide to none existing hash (#​6681) (7f3fa96)
Features
  • add string type for effect param (7340629), closes #​6676
  • mousewheel: add noMousewheelClass param (0fcd210)
  • mousewheel: support for swiper-no-mousewheel ignore class (#​6671) (c9130c3)
  • react: export SwiperClass type from 'swiper/react' (6768efe), closes #​5500

v9.3.2

Compare Source

Bug Fixes
  • core: don't call update() on lazy loaded if spv !== auto and no autoHeight (378a3c6)
  • core: don't call update() on lazy loaded in css mode (efc294c)
  • core: fix for smoothScroll check in Support module (e0f4ae4)
  • element: fix not working correctly injectStylesUrls (6a50d45), closes #​6662
  • element: remove/re-add navigation, pagination, scrollbar elements based on prop value (45f8d4a), closes #​6672
  • hash-navigation: handle slide to none existing hash (#​6681) (7f3fa96)
Features
  • add string type for effect param (7340629), closes #​6676
  • mousewheel: add noMousewheelClass param (0fcd210)
  • mousewheel: support for swiper-no-mousewheel ignore class (#​6671) (c9130c3)
  • react: export SwiperClass type from 'swiper/react' (6768efe), closes #​5500

v9.3.1

Compare Source

Bug Fixes
  • element: correct extending of HTMLElementEventMap in types (d6a0aca), closes #​6657
Features
  • element: added all events arguments in TS declarations (abb0688)

v9.3.0

Compare Source

Bug Fixes
  • a11y: add notification span to shadow root in Swiper Element (aa83a03), closes #​6634
  • core: fix cases when spaceBetween set in % (446af7e), closes #​6647
  • element: don't reinit nested swipers rearranged by parent swiper loop (926828a), closes #​6642
  • element: don't render swiper on every connected (5a5ebb4)
Features

v9.2.4

Compare Source

Bug Fixes
  • core: fix autoHeight in virtual slides (dd30829), closes #​6570
  • loop: update slides grids before loop fix when spv is "auto" (035e79d), closes #​6599
  • virtual: fix last slide index check in virtual slides (154f048), closes #​6595
Features
  • hash-navigation: new getSlideIndex to specify slide index by hash (3eb0ae2), closes #​6588

v9.2.3

Compare Source

Bug Fixes

v9.2.2

Compare Source

Bug Fixes

v9.2.1

Compare Source

Bug Fixes
  • controller: add a conditional to early return if the swiper controller is destroyed (#​6555) (3fbec6e)
  • controller: correct interpolation per slider (706fdf8), closes #​6506
  • controller: fix controllers multiplier on 0 translates (4b8bd02), closes #​6498
  • element: add injectStyles to be acceptable as props (7c1c5d3), closes #​6578
  • pagination: update pagination direction class on direction change (e6247d9), closes #​6511
  • vue: fix deep slots (642b455), closes #​6574
Features
  • virtual: patch for very large sliders using virtual slides (#​6533)

Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from vogelino as a code owner November 6, 2023 00:13
Copy link

vercel bot commented Nov 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hilf-mir-berlin ❌ Failed (Inspect) Jan 10, 2025 8:14pm

Copy link

socket-security bot commented Nov 6, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
swiper 8.4.5...11.0.5 None +0/-2 3.29 MB

@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 08effee to 2f13385 Compare November 7, 2023 10:24
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 2f13385 to 6d465c4 Compare November 7, 2023 10:36
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 6d465c4 to c1ad852 Compare November 7, 2023 10:49
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from c1ad852 to b10d532 Compare November 9, 2023 13:14
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from b10d532 to f029533 Compare November 22, 2023 13:20
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from f029533 to 139eb9f Compare February 5, 2024 12:18
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 139eb9f to 99da889 Compare February 27, 2024 12:23
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 99da889 to 26cf1c3 Compare March 28, 2024 13:19
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 26cf1c3 to 1c20da5 Compare April 9, 2024 15:27
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 1c20da5 to c4901c0 Compare May 13, 2024 11:22
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from c4901c0 to a7be2a9 Compare May 13, 2024 19:34
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from a7be2a9 to 1988ad7 Compare May 30, 2024 10:21
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 1988ad7 to 8e6df2a Compare July 15, 2024 11:27
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 8e6df2a to 5b62e9b Compare July 23, 2024 16:56
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 5b62e9b to 3e5dda6 Compare July 24, 2024 07:01
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 3e5dda6 to 86a9913 Compare July 25, 2024 08:53
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 86a9913 to 450c0d0 Compare July 26, 2024 17:02
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 450c0d0 to d249081 Compare July 31, 2024 13:48
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from d249081 to ee5e4b8 Compare August 21, 2024 14:16
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from ee5e4b8 to 4bc46a6 Compare August 28, 2024 14:59
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 4bc46a6 to c7ae7a2 Compare September 1, 2024 15:14
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from c7ae7a2 to 25ab25a Compare September 12, 2024 22:09
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 25ab25a to 53ecf75 Compare November 7, 2024 11:56
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from 53ecf75 to b15b3af Compare November 18, 2024 22:30
@renovate renovate bot force-pushed the renovate/swiper-11.x branch from b15b3af to 0485002 Compare January 2, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants