Skip to content

Releases: hilongjw/vue-lazyload

Vue Lazyload 1.0.0-rc12

27 Feb 03:33
Compare
Choose a tag to compare

add:

1.0.0-rc9

12 Jan 13:45
Compare
Choose a tag to compare

add event for touch devices @RobinCK
add image load performance output

fix document undefined for SSR @rdunk

1.0.0-rc7

22 Dec 14:47
Compare
Choose a tag to compare

fix: window is not defined in SSR @imcvampire
add: srcset support

1.0.0-rc6

20 Dec 13:45
Compare
Choose a tag to compare

fix: issue#89
add: lazyload component (beta)

1.0.0-rc4

13 Dec 15:25
Compare
Choose a tag to compare

new listener instance
fix: rerender image when binding value update

0.9.5

12 Dec 11:21
Compare
Choose a tag to compare

add: image src filter
fix: issue#72

0.9.4

28 Nov 12:26
Compare
Choose a tag to compare

add: Customise Events to Listen To @darrynten
fix: issue#65: v-lazy:background-image conflict with :style @thkdog

0.9.2

17 Nov 11:26
Compare
Choose a tag to compare
fix: error symbol in docs

0.8.0

14 Sep 08:10
Compare
Choose a tag to compare

add: Individually error && loading assets

you can set loading and error placeholder of any images

data: {
  imgObj: {
    src: 'http://xx.com/logo.png',
    error: 'http://xx.com/error.png',
    loading: 'http://xx.com/loading-spin.svg'
  }
}
<img v-lazy="imgObj" />

0.7.5

08 Sep 15:38
Compare
Choose a tag to compare

version 0.7.5