Skip to content

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.7 -> ^2.3.4

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

tangbc/vue-virtual-scroll-list

v2.3.4

Compare Source

#​390 #​386

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

Fix #​242

v2.2.9

Compare Source

Fix #​206

v2.2.8

Compare Source

  • Fix scroll offset in page mode #​234

v2.2.7

Compare Source

Support data-key as a getter function. #​232

v2.2.6

Compare Source

Use key in item component

v2.2.5

Compare Source

Fix nextTick tigger before really render

v2.2.4

Compare Source

  • Add key for rendering items #​220
  • Support prop itemScopedSlots #​219

v2.2.3

Compare Source

Props dataKey not allow to number.

v2.2.2

Compare Source

Fix props type warning #​211

v2.2.1

Compare Source

Fix estimateSize will be used as a fallback #​207

v2.2.0

Compare Source

  • Fixed page mode bugs #​204 #​205

  • Support updatePageModeFront public method

v2.1.9

Compare Source

Fix average size calc error #​202

v2.1.8

Compare Source

Delete size map when items reducing

v2.1.7

Compare Source

Support page mode #​199

v2.1.6

Compare Source

Support style for item, wrapper, header and footer.

v2.1.5

Compare Source

  • Abandon size and change to estimate-size.

  • Make estimate-size and keeps both optional.

v2.1.4

Compare Source

  • Using hasOwnProperty to check dataKey #​197

  • Fixed scrollIntoView strange bug #​198

  • Fixed horizontal scrollToBottom error

v2.1.3

Compare Source

  • Fixed scroll event emit misss

  • Fixed iOS scroll to top spring-back

v2.1.2

Compare Source

  • Support resized event

  • Support prop index of item

  • Support getSize and getSizes methods

  • Support item-class-add function

  • Both totop and tobottom event no param

  • Other improves

v2.1.1

Compare Source

Fixed extra-props error

v2.1.0

Compare Source

Improving get data value performance

v2.0.9

Compare Source

  • Fixed start and offset prop data change reactive #​188
  • Throw a warning when data-key error

v2.0.8

Compare Source

Fixed functional component warning #​185

v2.0.7

Compare Source

Fixed keep-alive component loss offset #​161

v2.0.6

Compare Source

Fix someone browser get decimal offset and never trigger tobottom event #​184

v2.0.5

Compare Source

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

Compare Source

  • Fix threshold name error.

  • Fix iOS scrolling spring-back bug.

v2.0.3

Compare Source

Support extra props and data-source in to whole object source. #​176 #​177

v2.0.2

Compare Source

Republish 2.0.1

v2.0.1

Compare Source

Fix index offset calculate error

v2.0.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports