stream-chat-angular 4.59.0 → 4.59.1

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.
@@ -33,9 +33,8 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
33
33
  */
34
34
  messageOptionsTrigger: 'message-row' | 'message-bubble';
35
35
  /**
36
- * You can hide the "jump to latest" button while scrolling. A potential use-case for this input would be to [workaround a known issue on iOS Safar](https://github.com/GetStream/stream-chat-angular/issues/418)
36
+ * You can hide the "jump to latest" button while scrolling. A potential use-case for this input would be to [workaround a known issue on iOS Safar webview](https://github.com/GetStream/stream-chat-angular/issues/418)
37
37
  *
38
- * @deprecated This scroll issue has been resolved, no need to use this workaround anymore.
39
38
  */
40
39
  hideJumpToLatestButtonDuringScroll: boolean;
41
40
  /**
@@ -90,6 +89,7 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
90
89
  firstUnreadMessageId?: string;
91
90
  unreadCount?: number;
92
91
  isJumpingToLatestUnreadMessage: boolean;
92
+ isJumpToLatestButtonVisible: boolean;
93
93
  private scrollContainer;
94
94
  private parentMessageElement;
95
95
  private latestMessage;
@@ -108,6 +108,7 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
108
108
  private parsedDates;
109
109
  private isViewInited;
110
110
  private checkIfUnreadNotificationIsVisibleTimeout?;
111
+ private jumpToLatestButtonVisibilityTimeout?;
111
112
  private get class();
112
113
  constructor(channelService: ChannelService, chatClientService: ChatClientService, customTemplatesService: CustomTemplatesService, dateParser: DateParserService, ngZone: NgZone, cdRef: ChangeDetectorRef, messageActionsService: MessageActionsService);
113
114
  messageNotificationJumpClicked: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "4.59.0",
3
+ "version": "4.59.1",
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.59.0';
1
+ export const version = '4.59.1';