Skip to content

Releases: GetStream/stream-chat-angular

v5.0.0-v5.22

18 Jun 14:09

Choose a tag to compare

v5.0.0-v5.22 Pre-release
Pre-release

5.0.0-v5.22 (2024-06-18)

Features

BREAKING CHANGES

v5.0.0-v5.21

18 Jun 12:29

Choose a tag to compare

v5.0.0-v5.21 Pre-release
Pre-release

5.0.0-v5.21 (2024-06-18)

Features

  • refactor message menu UI (0706f72)

BREAKING CHANGES

  • You can find the list of breaking changes in the docs:

v5.0.0-v5.20

17 Jun 12:34

Choose a tag to compare

v5.0.0-v5.20 Pre-release
Pre-release

5.0.0-v5.20 (2024-06-17)

Features

  • Keeping track of channel invite now requires opt-in (85a44fe)

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,
});

v5.0.0-v5.19

17 Jun 11:45

Choose a tag to compare

v5.0.0-v5.19 Pre-release
Pre-release

5.0.0-v5.19 (2024-06-17)

Bug Fixes

  • make it possible to disable channel invite query (7d2e9ed)

v4.68.1

17 Jun 11:28

Choose a tag to compare

4.68.1 (2024-06-17)

Bug Fixes

  • make it possible to disable channel invite query (7d2e9ed)

v5.0.0-v5.18

13 Jun 11:16

Choose a tag to compare

v5.0.0-v5.18 Pre-release
Pre-release

5.0.0-v5.18 (2024-06-13)

Features

  • add message list optimization for livestream use-case (983e4ce)
  • add support for Angular 18 (ddb4865)

v4.68.0

12 Jun 14:40

Choose a tag to compare

4.68.0 (2024-06-12)

Features

  • add message list optimization for livestream use-case (983e4ce)

v4.67.0

11 Jun 15:10

Choose a tag to compare

4.67.0 (2024-06-11)

Features

  • add support for Angular 18 (ddb4865)

v4.67.0-angular-18.1

11 Jun 15:00

Choose a tag to compare

v4.67.0-angular-18.1 Pre-release
Pre-release

4.67.0-angular-18.1 (2024-06-11)

Features

  • add support for Angular 18 (ddb4865)

v5.0.0-v5.17

27 May 09:26

Choose a tag to compare

v5.0.0-v5.17 Pre-release
Pre-release

5.0.0-v5.17 (2024-05-27)

Bug Fixes