@candidstartup/react-virtual-scroll 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@candidstartup/react-virtual-scroll)
|
|
4
4
|
[](https://github.com/TheCandidStartup/infinisheet/actions/workflows/build.yml)
|
|
5
5
|
|
|
6
|
+
[GitHub](https://github.com/TheCandidStartup/infinisheet/tree/main/packages/react-virtual-scroll) | [NPM](https://www.npmjs.com/package/@candidstartup/react-virtual-scroll) | [Storybook](https://www.thecandidstartup.org/infinisheet/storybook/?path=/docs/react-virtual-scroll--docs) | [API](https://www.thecandidstartup.org/infinisheet/modules/_candidstartup_react-virtual-scroll.html)
|
|
7
|
+
|
|
6
8
|
# @candidstartup/react-virtual-scroll
|
|
7
9
|
|
|
8
10
|
React virtual scrolling components for lists and grids inspired by [react-window](https://github.com/bvaughn/react-window). Written in TypeScript using modern React. Scalable to trillions of rows and columns.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@candidstartup/react-virtual-scroll",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"description": "Modern React components for lists and grids that scale to trillions of rows and columns",
|
|
6
6
|
"author": "Tim Wiegand <tim.wiegand@thecandidstartup.org>",
|
|
7
7
|
"license": "BSD-3-Clause",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"react": "^18.2.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@candidstartup/infinisheet-types": "^0.7.
|
|
65
|
+
"@candidstartup/infinisheet-types": "^0.7.1"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "4562f19bca50106d58aba0c76abe7d09267e0c5d"
|
|
68
68
|
}
|