Skip to content

Commit

Permalink
v2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 6, 2022
1 parent d6a5bf2 commit 09f7cf5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [2.0.0-beta.4](https://github.com/Akryum/vue-virtual-scroller/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2022-12-06)


### Bug Fixes

* improved dynamic scroller resize observer logic ([40f58b3](https://github.com/Akryum/vue-virtual-scroller/commit/40f58b3e3a411df36c09d59cc3776719f60d93cf))
* item sizes getting 'disabled' resulting in gaps ([55b4ab1](https://github.com/Akryum/vue-virtual-scroller/commit/55b4ab1df1b4998178f2f03a53c112086a2633f2))
* unusing views after non-continuous scroll ([11488b7](https://github.com/Akryum/vue-virtual-scroller/commit/11488b7d8ffdfe1384fe808e4a49c1ba95ad1383))
* views incorrectly unused (proxy identity comparison) ([395bbfb](https://github.com/Akryum/vue-virtual-scroller/commit/395bbfb73588455795ecc5b144281ce5fda042ff))



# [2.0.0-beta.3](https://github.com/Akryum/vue-virtual-scroller/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2022-10-18)


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

0 comments on commit 09f7cf5

Please sign in to comment.