Skip to content

Commit 6a2d28b

Browse files
committed
updated naming, added comonents for vertical/horizontal lists and grid
1 parent fcae9d3 commit 6a2d28b

8 files changed

Lines changed: 828 additions & 167 deletions

File tree

build_examples/demo.js

Lines changed: 181 additions & 84 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-virtual-overflow",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "virtual scroll without headache",
55
"main": "lib/index.cjs.js",
66
"module": "lib/index.esm.js",
@@ -45,7 +45,7 @@
4545
},
4646
"size-limit": [
4747
{
48-
"path": "lib/index.esm.js",
48+
"path": "lib/fixed-list-y.js",
4949
"limit": "1 kB",
5050
"gzip": true
5151
}

0 commit comments

Comments
 (0)