Releases: GetStream/stream-chat-angular
v4.3.0
v4.2.0
4.2.0 (2022-09-07)
Bug Fixes
- scrollTop rounding problem causeing inaccuret scroll position calculation (5129256)
- Track attachments by URL (35dba67)
Features
- Resize image attachments #374 (ddec615)
- Resize image attachments #374 (571ff0f)
- Resize video thumb_url #347 (ab13822)
- Resize video thumb_url #347 (9b90317)
- Respect aspect ratio for single images and videos (6924b8d)
- Update stream-chat-css version (53174b6)
- Use CSS properties to define resize dimensions of images (12e08b0)
- Video thumb URL displayed (dd01906)
- Video thumb URL displayed (276a9a0)
- Video thumbnail generation can be turned on/off #347 (6950e63)
- Video thumbnail generation can be turned on/off #347 (c16cde3)
v4.1.0
4.1.0 (2022-08-26)
Bug Fixes
- Channel reading messages instead of latestMessages (b019a46)
- Close thread if parent message removed from state (bc521f9)
- Older message is deselected after message set switch (3e18b73)
- Update video to match theme-v2 (de8fc07)
Features
- Add guest user connection option (e5289e4)
- Fix image modal width (3307b9d)
- Jump to message for quoted messages, bidirectional message loading (be3ea0f)
- Message list watches new messages when switched to older message set (340d8d2)
- Pin messages (c605ba0)
- Update stream-chat-css (b0ee916)
- Update stream-chat-css version (d3ad756)
- Use fixed size image attachments and deprecate ImageLoadService as it's no longer necessary (adcc0fd)
v4.0.0
4.0.0 (2022-08-24)
Bug Fixes
-
Add Angular specific selectors to message input (b5e150f)
-
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)
-
Mention autocomplete in theme-v1 (f82db39)
-
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 unnecessary class from notification list (b556ddf)
-
Remove device-width API and mobile-press class from message component (#322) (20b2a96), closes #322
Features
- Add CSS class to SVG images (a085741)
- Add empty channel list indicator to theme-v2 (theme-v1 updated) (dc757bc)
- Add message mention style to theme-v2 (896ee0b)
- 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)
- Empty commit to trigger a semantic release (a64638d)
- 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)
- stream-chat-css updated (2dbbb71)
- Update stream-chat-css (262ff78)
- Update stream-chat-css (12d4a65)
- Video sizing update (9ea2386)
BREAKING CHANGES
- Some changes were introduced to the CSS so you might have to update your custom CSS code
- this commit removes the
device-widthAPI 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.
v4.0.0-theming-v2.13
4.0.0-theming-v2.13 (2022-08-24)
Bug Fixes
- Duplicated channels after two notification events and not up to date channel state (e4cd8fd)
- Remove unnecessary channel list emit from custom channel list setter (fae0b0e)
- User agent set multiple times, causing a very long string (0df4099)
Features
- Update stream-chat-css (262ff78)