fix(dees-table): Guard against undefined action.type in dees-table by using optional chaining and update several dependencies

This commit is contained in:
2026-02-16 16:03:23 +00:00
parent 09f0aa97dd
commit 59efa8cff0
5 changed files with 156 additions and 126 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-02-16 - 3.42.1 - fix(dees-table)
Guard against undefined action.type in dees-table by using optional chaining and update several dependencies
- Use optional chaining (action.type?.includes(...)) in ts_web/elements/.../dees-table.ts to prevent runtime errors when action.type is undefined
- Bump dependency apexcharts from ^5.3.6 to ^5.5.0
- Bump dependency lucide from ^0.563.0 to ^0.564.0
- Bump devDependency @git.zone/tswatch from ^3.0.1 to ^3.1.0
- Bump devDependency @types/node from ^25.0.10 to ^25.2.3
## 2026-02-02 - 3.42.0 - feat(dees-form-submit)
forward button properties to internal dees-button, use property bindings, add demo and styles