Skip to content

Releases: PeachScript/vue-infinite-loading

v1.1.3

28 Oct 17:57
Compare
Choose a tag to compare

Fixed

  • The custom spinner cannot work properly

v1.1.2

09 Oct 13:17
Compare
Choose a tag to compare

Improvements

  • Contain the vertical padding automatically when calculate the scroll distance
  • On-infinite function is required now, to reduce code branches

Fixed

  • Throw error when use body as the scroll element #16

v2.0.0-rc.1

18 Sep 07:41
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

New

  • #9 Support Vue.js 2.0.0-rc
  • Add unit test for this version

v1.1.0

05 Sep 15:37
Compare
Choose a tag to compare

New

  • Spinner slot that your can customize your own spinner as loading animation

v1.0.0

27 Aug 15:21
Compare
Choose a tag to compare

New

  • Diverse spinners as loading animation, contain five spinners in this version

Improvements

  • Event logic to display no more prompt and no result prompt for user
  • More concise files for npm

v0.3.2

17 Aug 05:16
Compare
Choose a tag to compare

Fixed

  • on-infinite callback cannot be called after the component received $InfiniteLoading:reset event

Improvements

  • Remove icon font and create icon by pure CSS to reduce size of build file

v0.3.1

24 Jun 02:37
Compare
Choose a tag to compare

New

  • $InfiniteLoading:reset event to reset the component, contribute by arjanwestdorp.

v0.3.0

10 Jun 13:10
Compare
Choose a tag to compare

New

  • Feature to display no results and no more data prompt base on event
  • Customize content of prompt base on slot

v0.2.2

17 May 06:17
Compare
Choose a tag to compare

Fixed

  • Outdated build file in previous release.

v0.2.1

12 May 11:42
Compare
Choose a tag to compare

Improvements

  • Improve document
  • Add repository into package.json