fix(chart,dashboardgrid demos): use dees-button text property consistently in demo interactions and update dataset button highlighting reliably

This commit is contained in:
2026-04-02 19:43:16 +00:00
parent 5cf8161735
commit 1a3a5e5454
5 changed files with 35 additions and 50 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-02 - 3.50.2 - fix(chart,dashboardgrid demos)
use dees-button text property consistently in demo interactions and update dataset button highlighting reliably
- Replaces textContent reads with the component text property when wiring demo button handlers.
- Updates the chart area demo to refresh dataset button highlight states directly on click without redundant listener replacement logic.
- Uses the button text property when toggling dashboard edit mode labels.
## 2026-04-02 - 3.50.1 - fix(appdash)
use banner height CSS variable for terminal layout and expose terminal resize handling