Skip to content

Commit aa834c0

Browse files
chore(release): 4.2.0 [skip ci]
# [4.2.0](v4.1.0...v4.2.0) (2022-09-07) ### Bug Fixes * scrollTop rounding problem causeing inaccuret scroll position calculation ([5129256](5129256)) * Track attachments by URL ([35dba67](35dba67)) ### Features * Resize image attachments [#374](#374) ([ddec615](ddec615)) * Resize image attachments [#374](#374) ([571ff0f](571ff0f)) * Resize video thumb_url [#347](#347) ([ab13822](ab13822)) * Resize video thumb_url [#347](#347) ([9b90317](9b90317)) * Respect aspect ratio for single images and videos ([6924b8d](6924b8d)) * Update stream-chat-css version ([53174b6](53174b6)) * Use CSS properties to define resize dimensions of images ([12e08b0](12e08b0)) * Video thumb URL displayed ([dd01906](dd01906)) * Video thumb URL displayed ([276a9a0](276a9a0)) * Video thumbnail generation can be turned on/off [#347](#347) ([6950e63](6950e63)) * Video thumbnail generation can be turned on/off [#347](#347) ([c16cde3](c16cde3))
1 parent 1db38bc commit aa834c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/stream-chat-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-angular",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Angular components to create chat conversations or livestream style chat",
55
"author": "GetStream",
66
"homepage": "https://getstream.io/chat/",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '4.1.0';
1+
export const version = '4.2.0';

0 commit comments

Comments
 (0)