Skip to content

Releases: GetStream/stream-chat-angular

v5.3.2

27 Sep 14:34
Compare
Choose a tag to compare

5.3.2 (2024-09-27)

Bug Fixes

  • channel preview - faulty message text (161b604)

v5.3.1

18 Sep 09:30
Compare
Choose a tag to compare

5.3.1 (2024-09-18)

Bug Fixes

  • channel list mispositioned bottom content placeholder (d53913c)

v5.3.0

17 Sep 07:39
Compare
Choose a tag to compare

5.3.0 (2024-09-17)

Features

  • channel list now uses infinite scroller (33ee54b)

v5.2.0

16 Sep 15:21
Compare
Choose a tag to compare

5.2.0 (2024-09-16)

Features

  • The SDK now relies on message.reaction_groups field which allows ordering existing reactions based on first_reaction_at field (for example in the below screenshot the first reaction is 😮 because it was the first type of reaction a user added to the message)

Screenshot 2024-09-16 at 16 05 56

  • The SDK utilizes the new queryReactions endpoint which means the SDK can now retrieve all reactions of a message, not just the last 1200.

The SDK now requires a minimum version of stream-chat@8.29.0

The release is non-breaking, but the following fields are now deprecated, so you can make your customization future-proof by updating them:

  • If you use the stream-message-reactions component in a custom component do the following:
    • Remove the messageReactionCounts input, and use the messageReactionGroups instead
    • Remove the latestReactions input, the component no longer uses it
  • If you have a custom customReactionClickHandler you should use the messageReactionsService.queryReactions method to fetch reactions (this endpoint uses pagination as opposed to channelService.getMessageReactions() which only gets the last 1200 reactions). If you want to use some ready-made-components for the pagination, you can checkout the stream-user-list and stream-paginated-list components

v5.1.11

11 Sep 12:54
Compare
Choose a tag to compare

5.1.11 (2024-09-11)

Bug Fixes

  • close virtual keyboard on iOS Safari is message menu is opened (2d02cf5)
  • update stream-chat-css version (a13ffa5)

v5.1.10

09 Sep 12:48
Compare
Choose a tag to compare

5.1.10 (2024-09-09)

Bug Fixes

  • remove unnecessary inline CSS (899c48e)

v5.1.9

05 Sep 11:18
Compare
Choose a tag to compare

5.1.9 (2024-09-05)

Bug Fixes

  • don't trigger message send on Enter if isComposing is true (fd95fc4)

v4.68.7

05 Sep 09:22
Compare
Choose a tag to compare

4.68.7 (2024-09-05)

Bug Fixes

  • don't trigger message send on Enter if isComposing is true (f6b25cc)

v5.1.8

04 Sep 13:42
Compare
Choose a tag to compare

5.1.8 (2024-09-04)

Bug Fixes

  • textarea height with multiline placeholder (040ce41)

v5.1.7

04 Sep 08:01
Compare
Choose a tag to compare

5.1.7 (2024-09-04)

Bug Fixes

  • export stylesheet (dbf6e36)
  • move unnecessairy peer dependencies to dependencies (8020c40)