Skip to content

Commit

Permalink
release: v1.4.1 (#160)
Browse files Browse the repository at this point in the history
* release: v1.4.1

* chore: update chat-ai-widget version to v1.4.1

* Fix incorrect import in url-webdemo root App
  • Loading branch information
AhyoungRyu authored Apr 23, 2024
1 parent 02e786b commit 0e29631
Show file tree
Hide file tree
Showing 7 changed files with 245 additions and 50 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.4.1] (April 22 2024)
#### Feat:
- Implemented safe parsing of message.data to prevent errors in data handling.
- Enhanced efficiency by reusing user and channel information stored in localStorage, reducing redundant data requests and improving user experience.
- Established functionality to connect the ChatAiWidget upon component mounting, improving real-time interaction capabilities. This includes various improvements such as managing connections and handling UI behavior between mobile and desktop platforms.

#### Fix:
- Corrected the position of the feedback dialog which used to be incorrectly placed after bumping up UIKit version.

#### Chore:
- Updated key structures to include appId and boId, which allows better identification and tracking of business objects.
- LocalStorage key format: `@sendbird/chat-ai-widget/${appId}/${botId}`
- Cleanup of Unused Files and Dependencies: Removed unnecessary files and dependencies like dompurify to streamline the codebase.


## [Deprecated] [v1.4.0]

## [1.3.9] (April 19 2024)
#### Feat:
- Created an upload_to_s3 pipeline to facilitate file transfers to AWS S3.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.3.9",
"version": "1.4.1",
"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",
Expand Down
135 changes: 112 additions & 23 deletions packages/self-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/self-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "^1.3.9",
"@sendbird/chat-ai-widget": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit 0e29631

Please sign in to comment.