@revolist/revogrid 4.0.23 → 4.0.25
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 +3 -2
- package/readme.md +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/revogrid",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Virtual reactive data grid spreadsheet component - RevoGrid.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -84,7 +84,8 @@
|
|
|
84
84
|
],
|
|
85
85
|
"scripts": {
|
|
86
86
|
"docs": "npx typedoc",
|
|
87
|
-
"build": "
|
|
87
|
+
"build": "stencil build --prod && rm -f loader/package.json",
|
|
88
|
+
"build:packages": "npm run api:clear && npm run build && npm run api:update && npm run docs",
|
|
88
89
|
"api:clear": "rm -rf docs/guide/api",
|
|
89
90
|
"api:update": "./scripts/generate_api.sh",
|
|
90
91
|
"readme": "./readme/generate_readme.sh",
|
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);
|