Skip to content
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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog - v3

## [v3.14.0-beta.2] (Mar 22, 2024)

### Fixes
* Fixed a bug where swiping `Carousel` in mobile view displaying flickering effect
* Added missing default `font-family` value to `sendbird-message-template__root`

## [v3.14.0-beta] (Mar 15, 2024)

### Features
* Added 'wide' and 'full' width support for `MessageContent` when value exists in `message.extendedMessagePayload['ui']['container_type']`
* Added `Carousel` ui component
* `MessageTemplate` now supports composite templates


## [v3.13.2] (Mar 14, 2024)

### Features
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/uikit-react",
"version": "3.14.0-beta",
"version": "3.14.0-beta.2",
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down
2 changes: 1 addition & 1 deletion scripts/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- Add all merged [SBISSUES tickets](https://sendbird.atlassian.net/jira/dashboards/11202?maximized=25045) in the `Linked issues` as `blocks` (When the ticket status changes to `Released`, Atlassan automatically adds a comment to each linked issues).
8. Ask EM to review the release ticket and await for `Release approved`.
9. In the root, `yarn build` to create new build files. Once created, make sure files in `dist` is newly created/updated.
10. Change directory to `./dist` and then publish `npm publish`
10. Change directory to `./dist` and then publish `npm publish` (`npm publish --tag beta` for beta release).
11. In the release branch, create a new tag `v{X.X.X}` and the push the tag `git push v{X.X.X} origin`.
12. After release do the followings:
- Update release ticket to `Released`
Expand Down