Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.3.1 #115

Merged
merged 4 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## [v1.2.3] (Mar 4 2024)
## [v1.3.1] (Mar 8 2024)
#### Fix:
- Hide unused button icons
- Removed inherited margin and background-color from global CSS in the form
- Fixed a scroll issue in safari browser
- Added z-index to mobile container

## [Internal] [v1.3.0]

## [v1.2.5] (Mar 5 2024)
#### Chore:
- Internal change

## [Deprecated] [v1.2.4]

## [Deprecated] [v1.2.3]

## [v1.2.2] (Mar 4 2024)
#### Feat:
- Reduced initial loading time:
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.2.5",
"version": "1.3.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
111 changes: 74 additions & 37 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 @@ -14,7 +14,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "^1.2.5",
"@sendbird/chat-ai-widget": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading