Skip to content

Releases: GetStream/stream-chat-angular

v3.7.2

12 Jul 13:50

Choose a tag to compare

3.7.2 (2022-07-12)

Bug Fixes

  • Custom attachment list ignored inside quoted message (4d09992)
  • Gifs not removed from threads #319 (b859c6f)

v3.7.1

12 Jul 07:26

Choose a tag to compare

3.7.1 (2022-07-12)

Bug Fixes

  • Quote reply not displayed if we reply with attachment but no text #326 (89b5ce4)
  • Remove unnecessary restriction from quote reply (788bb3d)
  • Video attachments disappear during message edit #323 (764306c)

v4.0.0-theming-v2.2

11 Jul 11:43

Choose a tag to compare

v4.0.0-theming-v2.2 Pre-release
Pre-release

4.0.0-theming-v2.2 (2022-07-11)

Features

v4.0.0-theming-v2.1

11 Jul 11:27

Choose a tag to compare

v4.0.0-theming-v2.1 Pre-release
Pre-release

4.0.0-theming-v2.1 (2022-07-11)

Bug Fixes

  • Chat layout (b8ef6a2)

  • Context menu and tooltip positioning (theme-v1 and v2) (d7975fe)

  • Design enhancements (1ec60b7)

  • Design enhancements and fixes (76a0e67)

  • Don't apply unread state to active channel (6bdef4a)

  • Fix emoji picker in sample app (27ea7e7)

  • Long quoted message in message input (0708062)

  • Migrate to ngx-popperjs (a30925f)

  • Remove React message notifications class from Angular jump to latest button (42c4f65)

  • Remove React specific CSS class from jump to latest button (c80fc03)

  • Remove device-width API and mobile-press class from message component (#322) (20b2a96), closes #322

Features

  • Add empty channel list indicator to theme-v2 (theme-v1 updated) (dc757bc)
  • Add unread badge for themev1 and v2 (7728f0b)
  • Additional error notifications (8d37d19)
  • Apply theme-v2 for channel and channel header #284 (53f746c)
  • Apply theme-v2 to channel list and preview #285 (ecb6acb)
  • Apply theme-v2 to message component #282 (19fcdaa)
  • Apply theme-v2 to message input #283 (d321798)
  • Apply theme-v2 to typing indicator #281 (a61b43d)
  • apply themev2 for channel list (2f45805)
  • Increase hit area of message actions buttons (96a48d8)
  • Message input theme-v2 missing features #283 (d9b0106)
  • Message reactions #279 (898797d)
  • Modal component theme-v2 #278 (413fdb0)
  • Notification theme-v2 #277 (a826a11)
  • Remove unnecessary slot selectors from thread (2fdb9a3)

BREAKING CHANGES

  • this commit removes the device-width API from the SDK and changes the way how message actions render.

mobile-press:
This class was toggled whenever a user pressed on a message in the message list. The primary goal of this class is to make the message actions visible on devices that don't support "hover" events (mobile devices).
We found a better solution by offloading this behavior to the browser and utilizing :focus and :focus-within CSS pseudo-selectors.

device-width:
This module did hold the responsive UI breakpoints. We realized they aren't always in line with the rest of our stylesheets. We remove this module from the API since we believe breakpoints should be defined in the integration projects.

v3.7.0

07 Jul 07:35

Choose a tag to compare

3.7.0 (2022-07-07)

Features

v3.6.0

06 Jul 07:28

Choose a tag to compare

3.6.0 (2022-07-06)

Features

v3.5.3

17 May 07:40

Choose a tag to compare

3.5.3 (2022-05-17)

Bug Fixes

  • id fallback for channel member names in avatar (004806a)

v3.5.2

11 May 14:21

Choose a tag to compare

3.5.2 (2022-05-11)

Bug Fixes

  • Errors in console on user switch (f3ee816)
  • Missing unsubscribe in reset, connect returns result (5883da8)

v3.5.1

09 May 16:42

Choose a tag to compare

3.5.1 (2022-05-09)

Bug Fixes

v3.5.0

29 Apr 08:22

Choose a tag to compare

3.5.0 (2022-04-29)

Features