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 vue3-carousel from 0.3.1 to 0.12.0 #53

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 26, 2024

Bumps vue3-carousel from 0.3.1 to 0.12.0.

Release notes

Sourced from vue3-carousel's releases.

v0.12.0

What's Changed

Full Changelog: ismail9k/vue3-carousel@v0.11.0...v0.12.0

v0.11.0

What's Changed

New Contributors

Full Changelog: ismail9k/vue3-carousel@v0.10.0...v0.11.0

v0.10.0

What's Changed

New Contributors

Full Changelog: ismail9k/vue3-carousel@v0.9.0...v0.10.0

v0.9.0

What's Changed

... (truncated)

Changelog

Sourced from vue3-carousel's changelog.

0.12.0 - 2024-12-26

  • Generate cloned slides dynamically based on the active slides @​ismail9k in #462, #465
  • Add logo, footer, and features showcase to documentation by @​ismail9k in #463
  • Add fade in-out animation effect to carousel by @​ismail9k in #464
  • General fixes and enhancements

0.11.0 - 2024-12-23

  • fix: reorder exports in package.json by @​BR0kEN- in #458
  • Enhance carousel performance and slide management in #456
  • fix: update Vue peer dependency version to 3.5.0 in #460
  • Validate itemsToShow configuration in #461

0.10.0 - 2024-12-16

0.9.0 - 2024-12-09

  • Fixed carousel flickering during resize in #431
  • Fixed carousel: Dynamic slot recalculation in render function in #430
  • Documentation: Updated events file in #432
  • Refactored: Improved provide/inject using a single symbol in #434
  • Feature: Added easy addon customization in #435
  • Fixed issues from recent updates in #440
  • Fixed SSR for cloned slides in #444
  • Fixed reactivity: Using provide to register slides instead of traversing nodes (fixes #433, #350)
  • Fixed reactivity: Using computed and watchers instead of manual updates
  • Fixed reactivity: Updated vModel during sliding rather than after transition (fixes #428)
  • Fixed carousel: Updated sizes during animations (fixes #338)
  • Fixed accessibility: Made elements in cloned slides non-focusable (fixes #346)
  • Fixed accessibility: Added arrow key support for focused carousel (via tab)
  • Fixed performance: Cloning only itemsToShow + 11 elements instead of all slides
  • Improved types: Enhanced typings, added TSC during tests, and exported properly defined components
  • Fixed package: Corrected order of browser, require, and import

0.8.1 - 2024-11-26

  • fix: cannot set properties on null (setting 'index') issue by @​ismail9k in #427
  • Better support for typescript and add CarouselExposed type by @​ismail9k in #429

0.8.0 - 2024-11-24

... (truncated)

Commits
  • 3b6d79e 0.12.0
  • 0cd1b47 Merge pull request #464 from ismail9k/add-fade-animation
  • 3f4e15c style: update fade effect transitions and slide dimensions in Carousel component
  • 1bc6de9 tests: fix tests
  • bcae817 Merge branch 'add-fade-animation' of github.com:ismail9k/vue3-carousel into a...
  • eb0db70 Add fade in-out animation effect to carousel
  • fda8f41 Merge pull request #465 from ismail9k/445-configurable-cloned-items-for-wrap-...
  • 168558a feat: enhance Carousel component with cloned slide offset adjustments and ref...
  • 7321b40 fix: Carousel component's slide cloning logic and add tests for it
  • adfb781 Add fade in-out animation effect to carousel
  • 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 [vue3-carousel](https://github.com/ismail9k/vue3-carousel) from 0.3.1 to 0.12.0.
- [Release notes](https://github.com/ismail9k/vue3-carousel/releases)
- [Changelog](https://github.com/ismail9k/vue3-carousel/blob/master/CHANGELOG.md)
- [Commits](ismail9k/vue3-carousel@v0.3.1...v0.12.0)

---
updated-dependencies:
- dependency-name: vue3-carousel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 26, 2024
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