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.6.0 #258

Merged
merged 4 commits into from
May 31, 2024
Merged

release/v1.6.0 #258

merged 4 commits into from
May 31, 2024

Conversation

liamcho
Copy link
Contributor

@liamcho liamcho commented May 31, 2024

[1.6.0] (May 31, 2024)

Feat:

  • Added messageInputControls to Constant. It allows to control enabled/disabled state of the message input
  • Added dateLocale to Constant. It is applied to string values of message timestamp and date separator
  • Added the enableHideWidgetForDeactivatedUser to Constant. It is used to decide whether the chatbot widget is hidden or not when the user is deactivated
import { ar } from 'date-fns/locale';

<ChatAiWidget
  applicationId={props.applicationId}
  botId={props.botId}
  messageInputControls={{
    blockWhileBotResponding: 30000, // Change force unblock timeout to 30 seconds. Default value is 10 seconds.
  }}
  dateLocale={ar} // Applies Arabic locale.
  enableHideWidgetForDeactivatedUser={true}
/>

Refer to Available props section in README.md file for details.

Fix:

  • Fixed a bug where multiple timestamps of messages are not grouped into one when should be if botStudioEditProps.welcomeMessages is given

@liamcho liamcho added the 1.6.0 label May 31, 2024
@liamcho liamcho requested review from AhyoungRyu and bang9 May 31, 2024 06:11
@liamcho liamcho self-assigned this May 31, 2024
@liamcho
Copy link
Contributor Author

liamcho commented May 31, 2024

/bot create ticket

Copy link

[Creating Ticket] Preparing https://github.com/sendbird/chat-ai-widget/actions/runs/9313754362

Copy link

[Creating Ticket] In progress https://app.circleci.com/pipelines/github/sendbird/sdk-deployment/690

@sendbird-sdk-deployment
Copy link
Collaborator

[Creating Ticket] 🔖 Done https://sendbird.atlassian.net/browse/SDKRLSD-1300

@liamcho liamcho merged commit df88ea2 into develop May 31, 2024
2 checks passed
@liamcho liamcho deleted the release/v1.6.0 branch May 31, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants