Releases: video-db/videodb-chat
Releases · video-db/videodb-chat
Release v0.0.33
Fixed
- Issues related to ChatMessage Scroll
Release v0.0.32
Added
-
<ChatInput/>
Enhancements:- Improved multiline input experience.
- Support for image attachments in chat (one image per message):
- Ctrl + V paste.
- Attach via file explorer.
- New
<ChatImagePreview/>
component to show image preview
- Removed context capsule.
-
New
<Header/>
component:- Persistent header across all screens.
- Includes a hamburger menu for mobile screens.
-
Update
<ChatMessage/>
to show Image Inputs -
VideoDB Hook
- Wrapper function that calls
/videodb/collection/${collectionId}/image/${imageId}/generate_url
to director-backend to get url of uploaded image.
- Wrapper function that calls
-
Custom header support:
- Users can pass a custom header component to
<ChatInterface/>
via theheader
slot.
- Users can pass a custom header component to
Fixed
- Chat input:
- Loading and disabled state for action button.
- Issues related to collection and session switching.
- Turn off autocomplete on Create Collection Modal's Input
- Mobile screen improvements.
Release v0.0.31
Added
- Improved Error message on Delete Collection Error Modal
Release v0.0.30
Added
- Delete Collection feature
- Delete Video from Collection
- Create a new Collection
Fixed
- Minor UI fixes
Release v0.0.29
Added
- Add optional support for Session Name in Sidebar
Release v0.0.28
Added
- Support for UI Config to change no of columns in
ChatVideos
Release v0.0.27
Added
- Export
ChatMessageContainer
& Other message handler Components - Dynamic height for Sidebar Sections
Release v0.0.26
Added
- Config to change order and visiblity of sidebar sections
Design Changes
- improve Grid layout of QueryCards in DefaultScreen for mobile
Release v0.0.25
Added
- Explore
DefaultScreen
&Sidebar
component - Allow
DefultScreen
to accept header in slot
Fixed
- remove unsued props from
<DefaultScreen/>
- change
vdb-orange
toorange
in tailwind config to avoid confusions while themeconfig
Release v0.0.24
Added
- Change field name from
externalUrl
toexternal_url
inChatInterface.vue