File tree Expand file tree Collapse file tree 4 files changed +681
-7
lines changed Expand file tree Collapse file tree 4 files changed +681
-7
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 1.0.7 " ></a >
2+ ## [ 1.0.7] ( https://github.com/xunleif2e/vue-lazy-component/compare/v1.0.6...v1.0.7 ) (2017-09-15)
3+
4+
5+
6+ <a name =" 1.0.6 " ></a >
7+ ## [ 1.0.6] ( https://github.com/xunleif2e/vue-lazy-component/compare/v1.0.5...v1.0.6 ) (2017-09-14)
8+
9+
10+ ### Features
11+
12+ * ** component:** make prop viewport working ([ 5a1db8a] ( https://github.com/xunleif2e/vue-lazy-component/commit/5a1db8a ) )
13+
14+
15+
16+ <a name =" 1.0.5 " ></a >
17+ ## [ 1.0.5] ( https://github.com/xunleif2e/vue-lazy-component/compare/v1.0.4...v1.0.5 ) (2017-09-13)
18+
19+
20+ ### Bug Fixes
21+
22+ * ** observer:** make observer more sensitive ([ c7fa734] ( https://github.com/xunleif2e/vue-lazy-component/commit/c7fa734 ) )
23+
24+
25+
26+ <a name =" 1.0.4 " ></a >
27+ ## [ 1.0.4] ( https://github.com/xunleif2e/vue-lazy-component/compare/v1.0.3...v1.0.4 ) (2017-09-13)
28+
29+
30+ ### Bug Fixes
31+
32+ * ** observer:** fix observer callback didn't exec ([ d67f15e] ( https://github.com/xunleif2e/vue-lazy-component/commit/d67f15e ) )
33+
34+
35+
36+ <a name =" 1.0.3 " ></a >
37+ ## [ 1.0.3] ( https://github.com/xunleif2e/vue-lazy-component/compare/v1.0.2...v1.0.3 ) (2017-09-13)
38+
39+
40+ ### Bug Fixes
41+
42+ * ** observer:** no isIntersecting bug ([ 5e7c349] ( https://github.com/xunleif2e/vue-lazy-component/commit/5e7c349 ) )
43+
44+
45+
46+ <a name =" 1.0.2 " ></a >
47+ ## [ 1.0.2] ( https://github.com/xunleif2e/vue-lazy-component/compare/v1.0.1...v1.0.2 ) (2017-09-12)
48+
49+
50+
51+ <a name =" 1.0.1 " ></a >
52+ ## [ 1.0.1] ( https://github.com/xunleif2e/vue-lazy-component/compare/4738b55...v1.0.1 ) (2017-09-12)
53+
54+
55+ ### Bug Fixes
56+
57+ * ** demo:** fix demo highlight bug ([ 7b67c74] ( https://github.com/xunleif2e/vue-lazy-component/commit/7b67c74 ) )
58+ * ** demo:** rebuild demo page ([ 9868912] ( https://github.com/xunleif2e/vue-lazy-component/commit/9868912 ) )
59+ * ** observer:** fix observer bug ([ 9fa8a45] ( https://github.com/xunleif2e/vue-lazy-component/commit/9fa8a45 ) )
60+
61+
62+ ### Features
63+
64+ * ** main:** Add chunks example ([ 3518f4e] ( https://github.com/xunleif2e/vue-lazy-component/commit/3518f4e ) )
65+ * ** main:** first version ([ 4738b55] ( https://github.com/xunleif2e/vue-lazy-component/commit/4738b55 ) )
66+
67+
68+ ### BREAKING CHANGES
69+
70+ * ** main:** 支持 组可见或即将可见时懒加载
71+
72+
73+
Original file line number Diff line number Diff line change @@ -118,10 +118,6 @@ https://github.com/w3c/IntersectionObserver/tree/gh-pages/polyfill
118118
119119https://cn.vuejs.org/v2/guide/components.html#作用域插槽
120120
121- ## ChangeLog
122- - [ 1.0.0] 2017-09-11
123- - 实现懒加载组件的基本功能
124-
125121## Development Setup
126122
127123``` bash
@@ -145,6 +141,9 @@ npm run commit
145141
146142# pre publish
147143npm run prepublish
144+
145+ # generate changelog
146+ npm run changelog
148147```
149148
150149## Roadmap
You can’t perform that action at this time.
0 commit comments