Skip to content

Commit

Permalink
prepare v3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HoonBaek committed Sep 26, 2024
1 parent 4922d04 commit c91899c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog - v3

## [v3.15.4] (Sep 26th, 2024)

### Features
- Added stringSet for date format and applied them
| Key | Value |
| --- | ----- |
| DATE_FORMAT__MESSAGE_CREATED_AT | `'p'` |
| DATE_FORMAT__UNREAD_SINCE | `'p MMM dd'` |
| DATE_FORMAT__LAST_MESSAGE_CREATED_AT__TODAY | `'p'` |
| DATE_FORMAT__LAST_MESSAGE_CREATED_AT__THIS_YEAR | `'MMM d'` |
| DATE_FORMAT__LAST_MESSAGE_CREATED_AT__PREVIOUS_YEAR | `'yyyy/M/d'` |

## [v3.15.3] (Sep 12th, 2024)

### Fixes
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.15.3",
"version": "3.15.4",
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down

0 comments on commit c91899c

Please sign in to comment.