Skip to content

Commit

Permalink
v2.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovitoras committed Nov 7, 2024
1 parent 0941c64 commit 432b64b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0-beta.10](https://github.com/zazos-team/vue-virtual-scroller/compare/v2.0.0-beta.8...v2.0.0-beta.10) (2024-11-07)


### Bug Fixes

* avoid rendering when slot is unused ([#787](https://github.com/zazos-team/vue-virtual-scroller/issues/787)) ([2bd549d](https://github.com/zazos-team/vue-virtual-scroller/commit/2bd549d22f141214e54186d635c248e8bfda53f2))
* index lost, fix [#783](https://github.com/zazos-team/vue-virtual-scroller/issues/783) ([#784](https://github.com/zazos-team/vue-virtual-scroller/issues/784)) ([4aa6b35](https://github.com/zazos-team/vue-virtual-scroller/commit/4aa6b353ca42b24ac5f8c459920d5df221d3626f))


### Features

* items ref ([#789](https://github.com/zazos-team/vue-virtual-scroller/issues/789)) ([4f84549](https://github.com/zazos-team/vue-virtual-scroller/commit/4f84549a21e5c0fc059005bff792f9d8c9d5b17f))



# [2.0.0-beta.9](https://github.com/zazos-team/vue-virtual-scroller/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2024-11-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-virtual-scroller-monorepo",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"private": true,
"scripts": {
"build": "pnpm run -r --filter=!demo build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-virtual-scroller/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zazos-team/vue-virtual-scroller",
"description": "Smooth scrolling for any amount of data",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"author": {
"name": "Guillaume Chau",
"email": "[email protected]"
Expand Down

0 comments on commit 432b64b

Please sign in to comment.