feat(dees-statsgrid): add multiPercentage tile type to stats grid
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user