Skip to content

Commit

Permalink
Merge pull request #72 from video-db/release
Browse files Browse the repository at this point in the history
release 0.0.32
  • Loading branch information
0xrohitgarg authored Feb 6, 2025
2 parents b148266 + a3b431d commit 92af219
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 82 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## Unreleased
## [0.0.32]() - 2025-02-06


### Added

- `<ChatInput/>` Enhancements:
- Improved multiline input experience.
- Support for image attachments in chat (one image per message):
Expand All @@ -14,13 +16,15 @@
- Persistent header across all screens.
- Includes a hamburger menu for mobile screens.
- Update `<ChatMessage/>` to show Image Inputs
- VideoDB Hook
- VideoDB Hook

- Wrapper function that calls `/videodb/collection/${collectionId}/image/${imageId}/generate_url` to director-backend to get url of uploaded image.

- Custom header support:
- Users can pass a custom header component to `<ChatInterface/>` via the `header` slot.

### Fixed

- Chat input:
- Loading and disabled state for action button.
- Issues related to collection and session switching.
Expand All @@ -30,7 +34,8 @@
## [0.0.31]() - 2025-02-05

### Added
- Improved Error message on Delete Collection Error Modal

- Improved Error message on Delete Collection Error Modal

## [0.0.30]() - 2025-02-03

Expand Down
158 changes: 79 additions & 79 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,81 @@
{
"name": "@videodb/chat-vue",
"description": "Chat component for Director",
"version": "0.0.31",
"author": "VideoDB",
"license": "Apache-2.0",
"private": false,
"homepage": "https://videodb.io",
"repository": {
"type": "git",
"url": "https://github.com/video-db/videodb-chat.git"
},
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"style": "dist/style.css",
"types": "types/index.d.ts",
"files": [
"dist",
"types",
"README.md"
],
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./*": "./*"
},
"typings": "types/index.d.ts",
"scripts": {
"dev-server": "vite",
"dev-types": "vue-tsc --noEmit -p tsconfig.app.json --watch",
"build": "npm run build-lib && npm run build-types",
"build-lib": "vite build",
"build-types": "vue-tsc --emitDeclarationOnly --declaration -p tsconfig.app.json",
"lint": "eslint 'src/**/*.{ts,vue}'",
"test": "vitest",
"test-ci": "vitest --run",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"vue": "^3.0.4"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "20.8.10",
"@types/vue": "^2.0.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-dom": "^3.3.8",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.53.0",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"run-p": "^0.0.0",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue": "^3.5.13",
"vue-tsc": "^2.0.29"
},
"dependencies": {
"@videodb/player-vue": "~0.0.4",
"dayjs": "^1.11.13",
"katex": "^0.16.11",
"marked": "^4.2.5",
"marked-katex-extension": "^5.1.2",
"socket.io-client": "^4.7.5",
"swiper": "^11.1.10",
"uuid": "^10.0.0",
"vue3-popper": "^1.5.0"
}
"name": "@videodb/chat-vue",
"description": "Chat component for Director",
"version": "0.0.32",
"author": "VideoDB",
"license": "Apache-2.0",
"private": false,
"homepage": "https://videodb.io",
"repository": {
"type": "git",
"url": "https://github.com/video-db/videodb-chat.git"
},
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"style": "dist/style.css",
"types": "types/index.d.ts",
"files": [
"dist",
"types",
"README.md"
],
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./*": "./*"
},
"typings": "types/index.d.ts",
"scripts": {
"dev-server": "vite",
"dev-types": "vue-tsc --noEmit -p tsconfig.app.json --watch",
"build": "npm run build-lib && npm run build-types",
"build-lib": "vite build",
"build-types": "vue-tsc --emitDeclarationOnly --declaration -p tsconfig.app.json",
"lint": "eslint 'src/**/*.{ts,vue}'",
"test": "vitest",
"test-ci": "vitest --run",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"vue": "^3.0.4"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "20.8.10",
"@types/vue": "^2.0.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-dom": "^3.3.8",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.53.0",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"run-p": "^0.0.0",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue": "^3.5.13",
"vue-tsc": "^2.0.29"
},
"dependencies": {
"@videodb/player-vue": "~0.0.4",
"dayjs": "^1.11.13",
"katex": "^0.16.11",
"marked": "^4.2.5",
"marked-katex-extension": "^5.1.2",
"socket.io-client": "^4.7.5",
"swiper": "^11.1.10",
"uuid": "^10.0.0",
"vue3-popper": "^1.5.0"
}
}

0 comments on commit 92af219

Please sign in to comment.