fix(sio-combox): tweak dropdown shadow and bind close event on conversation selector

This commit is contained in:
2025-12-18 08:28:40 +00:00
parent 9a87888f5a
commit dc8774718d
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-18 - 1.6.1 - fix(sio-combox)
tweak dropdown shadow and bind close event on conversation selector
- Replaced unsafeCSS(shadows.xl) with explicit box-shadow values for the combox dropdown to adjust visual appearance
- Added @close listener on <sio-conversation-selector> to call this.close(), enabling the selector to close the combox when it emits a close event
- Affected file: ts_web/elements/sio-combox.ts
## 2025-12-18 - 1.6.0 - feat(conversation-selector)
add conversation status badges to conversation selector and include status in sample data