Skip to content

v1.2.2

Compare
Choose a tag to compare
@oumoussa98 oumoussa98 released this 10 Nov 16:50
· 43 commits to main since this release

Bug Fixes

  • Multiple components on the same page issue, caused by a shared observer variable between instances (#45 ) (#46) (b59aa3b)
  • Top direction loading bug, fixed by capturing the scrollHeight just before triggering infinite event, and update it just after vue's nextTick
    (#48 ) (b5e3c4b)