Skip to content

build(deps): bump vue3-carousel from 0.3.1 to 0.10.0#46

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vue3-carousel-0.10.0
Closed

build(deps): bump vue3-carousel from 0.3.1 to 0.10.0#46
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vue3-carousel-0.10.0

Conversation

@dependabot
Copy link

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

Bumps vue3-carousel from 0.3.1 to 0.10.0.

Release notes

Sourced from vue3-carousel's releases.

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

  • Fixed carousel flickering during resize in ismail9k/vue3-carousel#431
  • Fixed carousel: Dynamic slot recalculation in render function in ismail9k/vue3-carousel#430
  • Documentation: Updated events file in ismail9k/vue3-carousel#432
  • Refactored: Improved provide/inject using a single symbol in ismail9k/vue3-carousel#434
  • Feature: Added easy addon customization in ismail9k/vue3-carousel#435
  • Fixed issues from recent updates in ismail9k/vue3-carousel#440
  • Fixed SSR for cloned slides in ismail9k/vue3-carousel#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

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

v0.8.1

What's Changed

Full Changelog: ismail9k/vue3-carousel@v0.8.0...v0.8.1

v0.8.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from vue3-carousel's changelog.

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

0.7.1 - 2024-11-17

  • Feat support vertical slides by n #423
  • Feat support config carousel height
  • Fix assets build

0.7.0 - 2024-11-17

  • Feat: support vertical slides in #423

0.6.0 - 2024-11-15

  • Feat(utils): use requestAnimationFrame for throttle function in #422

... (truncated)

Commits
  • 4ea7aba 0.10.0
  • da0145b chore: downgrade version to 0.9.0 in package.json
  • 3025277 Merge branch 'master' of github.com:ismail9k/vue3-carousel
  • e03d769 enhance: playground
  • 334e0b4 Merge pull request #446 from Tofandel/feat/paginated-pagination
  • 3315633 Rename paginated prop to paginateByItemsToShow
  • 2ac2828 feat: add paginated navigation for carousel pagination
  • 31107b7 Merge pull request #453 from Tofandel/fix/ssr-issue
  • 5bd7d8f fix: simplify index calculation in createCloneSlides utility
  • c356a5c fix: SSR hydration issue
  • 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.10.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.10.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 17, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 23, 2024

Superseded by #49.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue3-carousel-0.10.0 branch December 23, 2024 18:03
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