From 8605d2c86e75737fbada8424a05b3eaff511658b Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen Date: Tue, 18 Jun 2024 14:48:55 +0900 Subject: [PATCH] release: v1.6.5 (#282) ## [1.6.5] (Jun 18, 2024) ### Feat: - Added `botStudioEditProps.styles.toggleButtonUrl` to customize the toggle button image. - Exported `WidgetButton` component. ### Fix: - Fixed the disabled placeholder for waiting suggested replies. - Fixed the issue where JavaScript would run when a link was ctrl + clicked. --------- Co-authored-by: sendbird-sdk-deployment --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/self-service/package.json | 2 +- yarn.lock | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fc747b2..c8469862c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.6.5] (Jun 18, 2024) +### Feat: +- Added `botStudioEditProps.styles.toggleButtonUrl` to customize the toggle button image. +- Exported `WidgetButton` component. + +### Fix: +- Fixed the disabled placeholder for waiting suggested replies. +- Fixed the issue where JavaScript would run when a link was ctrl + clicked. + ## [1.6.4] (Jun 13, 2024) ### Fix: - Fixed an issue where the link text color did not change according to the theme. diff --git a/package.json b/package.json index 1e089946b..e0429978e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/chat-ai-widget", - "version": "1.6.4", + "version": "1.6.5", "description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", diff --git a/packages/self-service/package.json b/packages/self-service/package.json index 38625ec75..b25c77856 100644 --- a/packages/self-service/package.json +++ b/packages/self-service/package.json @@ -15,7 +15,7 @@ "format": "npm run prettier:fix && npm run lint:fix" }, "dependencies": { - "@sendbird/chat-ai-widget": "1.6.4", + "@sendbird/chat-ai-widget": "1.6.5", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/yarn.lock b/yarn.lock index bfd194fdc..20e73294b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3022,7 +3022,7 @@ __metadata: languageName: node linkType: hard -"@sendbird/chat-ai-widget@npm:1.6.4, @sendbird/chat-ai-widget@workspace:.": +"@sendbird/chat-ai-widget@npm:1.6.5, @sendbird/chat-ai-widget@workspace:.": version: 0.0.0-use.local resolution: "@sendbird/chat-ai-widget@workspace:." dependencies: @@ -15699,7 +15699,7 @@ __metadata: version: 0.0.0-use.local resolution: "self-service@workspace:packages/self-service" dependencies: - "@sendbird/chat-ai-widget": "npm:1.6.4" + "@sendbird/chat-ai-widget": "npm:1.6.5" "@types/react": "npm:^18.0.37" "@types/react-dom": "npm:^18.0.11" "@vitejs/plugin-react": "npm:^4.2.1"