Skip to content

Latest commit

 

History

History
103 lines (43 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

103 lines (43 loc) · 2.84 KB

1.1.3 (2018-05-24)

Bug Fixes

  • build: 修复库输出的入口文件dist/vue-lazy-component.js包含const关键字的问题 (7b852e8), closes #10

1.1.0 (2017-10-18)

Code Refactoring

BREAKING CHANGES

  • ssr: transition style should require '@xunlei/vue-lazy-component/src/transition.css'

1.0.10 (2017-10-17)

Features

1.0.6 (2017-09-14)

Features

  • component: make prop viewport working (5a1db8a)

1.0.5 (2017-09-13)

Bug Fixes

  • observer: make observer more sensitive (c7fa734)

1.0.4 (2017-09-13)

Bug Fixes

  • observer: fix observer callback didn't exec (d67f15e)

1.0.3 (2017-09-13)

Bug Fixes

  • observer: no isIntersecting bug (5e7c349)

1.0.2 (2017-09-12)

1.0.1 (2017-09-12)

Bug Fixes

  • demo: fix demo highlight bug (7b67c74)
  • demo: rebuild demo page (9868912)
  • observer: fix observer bug (9fa8a45)

Features

BREAKING CHANGES

  • main: 支持 组可见或即将可见时懒加载