@revolist/revogrid 4.23.24 → 4.24.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/package.json +2 -1
- package/readme.md +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/revogrid",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.24.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Virtual reactive data grid spreadsheet component - RevoGrid.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
"@angular/core": "^20.3.0",
|
|
109
109
|
"@playwright/test": "^1.58.2",
|
|
110
110
|
"@revolist/stencil-angular-output": "^1.1.3",
|
|
111
|
+
"@revolist/stencil-dash-output-target": "^1.0.4",
|
|
111
112
|
"@revolist/stencil-vue2-output-target": "^0.0.6",
|
|
112
113
|
"@revolist/svelte-output-target": "0.0.7",
|
|
113
114
|
"@stencil/angular-output-target": "1.3.0",
|
package/readme.md
CHANGED
|
@@ -288,7 +288,7 @@ yarn add @revolist/revogrid;
|
|
|
288
288
|
|
|
289
289
|
## Framework
|
|
290
290
|
|
|
291
|
-
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,
|
|
291
|
+
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, Vue 3, and Plotly Dash for Python, with full type support. This ensures continuous version delivery, providing the latest grid enhancements and upgrades across all supported frameworks ✨. In the future (version 5), we are planning to switch to monorepo-based development.
|
|
292
292
|
|
|
293
293
|
|
|
294
294
|
|
|
@@ -296,6 +296,7 @@ In `<revo-grid />` we have developed a sophisticated Continuous Delivery (CD) sy
|
|
|
296
296
|
- [ React](https://rv-grid.com/guide/react/)
|
|
297
297
|
- [ Angular](https://rv-grid.com/guide/angular/)
|
|
298
298
|
- [ Svelte](https://rv-grid.com/guide/svelte/)
|
|
299
|
+
- [ Dash / Python](https://rv-grid.com/guide/dash/)
|
|
299
300
|
- [ JavaScript](https://rv-grid.com/guide/)
|
|
300
301
|
|
|
301
302
|
## Basic Usage
|
|
@@ -351,6 +352,7 @@ grid.source = [{ name: 'New Item' }];
|
|
|
351
352
|
- [ React](https://rv-grid.com/guide/react/)
|
|
352
353
|
- [ Angular](https://rv-grid.com/guide/angular/)
|
|
353
354
|
- [ Svelte](https://rv-grid.com/guide/svelte/)
|
|
355
|
+
- [ Dash / Python](https://rv-grid.com/guide/dash/)
|
|
354
356
|
- [ JavaScript](https://rv-grid.com/guide/)
|
|
355
357
|
|
|
356
358
|
## Versions
|
|
@@ -411,8 +413,8 @@ Thank you for supporting RevoGrid! 🙏
|
|
|
411
413
|
|
|
412
414
|
## Testing
|
|
413
415
|
|
|
414
|
-
[](https://github.com/revolist/revogrid/actions/workflows/unit.yml)
|
|
417
|
+
[](https://github.com/revolist/revogrid/actions/workflows/e2e.yml)
|
|
416
418
|
|
|
417
419
|
RevoGrid is thoroughly tested to ensure reliability and stability.
|
|
418
420
|
|
|
@@ -464,4 +466,3 @@ By getting involved, you'll have the opportunity to enhance your skills, gain va
|
|
|
464
466
|
MIT
|
|
465
467
|
|
|
466
468
|
---
|
|
467
|
-
|