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

build(deps): bump swiper from 9.3.2 to 10.3.0 #1539

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps swiper from 9.3.2 to 10.3.0.

Release notes

Sourced from swiper's releases.

v10.3.0

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

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

  • pagination: allow multiple clickableClass (703d13b), closes #6741

v10.1.0

... (truncated)

Changelog

Sourced from swiper's changelog.

10.3.0 (2023-09-21)

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

10.2.0 (2023-08-17)

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

  • pagination: allow multiple clickableClass (703d13b), closes #6741

10.1.0 (2023-08-01)

... (truncated)

Commits
  • d8596ea 10.3.0
  • 2ef1ff5 fix(element): correctly respond to object params assignment
  • 908becc fix(core): remove grid class on rows change
  • 5ca46b6 chore: fix moduleParams check
  • a0aae9a chore: fix moduleParams check
  • abf8405 feat(core): allow createElements to process object params with {enabled: true}
  • 9542d09 fix(scrollbar): add 'touch-action: none' to swiper-scrollbar (#7024)
  • 96e5166 fix(virtual): recalc cache on removeSlide
  • ae434b0 feat(core): make slidesPerViewDynamic public
  • 8b73864 fix:incorrect zoom toggle types (#7016)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [swiper](https://github.com/nolimits4web/Swiper) from 9.3.2 to 10.3.0.
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](nolimits4web/swiper@v9.3.2...v10.3.0)

---
updated-dependencies:
- dependency-name: swiper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 25, 2023 20:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #1545.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/swiper-10.3.0 branch October 2, 2023 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants