stream-chat-angular 4.44.0 → 4.45.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.
@@ -79,6 +79,7 @@ export declare class MessageComponent implements OnInit, OnChanges, OnDestroy, A
79
79
  canDisplayReadStatus: boolean;
80
80
  private quotedMessageAttachments;
81
81
  user: UserResponse<DefaultStreamChatGenerics> | undefined;
82
+ optionsRenderTimeoutEnded: boolean;
82
83
  private subscriptions;
83
84
  private container;
84
85
  private readonly urlRegexp;
@@ -71,7 +71,6 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
71
71
  parentMessage: StreamMessage | undefined;
72
72
  highlightedMessageId: string | undefined;
73
73
  isLoading: boolean;
74
- isScrollInProgress: boolean;
75
74
  scrollEndTimeout: any;
76
75
  lastReadMessageId?: string;
77
76
  isJumpingToLatestUnreadMessage: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "4.44.0",
3
+ "version": "4.45.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.44.0';
1
+ export const version = '4.45.0';