gp-grid-react 0.5.0 → 0.5.2
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 +14 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# gp-grid-react 🏁 🏎️
|
|
2
2
|
|
|
3
|
+
<div align="center">
|
|
4
|
+
<a href="https://gp-grid-docs.vercel.app">
|
|
5
|
+
<picture>
|
|
6
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/GioPat/gp-grid-docs/refs/heads/master/public/logo-light.svg"/>
|
|
7
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/GioPat/gp-grid-docs/refs/heads/master/public/logo-dark.svg"/>
|
|
8
|
+
<img width="50%" alt="AG Grid Logo" src="https://raw.githubusercontent.com/GioPat/gp-grid-docs/refs/heads/master/public/logo-light.svg"/>
|
|
9
|
+
</picture>
|
|
10
|
+
</a>
|
|
11
|
+
<div align="center">
|
|
12
|
+
Logo by <a href="https://github.com/camillo18tre">camillo18tre ❤️</a>
|
|
13
|
+
<h4><a href="https://gp-grid-docs.vercel.app/">🎮 Demo</a> • <a href="https://gp-grid-docs.vercel.app/docs/react">📖 Documentation</a>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
3
17
|
A high-performance, feature lean React data grid component built to manage grids with huge amount (millions) of rows. It's based on its core dependency: `gp-grid-core`, featuring virtual scrolling, cell selection, sorting, filtering, editing, and Excel-like fill handle.
|
|
4
18
|
|
|
5
19
|
## Table of Contents
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gp-grid-react",
|
|
3
3
|
"description": "A high-performance React data grid component with virtual scrolling, cell selection, sorting, filtering, and Excel-like editing",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"link-workspace-packages": false
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"gp-grid-core": "0.5.
|
|
48
|
+
"gp-grid-core": "0.5.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^19.0.0",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@testing-library/user-event": "^14.6.1",
|
|
57
57
|
"@types/react": "^19.2.2",
|
|
58
58
|
"@types/react-dom": "^19.1.9",
|
|
59
|
-
"@vitejs/plugin-react": "^
|
|
59
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
60
60
|
"react": "^19.2.0",
|
|
61
61
|
"react-dom": "^19.2.0",
|
|
62
|
-
"tsdown": "
|
|
62
|
+
"tsdown": "0.19.0-beta.5",
|
|
63
63
|
"typescript": "^5.9.3"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|