Skip to content

Commit 6b6bf3a

Browse files
committed
Update version 1.1.0
1 parent 06b9e3e commit 6b6bf3a

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,19 @@
77
<a href="https://github.com/tangbc/vue-virtual-scroll-list/blob/master/LICENSE">
88
<img src="https://img.shields.io/github/license/tangbc/vue-virtual-scroll-list.svg" alt="MIT License"/>
99
</a>
10-
<br/>
11-
<a href="https://github.com/tangbc/vue-virtual-scroll-list/blob/master/LICENSE">
12-
<img src="https://nodei.co/npm/vue-virtual-scroll-list.png?downloads=true&downloadRank=true&stars=true" alt="NPM Info"/>
13-
</a>
1410

1511

1612
## vue-virtual-scroll-list
1713

1814
> A vue (2.x) component support big data and infinite loading by using virtual scroll list.
1915
20-
* Tiny and easy to use.
21-
22-
* Big data list and infinite loading.
23-
24-
* Set the initial scroll index or change any.
16+
* Tiny and very easy to use.
2517

26-
* List scrolling, to top and bottom can be detected.
18+
* Big data list and infinite loading with high performance.
2719

20+
* Support set the initial scroll index or change any.
2821

29-
## How it works
30-
31-
<img src="https://tangbc.github.io/github-images/virtual-scroll-list-2.gif">
22+
* Event scrolling, reach top and bottom can be detected.
3223

3324

3425
## Live demos
@@ -38,6 +29,11 @@
3829
* [vue-virtual-scroll-list infinite data by request 20 each time](https://tangbc.github.io/vue-virtual-scroll-list/examples/infinite/).
3930

4031

32+
## How it works
33+
34+
<img src="https://tangbc.github.io/github-images/virtual-scroll-list-2.gif">
35+
36+
4137
## Simple usage
4238

4339
#### Using by npm:
@@ -98,7 +94,12 @@ new Vue({
9894
})
9995
```
10096

101-
**Notice: list Item component or DOM frag using `v-for` must designate the `:key` property.**
97+
98+
## Notice
99+
100+
* List `<Item/>` component or DOM frag using `v-for` must designate the `:key` property.
101+
102+
* Consider use `box-sizing: border-box;` on `<Item/>` if you want absolutely correct scroll height.
102103

103104

104105
## Props type
@@ -122,7 +123,7 @@ Welcome to improve vue-virtual-scroll-list by any pull request or issue.
122123

123124
## Changelogs
124125

125-
See [releasese](https://github.com/tangbc/vue-virtual-scroll-list/releases).
126+
Maintain and update occasionally, changes see [releasese](https://github.com/tangbc/vue-virtual-scroll-list/releases).
126127

127128
## License
128129

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-virtual-scroll-list",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "A vue (2.x) component support big data and infinite loading by using virtual scroll list.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)