feat(dees-table): add configurable cell flash comparison and border highlight mode

This commit is contained in:
2026-04-12 20:18:05 +00:00
parent 8ecaffe165
commit 940eebe29f
5 changed files with 88 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-12 - 3.77.0 - feat(dees-table)
add configurable cell flash comparison and border highlight mode
- adds column-level flashCompare support so update highlighting can detect meaningful changes for custom cell values
- adds flashBorder styling for cells with badges, icons, or custom rendered content where text-color flashing is not visible
- avoids false-positive flash animations for non-primitive cell values unless a custom comparator is provided
## 2026-04-12 - 3.76.1 - fix(demo-inputs)
wrap input component demos in dees-form containers for consistent form integration