This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-11
lines changed
test/components/views/rooms/__snapshots__ Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change
1
+ Changes in [3.80.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.80.1) (2023-09-13)
2
+ =====================================================================================================
3
+
4
+ ## 🐛 Bug Fixes
5
+ * Update Compound to fix Firefox-specific avatar regression ([\#11604](https://github.com/matrix-org/matrix-react-sdk/pull/11604))
6
+
1
7
Changes in [3.80.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.80.0) (2023-09-12)
2
8
=====================================================================================================
3
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " matrix-react-sdk" ,
3
- "version" : " 3.80.0 " ,
3
+ "version" : " 3.80.1 " ,
4
4
"description" : " SDK for matrix.org using React" ,
5
5
"author" : " matrix.org" ,
6
6
"repository" : {
69
69
"@sentry/tracing" : " ^7.0.0" ,
70
70
"@testing-library/react-hooks" : " ^8.0.1" ,
71
71
"@vector-im/compound-design-tokens" : " ^0.0.5" ,
72
- "@vector-im/compound-web" : " ^0.2.3 " ,
72
+ "@vector-im/compound-web" : " ^0.4.0 " ,
73
73
"await-lock" : " ^2.1.0" ,
74
74
"blurhash" : " ^1.1.3" ,
75
75
"classnames" : " ^2.2.6" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
22
22
>
23
23
<div
24
24
aria-level = " 1"
25
- class = " _font-body-lg-semibold_1g2sj_89 mx_RoomHeader_heading"
25
+ class = " _font-body-lg-semibold_1jx6b_83 mx_RoomHeader_heading"
26
26
dir = " auto"
27
27
role = " heading"
28
28
title = " !1:example.org"
@@ -35,7 +35,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
35
35
style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-2x);"
36
36
>
37
37
<button
38
- class = " _icon-button_1k9cw_17 "
38
+ class = " _icon-button_1segd_17 "
39
39
data-state = " closed"
40
40
disabled = " "
41
41
style = " --cpd-icon-button-size: 32px;"
@@ -44,7 +44,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
44
44
<div />
45
45
</button >
46
46
<button
47
- class = " _icon-button_1k9cw_17 "
47
+ class = " _icon-button_1segd_17 "
48
48
data-state = " closed"
49
49
disabled = " "
50
50
style = " --cpd-icon-button-size: 32px;"
@@ -53,15 +53,15 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
53
53
<div />
54
54
</button >
55
55
<button
56
- class = " _icon-button_1k9cw_17 "
56
+ class = " _icon-button_1segd_17 "
57
57
data-state = " closed"
58
58
style = " --cpd-icon-button-size: 32px;"
59
59
title = " Threads"
60
60
>
61
61
<div />
62
62
</button >
63
63
<button
64
- class = " _icon-button_1k9cw_17 "
64
+ class = " _icon-button_1segd_17 "
65
65
data-state = " closed"
66
66
style = " --cpd-icon-button-size: 32px;"
67
67
title = " Notifications"
Original file line number Diff line number Diff line change 3115
3115
dependencies :
3116
3116
svg2vectordrawable "^2.9.1"
3117
3117
3118
- " @vector-im/compound-web@^0.2.3 " :
3119
- version "0.2.18 "
3120
- resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-0.2.18 .tgz#b92bcfd5779b1e558dc431ad3d330960749049d9 "
3121
- integrity sha512-fs+tQYZMA4/KxGFOdoDM9WKf7IpeNILI37q2uj4dJj8SkI33zwUnzHFuTD04YI33Dc3FCZHcCd/d0m/fCnRaFg ==
3118
+ " @vector-im/compound-web@^0.4.0 " :
3119
+ version "0.4.0 "
3120
+ resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-0.4.0 .tgz#c4adf10785722c4b0fd5e20e72576ade2ef386d0 "
3121
+ integrity sha512-45pshpwpVBwOwIevKZrnWX718Z+qPvxnrSUv3KY4x4ej+PDMt8Qorxv1n98bB7fgF7vwBHK5PQdjq2kTFit+wQ ==
3122
3122
dependencies :
3123
3123
" @radix-ui/react-form" " ^0.0.3"
3124
3124
" @radix-ui/react-tooltip" " ^1.0.6"
You can’t perform that action at this time.
0 commit comments