feat(dees-simple-appdash): add global message banners with actions and dismissal support

This commit is contained in:
2026-04-02 19:03:32 +00:00
parent c3b0f0df1f
commit c52854f902
4 changed files with 353 additions and 5 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-02 - 3.50.0 - feat(dees-simple-appdash)
add global message banners with actions and dismissal support
- introduces typed global message APIs and public methods to add, remove, and clear banners
- renders info, success, warning, and error banners with optional icons and action buttons
- adjusts app content and terminal positioning to account for banner height dynamically
- updates the demo to showcase dismissible and actionable global messages
## 2026-04-02 - 3.49.2 - fix(dees-input-list)
refine dees-input-list spacing and simplify the add item action button