Skip to content

Commit ab5fefd

Browse files
committed
v2.0.0-beta.2
1 parent d7f702c commit ab5fefd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [2.0.0-beta.2](https://github.com/Akryum/vue-virtual-scroller/compare/v1.1.1...v2.0.0-beta.2) (2022-10-17)
2+
3+
### Bug Fixes
4+
5+
* Account for the height of the leading and trailing slots when calculating visible items, fix [#685](https://github.com/Akryum/vue-virtual-scroller/issues/685) ([#754](https://github.com/Akryum/vue-virtual-scroller/issues/754)) ([fe72c43](https://github.com/Akryum/vue-virtual-scroller/commit/fe72c438f72d03153d92f0e47f49ba9ff769b83c))
6+
7+
8+
19
# [2.0.0-beta.1](https://github.com/Akryum/vue-virtual-scroller/compare/v1.1.0...v2.0.0-beta.1) (2022-10-15)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-virtual-scroller-monorepo",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter=!demo build",

packages/vue-virtual-scroller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-virtual-scroller",
33
"description": "Smooth scrolling for any amount of data",
4-
"version": "2.0.0-beta.1",
4+
"version": "2.0.0-beta.2",
55
"author": {
66
"name": "Guillaume Chau",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)