@revolist/revogrid 4.0.24 → 4.0.26
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 +19 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/revogrid",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.26",
|
|
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
|
@@ -144,6 +144,8 @@ yarn add @revolist/revogrid;
|
|
|
144
144
|
|
|
145
145
|
## Framework
|
|
146
146
|
|
|
147
|
+
In `<revo-grid />` we have developed a sophisticated Continuous Delivery (CD) system powered by GitHub Actions. This advanced system automatically builds and delivers grid versions across multiple frameworks, including React, Angular, Svelte, Vue 2, and Vue 3, with full type support. This ensures continuous version delivery, providing the latest grid enhancements and upgrades across all supported frameworks ✨
|
|
148
|
+
|
|
147
149
|
- [JavaScript](https://revolist.github.io/revogrid/guide);
|
|
148
150
|
- [VueJs](https://revolist.github.io/revogrid/guide/framework.vue.overview.html);
|
|
149
151
|
- [Svelte](https://revolist.github.io/revogrid/guide/framework.svelte.overview.html);
|
|
@@ -205,6 +207,23 @@ This version features new component loading, ESM modules, Bootstrap support, and
|
|
|
205
207
|
|
|
206
208
|
|
|
207
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
|
+
|
|
208
227
|
## Contributing
|
|
209
228
|
|
|
210
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.
|