Skip to content

Releases: GetStream/stream-chat-angular

v5.1.1

12 Aug 12:29
Compare
Choose a tag to compare

5.1.1 (2024-08-12)

Bug Fixes

  • remove ne filter from user/member query (e9a3811)

v5.1.0

22 Jul 13:07
Compare
Choose a tag to compare

5.1.0 (2024-07-22)

Features

v5.0.0

09 Jul 13:16
Compare
Choose a tag to compare

5.0.0 (2024-07-09)

Bug Fixes

  • add space after mentioned user's name (2e17132)
  • apply tooltip positioning to v5 release (0a61d13)
  • desktop message menu is opened even if we have a custom event handler (a6f0f08)
  • don't open menu while user is scrolling (2f5e592)
  • make sure that channelListSetter respects the order of channels, and make sure it only accepts a watched channel (c8a8be8)
  • message actions box not displayed (7cbc6d4)
  • message status tooltip on iOS (b9990b8)
  • message status tooltip trigger (ca7877c)
  • message to edit wasn't always properly unselected (40c9ba2)
  • ngx-float-ui version (11eff40)
  • only disable user-select for the message bubble, not the whole message area (30000ef)
  • preserve app settings between user changes (unless API key is changed) (bce34e6)
  • set SDK header before sending first request (7c3b740)
  • small CSS fixes (14adfd7)
  • thread small UI fixes (7717df8)
  • typing issue with [email protected] #592 (24b0277)
  • Update ngx-float-ui version (67a5bb8)
  • update stream-chat-css version (8e11a97)

Features

  • add all Angular library dependencies as peer dependencies (393db76)
  • align the default reaction set with other SDKs #310 (bad989d)
  • allow customizing avatar size from CSS #84 #569 (cbbf1cd)
  • Allow customizing icons from CSS #84 #575 (55bec1e)
  • allow providing custom channel list query (78b35a5)
  • change edit message UI (5d5ee65)
  • check file size before attempting to upload attachment (91204fe)
  • fix message menu positions (e173deb)
  • Keeping track of channel invite now requires opt-in (85a44fe)
  • make sure channels$ stream never closes (a5136b5)
  • refactor message menu UI (0706f72)
  • remove all deprecated code (4494ed9)
  • remove size attributom from loading indicator (1d78bf1)
  • Remove theme-v1 (03cf541)
  • replace ngx-popperjs with ngx-float-ui (cd1a8e3)
  • Update Angular to 15 (70f20e4)
  • Update dependecy versions (8f217ee)
  • update ngx-float-ui version (95048e9)

BREAKING CHANGES

  • Keeping track of pending channel invites is no longer automatic. If you want to enable this behavior you need to initialize the ChatClientService with the following flag:
this.chatService.init("<API key>", "<user>", "<token provider>", {
  trackPendingChannelInvites: true,
});
  • The MessageActionsBoxComponent and messageActionsBoxTemplate$ no longer accepts the isOpen input, the Message component will take care of showing/hiding the action box component
    • Angular 12-14 is no longer supported
  • Event handlers with Function type are changed to () => void
  • Event handlers with any return types are changed to void return type

v5.0.0-v5.37

09 Jul 13:11
Compare
Choose a tag to compare
v5.0.0-v5.37 Pre-release
Pre-release

5.0.0-v5.37 (2024-07-09)

Bug Fixes

  • add space after mentioned user's name (a2b9a78)

v5.0.0-v5.36

09 Jul 07:29
Compare
Choose a tag to compare
v5.0.0-v5.36 Pre-release
Pre-release

5.0.0-v5.36 (2024-07-09)

Bug Fixes

v5.0.0-v5.35

09 Jul 07:20
Compare
Choose a tag to compare
v5.0.0-v5.35 Pre-release
Pre-release

5.0.0-v5.35 (2024-07-09)

Bug Fixes

  • Update ngx-float-ui version (67a5bb8)

v5.0.0-v5.34

03 Jul 07:30
Compare
Choose a tag to compare
v5.0.0-v5.34 Pre-release
Pre-release

5.0.0-v5.34 (2024-07-03)

Bug Fixes

  • add space after mentioned user's name (2e17132)

v4.68.2

03 Jul 07:27
Compare
Choose a tag to compare

4.68.2 (2024-07-03)

Bug Fixes

  • add space after mentioned user's name (a2b9a78)

v5.0.0-v5.33

01 Jul 12:41
Compare
Choose a tag to compare
v5.0.0-v5.33 Pre-release
Pre-release

5.0.0-v5.33 (2024-07-01)

Bug Fixes

  • desktop message menu is opened even if we have a custom event handler (a6f0f08)
  • update stream-chat-css version (8e11a97)

v5.0.0-v5.32

28 Jun 09:55
Compare
Choose a tag to compare
v5.0.0-v5.32 Pre-release
Pre-release

5.0.0-v5.32 (2024-06-28)

Bug Fixes

  • only disable user-select for the message bubble, not the whole message area (30000ef)