stream-chat-angular 4.23.2 → 4.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/types.d.ts CHANGED
@@ -150,7 +150,11 @@ export declare type MessageActionsBoxContext = {
150
150
  isMine: boolean;
151
151
  message: StreamMessage | undefined;
152
152
  enabledActions: string[];
153
+ /**
154
+ * @deprecated because the name contains typos, use the `displayedActionsCountChangeHandler` instead
155
+ */
153
156
  displayedActionsCountChaneHanler: (count: number) => any;
157
+ displayedActionsCountChangeHandler: (count: number) => any;
154
158
  isEditingChangeHandler: (isEditing: boolean) => any;
155
159
  };
156
160
  export declare type MessageActionBoxItemContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "4.23.2",
3
+ "version": "4.24.0",
4
4
  "description": "Angular components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -1 +1 @@
1
- export const version = '4.23.2';
1
+ export const version = '4.24.0';