stream-chat-angular 4.35.0 → 4.36.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.
@@ -14,7 +14,6 @@ export declare class ChannelComponent {
14
14
  isActiveChannel$: Observable<boolean>;
15
15
  subscriptions: Subscription[];
16
16
  theme$: Observable<string>;
17
- isChrome: boolean;
18
17
  constructor(channelService: ChannelService, themeService: ThemeService);
19
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ChannelComponent, never>;
20
19
  static ɵcmp: i0.ɵɵComponentDeclaration<ChannelComponent, "stream-channel", never, {}, {}, never, ["*", "[name=\"thread\"]"]>;
@@ -43,13 +43,13 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
43
43
  displayDateSeparator: boolean;
44
44
  /**
45
45
  * If date separators are displayed, you can set the horizontal position of the date text.
46
- * If `openMessageListAt` is `last-unread-message` it will also set the text position of the new messages indicator.
46
+ * If `openMessageListAt` is `last-read-message` it will also set the text position of the new messages indicator.
47
47
  */
48
48
  dateSeparatorTextPos: 'center' | 'right' | 'left';
49
49
  /**
50
- * `last-message` option will open the message list at the last message, `last-unread-message` will open the list at the last unread message. This option only works if mode is `main`.
50
+ * `last-message` option will open the message list at the last message, `last-read-message` will open the list at the last unread message. This option only works if mode is `main`.
51
51
  */
52
- openMessageListAt: 'last-message' | 'last-unread-message';
52
+ openMessageListAt: 'last-message' | 'last-read-message';
53
53
  /**
54
54
  * You can turn on and off the loading indicator that signals to users that more messages are being loaded to the message list
55
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "4.35.0",
3
+ "version": "4.36.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/",
@@ -20,7 +20,7 @@
20
20
  "@popperjs/core": "^2.11.5",
21
21
  "dayjs": "^1.10.7",
22
22
  "emoji-regex": "^10.0.0",
23
- "ngx-popperjs": "^12.2.1 || ^13.0.0 || ^14.0.0 || ^15.0.0",
23
+ "ngx-popperjs": "^12.2.2 || ^13.3.2 || ^14.1.8 || ^15.2.4",
24
24
  "pretty-bytes": "^5.6.0",
25
25
  "tslib": "^2.3.0",
26
26
  "uuidv4": "^6.2.12"
@@ -1 +1 @@
1
- export const version = '4.35.0';
1
+ export const version = '4.36.1';