fix(ts_web): handle slotted config section content visibility and field row borders correctly

This commit is contained in:
2026-04-07 22:34:02 +00:00
parent 171aae7095
commit 55cb4880ce
3 changed files with 29 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-07 - 2.12.1 - fix(ts_web)
handle slotted config section content visibility and field row borders correctly
- track whether the default slot has assigned content and hide the slot container when empty
- wrap rendered fields in a dedicated list so the last field row border is removed correctly when slot content is present
## 2026-04-07 - 2.12.0 - feat(elements)
standardize dashboard and detail views on dees tile and stats grid components