@revolist/react-datagrid 3.6.17 → 3.7.0
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 +11 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# 🎉 Exciting News!
|
|
2
|
+
|
|
3
|
+
For the past 2 years, we've been tirelessly refining Revogrid v4, pushing the boundaries of performance. We are going to release it later this month.
|
|
4
|
+
In parallel, we've birthed [Revosheets](https://www.producthunt.com/posts/revosheets), an app wholly powered by Revogrid. Our vision is for [Revosheets](https://www.producthunt.com/posts/revosheets) to champion and sustain Revogrid's growth long-term. As we gear up for the Revogrid v4 release, we invite you to show some love and support for Revosheets on Product Hunt.
|
|
5
|
+
|
|
6
|
+
### Let's make it soar! 🚀
|
|
7
|
+
<a href="https://www.producthunt.com/posts/revosheets?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-revosheets" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=420743&theme=dark" alt="Revosheets - Your one-stop spreadsheet editor | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
# RevoGrid React Adapter
|
|
2
12
|
|
|
3
13
|
Minimalistic RevoGrid adapter for React.
|
|
@@ -125,4 +135,4 @@ export default class App extends React.Component {
|
|
|
125
135
|
}
|
|
126
136
|
```
|
|
127
137
|
|
|
128
|
-
Check [Sandbox](https://codesandbox.io/s/react-datagrid-g3ygo?file=/src/App.js) for real live sample.
|
|
138
|
+
Check [Sandbox](https://codesandbox.io/s/react-datagrid-g3ygo?file=/src/App.js) for real live sample.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/react-datagrid",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.7.0",
|
|
5
5
|
"description": "React excel like datagrid component",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@stencil/core": "^2.17.3",
|
|
42
|
-
"@revolist/revogrid": "^3.
|
|
42
|
+
"@revolist/revogrid": "^3.7.0"
|
|
43
43
|
},
|
|
44
44
|
"alias": {
|
|
45
45
|
"@revolist/react-datagrid": "./dist/revogrid.js"
|