Update dependency vue-virtual-scroll-list to v2
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| vue-virtual-scroll-list | dependencies | major | ^1.4.4 -> ^2.3.1 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
tangbc/vue-virtual-scroll-list
v2.3.1
v2.3.0
Fix #242
v2.2.9
Fix #206
v2.2.8
- Fix scroll offset in page mode #234
v2.2.7
Support data-key as a getter function. #232
v2.2.6
Use key in item component
v2.2.5
Fix nextTick tigger before really render
v2.2.4
v2.2.3
Props dataKey not allow to number.
v2.2.2
Fix props type warning #211
v2.2.1
Fix estimateSize will be used as a fallback #207
v2.2.0
v2.1.9
Fix average size calc error #202
v2.1.8
Delete size map when items reducing
v2.1.7
Support page mode #199
v2.1.6
Support style for item, wrapper, header and footer.
v2.1.5
-
Abandon
sizeand change toestimate-size. -
Make estimate-size and keeps both optional.
v2.1.4
-
Using
hasOwnPropertyto checkdataKey#197 -
Fixed scrollIntoView strange bug #198
-
Fixed horizontal scrollToBottom error
v2.1.3
-
Fixed scroll event emit misss
-
Fixed iOS scroll to top spring-back
v2.1.2
-
Support resized event
-
Support prop index of item
-
Support
getSizeandgetSizesmethods -
Support
item-class-addfunction -
Both totop and tobottom event no param
-
Other improves
v2.1.1
Fixed extra-props error
v2.1.0
Improving get data value performance
v2.0.9
- Fixed start and offset prop data change reactive #188
- Throw a warning when data-key error
v2.0.8
Fixed functional component warning #185
v2.0.7
Fixed keep-alive component loss offset #161
v2.0.6
Fix someone browser get decimal offset and never trigger tobottom event #184
v2.0.5
Support some public methods:
-
reset(): reset all state back to initial. -
scrollToBottom(): manual set scroll position to bottom. -
scrollToIndex(index): manual set scroll position to a designated index. -
scrollToOffset(offset): manual set scroll position to a designated offset.
v2.0.4
-
Fix threshold name error.
-
Fix iOS scrolling spring-back bug.
v2.0.3
Support extra props and data-source in to whole object source. #176 #177
v2.0.2
Republish 2.0.1
v2.0.1
Fix index offset calculate error
v2.0.0
Breaking Changes:
-
Support header slot, footer slot, horizontal direction.
-
Code structure is more reasonable and good maintainability.
-
Abandoned v-for mode and variable mode, all condition unify into one mode.
-
Don't have to care about each item size, in sometimes it's difficult to know that.
Attentions:
Since the v2.0 is not compatible with v1.x, please note before upgrading, v1.x documentation see v1.x.md.
v1.4.7
- Fix js error #173
v1.4.6
- Fix code review by #165
v1.4.5
Fix: infinite forcerender #144
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.