feat(stepper,updater): add progress-aware stepper flows and updater countdown states

This commit is contained in:
2026-04-16 14:21:16 +00:00
parent 2f4c47f0d2
commit 428d2741d1
7 changed files with 806 additions and 141 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-16 - 3.80.0 - feat(stepper,updater)
add progress-aware stepper flows and updater countdown states
- extend dees-stepper with embedded progressbar rendering, progress state helpers, and automatic progression for async validation steps
- rework dees-updater to run as a non-cancelable two-step flow with live progress updates, optional external links, and configurable close or reload completion actions
- refresh stepper and updater demos plus documentation to showcase auto-advancing progress steps and ready-state countdown behavior
## 2026-04-16 - 3.79.0 - feat(dees-progressbar)
add status panels, terminal output, and legacy progress input support