Skip to content

Commit a59f8fc

Browse files
chore(release): 5.0.0-v5.3 [skip ci]
# [5.0.0-v5.3](v5.0.0-v5.2...v5.0.0-v5.3) (2024-04-12) ### Features * Remove theme-v1 ([03cf541](03cf541)) ### BREAKING CHANGES * -Theme-v1 is removed -Theme-v2 stylesheet import needs to be updated to `stream-chat-angular/src/assets/styles/scss/index.scss` or `stream-chat-angular/src/assets/styles/css/index.css` - The `MessageActionsBoxComponent` and `messageActionsBoxTemplate$` no longer accepts the `isOpen` input, the `Message` component will take care of showing/hiding the action box component
1 parent d86c4da commit a59f8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/stream-chat-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-angular",
3-
"version": "5.0.0-v5.2",
3+
"version": "5.0.0-v5.3",
44
"description": "Angular components to create chat conversations or livestream style chat",
55
"author": "GetStream",
66
"homepage": "https://getstream.io/chat/",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.0.0-v5.2';
1+
export const version = '5.0.0-v5.3';

0 commit comments

Comments
 (0)