feat(dees-statsgrid): add multiPercentage tile type to stats grid

This commit is contained in:
2026-01-06 00:45:10 +00:00
parent e71efd409b
commit c7bff04ae5
5 changed files with 128 additions and 14 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-01-06 - 3.33.0 - feat(dees-statsgrid)
add multiPercentage tile type to stats grid
- Add new 'multiPercentage' type to IStatsTile (percentages: [{label, value, color?}])
- Implement renderMultiPercentage() to render up to 3 percentage items with label, value and colored progress bars
- Add CSS styles for multi-percentage layout, bars, labels and values
- Update demo to replace 'Error Rate' tile with a 'Resource Usage' multiPercentage example (CPU, Memory, Disk)
- Change is additive and backward-compatible with existing tile types
## 2026-01-04 - 3.32.0 - feat(demo)
add demoGroup metadata to components and update related dependencies