@revolist/revogrid 4.0.25 → 4.0.28
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/package.json +2 -3
- package/readme.md +17 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/revogrid",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Virtual reactive data grid spreadsheet component - RevoGrid.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -88,8 +88,7 @@
|
|
|
88
88
|
"build:packages": "npm run api:clear && npm run build && npm run api:update && npm run docs",
|
|
89
89
|
"api:clear": "rm -rf docs/guide/api",
|
|
90
90
|
"api:update": "./scripts/generate_api.sh",
|
|
91
|
-
"readme": "./
|
|
92
|
-
"package:update": "node ./scripts/package-version.mjs",
|
|
91
|
+
"readme": "node ./scripts/generate_readme.mjs",
|
|
93
92
|
"test": "stencil test",
|
|
94
93
|
"serve": "stencil build --dev --watch --serve",
|
|
95
94
|
"release": "npm run build && npm publish --public --tag pre-release && npm run package:update"
|
package/readme.md
CHANGED
|
@@ -207,6 +207,23 @@ This version features new component loading, ESM modules, Bootstrap support, and
|
|
|
207
207
|
|
|
208
208
|
|
|
209
209
|
|
|
210
|
+
## Sponsors
|
|
211
|
+
|
|
212
|
+
We would like to extend our heartfelt gratitude to our sponsor for their generous support. Their contributions help us maintain and develop RevoGrid, ensuring continuous improvements and updates. If you are using RevoGrid in your project and would like to support its development, consider becoming a sponsor.
|
|
213
|
+
|
|
214
|
+
### Our Sponsors
|
|
215
|
+
|
|
216
|
+
[](https://altruistiq.com)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Become a Sponsor
|
|
220
|
+
|
|
221
|
+
If you or your company would like to support the ongoing development of RevoGrid, please consider becoming a sponsor. Your support will help us continue to improve the project and provide the best possible tool for the community.
|
|
222
|
+
|
|
223
|
+
[](https://opencollective.com/revogrid)
|
|
224
|
+
|
|
225
|
+
Thank you for supporting RevoGrid! 🙏
|
|
226
|
+
|
|
210
227
|
## Contributing
|
|
211
228
|
|
|
212
229
|
We invite you to join our vibrant community and contribute to the growth and success of RevoGrid. By getting involved, you'll have the opportunity to enhance your skills, gain valuable experience, and make a significant impact on an innovative project.
|