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 vue-virtual-scroller from 0.12.0 to 1.1.2 #59

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 13, 2024

Bumps vue-virtual-scroller from 0.12.0 to 1.1.2.

Release notes

Sourced from vue-virtual-scroller's releases.

v1.1.2

Performance Improvements

  • small code changes to maximize performance (3b4dbf3)

Reverts

v1.1.1

Bug Fixes

  • fix: height NaN, fix #757

v1.1.0

Features

  • Create grids with the new gridItems prop (#27)
  • New itemSecondarySize prop
  • add skipHover prop to deactive the hover detection (#752)
  • update event provide range of the visible items (#115)
  • adds configurable list/item tags for semantic html (#203)
  • throw error when key field does not exist in item (#265)
  • custom classes for list wrapper and list items. (#397)
  • add an empty slot (#398)
  • Emit events for scroll to begin and end of list (#364)

Bug fixes

  • DynamicScrollerItem: watch item prop (#700)
  • Account for the height of the leading and trailing slots when calculating visible items, fix #685
  • restore scroll in keep-alive (#724)
  • DynamicScroller should pass its own keyField prop to child RecycleScroller (#732)
  • issue with beforeDestroy hook (#748)
  • avoid jumping scroll position when upper item size is calculated (#374)
  • scrollToItem works with pageMode (#396)
  • clamp endIndex if less items than prerender (#473)
  • wrap the callback in requestAnimationFrame, fix #516 (#517)

v1.0.10

Fixed

  • Cannot set property 'item' of undefined

v1.0.7

Fixed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller) from 0.12.0 to 1.1.2.
- [Release notes](https://github.com/Akryum/vue-virtual-scroller/releases)
- [Changelog](https://github.com/Akryum/vue-virtual-scroller/blob/master/CHANGELOG.md)
- [Commits](Akryum/vue-virtual-scroller@v0.12.0...v1.1.2)

---
updated-dependencies:
- dependency-name: vue-virtual-scroller
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 13, 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 DEV: renderers javascript Pull requests that update Javascript code SIZE: small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants