stream-chat-angular 5.11.0 → 5.11.2

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.
@@ -191,6 +191,10 @@ export declare class ChannelService<T extends DefaultStreamChatGenerics = Defaul
191
191
  * @internal
192
192
  */
193
193
  static readonly MAX_MESSAGE_REACTIONS_TO_FETCH = 1200;
194
+ /**
195
+ * @internal
196
+ */
197
+ isMessageLoadingInProgress: boolean;
194
198
  messagePageSize: number;
195
199
  private channelsSubject;
196
200
  private activeChannelSubject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "5.11.0",
3
+ "version": "5.11.2",
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 = '5.11.0';
1
+ export const version = '5.11.2';