fix(dees-table): stabilize live updates by reusing row DOM and avoiding redundant layout recalculations

This commit is contained in:
2026-04-14 13:58:00 +00:00
parent 05e74cbe2e
commit 3e86ba034b
4 changed files with 274 additions and 100 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '3.78.2',
version: '3.78.3',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}