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

Update dependency swiper to v11 #84

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
swiper (source) ^10.1.0 -> ^11.0.0 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)

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.

@renovate renovate bot force-pushed the renovate/swiper-11.x branch from d5b7b76 to 8afebf7 Compare January 19, 2025 17:03
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