feat(conversation-selector): add conversation status badges to conversation selector and include status in sample data
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-18 - 1.6.0 - feat(conversation-selector)
|
||||
add conversation status badges to conversation selector and include status in sample data
|
||||
|
||||
- Introduce TConversationStatus type and add optional status property to IConversation
|
||||
- Render status badges in sio-conversation-selector with CSS classes and a getBadgeLabel helper
|
||||
- Update sample conversations in sio-combox.ts to include statuses: 'new', 'needs-action', 'waiting', 'resolved'
|
||||
|
||||
## 2025-12-17 - 1.5.0 - feat(combox)
|
||||
Introduce singleton SioCombox attached to document.body with open/close/toggle API and animated show/hide; integrate SioFab to use the singleton and update styles/positioning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user