Skip to content

Releases: tangbc/vue-virtual-scroll-list

v2.0.5

17 Apr 11:58
Compare
Choose a tag to compare

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

15 Apr 11:35
Compare
Choose a tag to compare
  • Fix threshold name error.

  • Fix iOS scrolling spring-back bug.

v2.0.3

15 Apr 01:59
Compare
Choose a tag to compare

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

v2.0.2

13 Apr 12:10
Compare
Choose a tag to compare

Republish 2.0.1

v2.0.1

13 Apr 11:57
Compare
Choose a tag to compare

Fix index offset calculate error

v2.0.0

11 Apr 13:37
Compare
Choose a tag to compare

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

03 Apr 11:33
Compare
Choose a tag to compare

v1.4.6

20 Feb 02:03
Compare
Choose a tag to compare
  • Fix code review by #165

v1.4.5

17 Feb 08:59
Compare
Choose a tag to compare

Fix: infinite forcerender #144

v1.4.4

01 Dec 07:18
Compare
Choose a tag to compare
  • Support wstyle prop. #153