feat(dees-progressbar): add status panels, terminal output, and legacy progress input support

This commit is contained in:
2026-04-16 10:14:46 +00:00
parent c0375508f0
commit 2be1ce6908
5 changed files with 555 additions and 56 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-16 - 3.79.0 - feat(dees-progressbar)
add status panels, terminal output, and legacy progress input support
- Extend dees-progressbar with label, statusText, terminalLines, statusRows, indeterminate, and showPercentage properties.
- Support legacy value input and normalized progress values while clamping and formatting percentages consistently.
- Add fixed-height status and terminal-style output with spinner animation and auto-scroll behavior for live activity updates.
- Refresh the progressbar demo and readme examples to showcase determinate, indeterminate, terminal, and compatibility usage patterns.
## 2026-04-14 - 3.78.3 - fix(dees-table)
stabilize live updates by reusing row DOM and avoiding redundant layout recalculations