File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
packages/vue-virtual-scroller Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # [ 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)
2+
3+
4+ ### Bug Fixes
5+
6+ * improved dynamic scroller resize observer logic ([ 40f58b3] ( https://github.com/Akryum/vue-virtual-scroller/commit/40f58b3e3a411df36c09d59cc3776719f60d93cf ) )
7+ * item sizes getting 'disabled' resulting in gaps ([ 55b4ab1] ( https://github.com/Akryum/vue-virtual-scroller/commit/55b4ab1df1b4998178f2f03a53c112086a2633f2 ) )
8+ * unusing views after non-continuous scroll ([ 11488b7] ( https://github.com/Akryum/vue-virtual-scroller/commit/11488b7d8ffdfe1384fe808e4a49c1ba95ad1383 ) )
9+ * views incorrectly unused (proxy identity comparison) ([ 395bbfb] ( https://github.com/Akryum/vue-virtual-scroller/commit/395bbfb73588455795ecc5b144281ce5fda042ff ) )
10+
11+
12+
113# [ 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)
214
315
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-virtual-scroller-monorepo" ,
3- "version" : " 2.0.0-beta.3 " ,
3+ "version" : " 2.0.0-beta.4 " ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " pnpm run -r --filter=!demo build" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-virtual-scroller" ,
33 "description" : " Smooth scrolling for any amount of data" ,
4- "version" : " 2.0.0-beta.3 " ,
4+ "version" : " 2.0.0-beta.4 " ,
55 "author" : {
66 "name" : " Guillaume Chau" ,
77 "email" : " guillaume.b.chau@gmail.com"
You can’t perform that action at this time.
0 commit comments