Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8f5bdf5

Browse files
committed
Merge branch 'master' into develop
2 parents 494d9de + a7f8e82 commit 8f5bdf5

File tree

3 files changed

+52
-11
lines changed

3 files changed

+52
-11
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
Changes in [3.93.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.93.0) (2024-02-27)
2+
=====================================================================================================
3+
## 🦖 Deprecations
4+
5+
* Enable custom themes to theme Compound ([#12240](https://github.com/matrix-org/matrix-react-sdk/pull/12240)). Contributed by @robintown.
6+
* Remove welcome bot `welcome_user_id` support ([#12153](https://github.com/matrix-org/matrix-react-sdk/pull/12153)). Contributed by @t3chguy.
7+
8+
## ✨ Features
9+
10+
* Ignore activity in TAC ([#12269](https://github.com/matrix-org/matrix-react-sdk/pull/12269)). Contributed by @florianduros.
11+
* Use browser's font size instead of hardcoded `16px` as root font size ([#12246](https://github.com/matrix-org/matrix-react-sdk/pull/12246)). Contributed by @florianduros.
12+
* Revert "Use Compound primary colors for most actions" ([#12264](https://github.com/matrix-org/matrix-react-sdk/pull/12264)). Contributed by @florianduros.
13+
* Revert "Refine menu, toast, and popover colors" ([#12263](https://github.com/matrix-org/matrix-react-sdk/pull/12263)). Contributed by @florianduros.
14+
* Fix Native OIDC for Element Desktop ([#12253](https://github.com/matrix-org/matrix-react-sdk/pull/12253)). Contributed by @t3chguy.
15+
* Improve client metadata used for OIDC dynamic registration ([#12257](https://github.com/matrix-org/matrix-react-sdk/pull/12257)). Contributed by @t3chguy.
16+
* Refine menu, toast, and popover colors ([#12247](https://github.com/matrix-org/matrix-react-sdk/pull/12247)). Contributed by @robintown.
17+
* Call the AsJson forms of import and exportRoomKeys ([#12233](https://github.com/matrix-org/matrix-react-sdk/pull/12233)). Contributed by @andybalaam.
18+
* Use Compound primary colors for most actions ([#12241](https://github.com/matrix-org/matrix-react-sdk/pull/12241)). Contributed by @robintown.
19+
* Enable redirected media by default ([#12142](https://github.com/matrix-org/matrix-react-sdk/pull/12142)). Contributed by @turt2live.
20+
* Reduce TAC width by `16px` ([#12239](https://github.com/matrix-org/matrix-react-sdk/pull/12239)). Contributed by @florianduros.
21+
* Pop out of Threads Activity Centre ([#12136](https://github.com/matrix-org/matrix-react-sdk/pull/12136)). Contributed by @florianduros.
22+
* Use new semantic tokens for username colors ([#12209](https://github.com/matrix-org/matrix-react-sdk/pull/12209)). Contributed by @robintown.
23+
24+
## 🐛 Bug Fixes
25+
26+
* [Backport staging] Fix spurious session corruption error ([#12287](https://github.com/matrix-org/matrix-react-sdk/pull/12287)). Contributed by @RiotRobot.
27+
* Fix the space panel getting bigger when gaining a scroll bar ([#12267](https://github.com/matrix-org/matrix-react-sdk/pull/12267)). Contributed by @dbkr.
28+
* Fix gradients spacings on the space panel ([#12262](https://github.com/matrix-org/matrix-react-sdk/pull/12262)). Contributed by @dbkr.
29+
* Remove hardcoded `Element` in tac labs description ([#12266](https://github.com/matrix-org/matrix-react-sdk/pull/12266)). Contributed by @florianduros.
30+
* Fix branding in "migrating crypto" message ([#12265](https://github.com/matrix-org/matrix-react-sdk/pull/12265)). Contributed by @richvdh.
31+
* Use h1 as first heading in dialogs ([#12250](https://github.com/matrix-org/matrix-react-sdk/pull/12250)). Contributed by @dbkr.
32+
* Fix forced lowercase username in login/registration flows ([#9329](https://github.com/matrix-org/matrix-react-sdk/pull/9329)). Contributed by @vrifox.
33+
* Update the TAC indicator on event decryption ([#12243](https://github.com/matrix-org/matrix-react-sdk/pull/12243)). Contributed by @dbkr.
34+
* Fix OIDC delegated auth account url check ([#12242](https://github.com/matrix-org/matrix-react-sdk/pull/12242)). Contributed by @t3chguy.
35+
* New Header edgecase fixes: Close lobby button not shown, disable join button in various places, more... ([#12235](https://github.com/matrix-org/matrix-react-sdk/pull/12235)). Contributed by @toger5.
36+
* Fix TAC button alignment when expanded ([#12238](https://github.com/matrix-org/matrix-react-sdk/pull/12238)). Contributed by @florianduros.
37+
* Fix tooltip behaviour in TAC ([#12236](https://github.com/matrix-org/matrix-react-sdk/pull/12236)). Contributed by @florianduros.
38+
39+
140
Changes in [3.92.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.92.0) (2024-02-13)
241
=====================================================================================================
342
## ✨ Features

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "3.92.0",
3+
"version": "3.93.0",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"package.json",
2424
".stylelintrc.js"
2525
],
26-
"main": "./src/index.ts",
26+
"main": "./lib/index.ts",
2727
"matrix_src_main": "./src/index.ts",
2828
"matrix_lib_main": "./lib/index.ts",
2929
"matrix_lib_typings": "./lib/index.d.ts",
@@ -108,7 +108,7 @@
108108
"maplibre-gl": "^2.0.0",
109109
"matrix-encrypt-attachment": "^1.0.3",
110110
"matrix-events-sdk": "0.0.1",
111-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
111+
"matrix-js-sdk": "31.4.0",
112112
"matrix-widget-api": "^1.5.0",
113113
"memoize-one": "^6.0.0",
114114
"minimist": "^1.2.5",
@@ -233,5 +233,6 @@
233233
"outputDirectory": "coverage",
234234
"outputName": "jest-sonar-report.xml",
235235
"relativePaths": true
236-
}
236+
},
237+
"typings": "./lib/index.d.ts"
237238
}

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6638,7 +6638,7 @@ jszip@^3.7.0:
66386638
readable-stream "~2.3.6"
66396639
setimmediate "^1.0.5"
66406640

6641-
[email protected], jwt-decode@^3.1.2, jwt-decode@^4.0.0:
6641+
[email protected], jwt-decode@^4.0.0:
66426642
version "4.0.0"
66436643
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b"
66446644
integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==
@@ -6910,20 +6910,21 @@ [email protected]:
69106910
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
69116911
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
69126912

6913-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6914-
version "31.3.0"
6915-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/d03db1740586714a194205b9efc8cff37c3bb996"
6913+
6914+
version "31.4.0"
6915+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-31.4.0.tgz#5ce5a9cb4cae6aed3e75b5e43c8f8be29ff4f49c"
6916+
integrity sha512-KtpBaI9QVL+uW1nfwXdGp2Qr9Z10pd6mCZhxxDi5lIlzx74T5p/w6tDXeQuLG4Ylt3rT8x0LB2DbamUgHUZg5Q==
69166917
dependencies:
69176918
"@babel/runtime" "^7.12.5"
69186919
"@matrix-org/matrix-sdk-crypto-wasm" "^4.5.0"
69196920
another-json "^0.2.0"
69206921
bs58 "^5.0.0"
69216922
content-type "^1.0.4"
6922-
jwt-decode "^3.1.2"
6923+
jwt-decode "^4.0.0"
69236924
loglevel "^1.7.1"
69246925
matrix-events-sdk "0.0.1"
69256926
matrix-widget-api "^1.6.0"
6926-
oidc-client-ts "^2.2.4"
6927+
oidc-client-ts "^3.0.1"
69276928
p-retry "4"
69286929
sdp-transform "^2.14.1"
69296930
unhomoglyph "^1.0.6"
@@ -7280,7 +7281,7 @@ object.values@^1.1.6, object.values@^1.1.7:
72807281
define-properties "^1.2.0"
72817282
es-abstract "^1.22.1"
72827283

7283-
[email protected], oidc-client-ts@^2.2.4, oidc-client-ts@^3.0.1:
7284+
[email protected], oidc-client-ts@^3.0.1:
72847285
version "3.0.1"
72857286
resolved "https://registry.yarnpkg.com/oidc-client-ts/-/oidc-client-ts-3.0.1.tgz#be264fb87c89f74f73863646431c32cd06f5ceb7"
72867287
integrity sha512-xX8unZNtmtw3sOz4FPSqDhkLFnxCDsdo2qhFEH2opgWnF/iXMFoYdBQzkwCxAZVgt3FT3DnuBY3k80EZHT0RYg==

0 commit comments

Comments
 (0)