Skip to content

Commit 9bfd886

Browse files
committed
Merge branch 'master' into develop
2 parents 117ea5d + e32e9ce commit 9bfd886

File tree

3 files changed

+162
-5
lines changed

3 files changed

+162
-5
lines changed

CHANGELOG.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,159 @@
1+
Changes in [2.3.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.3.0) (2020-03-30)
2+
===================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.3.0-rc.1...v2.3.0)
4+
5+
* Upgrade JS SDK to 5.2.0
6+
7+
Changes in [2.3.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.3.0-rc.1) (2020-03-26)
8+
=============================================================================================================
9+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.2.3...v2.3.0-rc.1)
10+
11+
* Upgrade JS SDK to 5.2.0-rc.1
12+
* Add a flag to control whether cross-signing signatures are trusted
13+
[\#4277](https://github.com/matrix-org/matrix-react-sdk/pull/4277)
14+
* Update from Weblate
15+
[\#4282](https://github.com/matrix-org/matrix-react-sdk/pull/4282)
16+
* Update copy on SSSS symmetric upgrade toast
17+
[\#4281](https://github.com/matrix-org/matrix-react-sdk/pull/4281)
18+
* Wait for SSSS upgrade to complete
19+
[\#4270](https://github.com/matrix-org/matrix-react-sdk/pull/4270)
20+
* Update cross-signing verification copy and fix i18n
21+
[\#4278](https://github.com/matrix-org/matrix-react-sdk/pull/4278)
22+
* Fix soft-crash on bad permalinks
23+
[\#4280](https://github.com/matrix-org/matrix-react-sdk/pull/4280)
24+
* Fix: make self-verification wait for incoming request
25+
[\#4267](https://github.com/matrix-org/matrix-react-sdk/pull/4267)
26+
* Fall back to non-standard persisted api for Safari
27+
[\#4272](https://github.com/matrix-org/matrix-react-sdk/pull/4272)
28+
* Respond to backup key sharing requests
29+
[\#4275](https://github.com/matrix-org/matrix-react-sdk/pull/4275)
30+
* Log and display secret sharing cache state
31+
[\#4268](https://github.com/matrix-org/matrix-react-sdk/pull/4268)
32+
* Support sending config and ready events to capable widgets (Jitsi)
33+
[\#4266](https://github.com/matrix-org/matrix-react-sdk/pull/4266)
34+
* If cached keys are present in the key backup dialog, use them
35+
[\#4273](https://github.com/matrix-org/matrix-react-sdk/pull/4273)
36+
* Fix formatbar not hidden on highlighted message sent
37+
[\#4265](https://github.com/matrix-org/matrix-react-sdk/pull/4265)
38+
* Support Jitsi conferences sent/received on Riot Mobile and older Riot Webs
39+
[\#4252](https://github.com/matrix-org/matrix-react-sdk/pull/4252)
40+
* Use unified function to check cross-signing is ready
41+
[\#4263](https://github.com/matrix-org/matrix-react-sdk/pull/4263)
42+
* Migrate SSSS to symmetric
43+
[\#4224](https://github.com/matrix-org/matrix-react-sdk/pull/4224)
44+
* Migration to symmetric SSSS
45+
[\#4242](https://github.com/matrix-org/matrix-react-sdk/pull/4242)
46+
* Always display verification request toasts on top
47+
[\#4262](https://github.com/matrix-org/matrix-react-sdk/pull/4262)
48+
* Fix: assume SAS is supported when starting request with .start
49+
[\#4249](https://github.com/matrix-org/matrix-react-sdk/pull/4249)
50+
* Fix logout when Olm failed to load.
51+
[\#4261](https://github.com/matrix-org/matrix-react-sdk/pull/4261)
52+
* Improve naming of Jitsi conferences
53+
[\#4251](https://github.com/matrix-org/matrix-react-sdk/pull/4251)
54+
* Handle matrix.to user permalink in-room rather than solo
55+
[\#4245](https://github.com/matrix-org/matrix-react-sdk/pull/4245)
56+
* Fix: filter room list (again) by canonical and alternative aliases
57+
[\#4260](https://github.com/matrix-org/matrix-react-sdk/pull/4260)
58+
* EventIndex: Add some logging to the file panel populating.
59+
[\#4250](https://github.com/matrix-org/matrix-react-sdk/pull/4250)
60+
* Update from Weblate
61+
[\#4259](https://github.com/matrix-org/matrix-react-sdk/pull/4259)
62+
* Migrate RoomView to React Contexts in the hope for better temporal stability
63+
[\#4258](https://github.com/matrix-org/matrix-react-sdk/pull/4258)
64+
* Update WidgetUtils.js fix Jitsi path
65+
[\#4256](https://github.com/matrix-org/matrix-react-sdk/pull/4256)
66+
* Fix local jitsi build url fail and missing argument
67+
[\#4255](https://github.com/matrix-org/matrix-react-sdk/pull/4255)
68+
* Add shortcut CmdOrCtrl+. to toggle right panel
69+
[\#4244](https://github.com/matrix-org/matrix-react-sdk/pull/4244)
70+
* Improve Keyboard Shortcuts. Add alt-arrows & alt-shift-arrows
71+
[\#4241](https://github.com/matrix-org/matrix-react-sdk/pull/4241)
72+
* Bring back legacy verification by comparing public device keys
73+
[\#4240](https://github.com/matrix-org/matrix-react-sdk/pull/4240)
74+
* Searching: Return an empty result if the search term is an empty string.
75+
[\#4248](https://github.com/matrix-org/matrix-react-sdk/pull/4248)
76+
* Break continuation on showHiddenEvents-rendered events
77+
[\#4247](https://github.com/matrix-org/matrix-react-sdk/pull/4247)
78+
* Watch for show-RR settings changes, use room-specific and fix margins
79+
[\#4246](https://github.com/matrix-org/matrix-react-sdk/pull/4246)
80+
* Register Mac electron specific Cmd+, shortcut to User Settings
81+
[\#4243](https://github.com/matrix-org/matrix-react-sdk/pull/4243)
82+
* Use a local wrapper for Jitsi calls
83+
[\#4234](https://github.com/matrix-org/matrix-react-sdk/pull/4234)
84+
* Invite Dialog fixes
85+
[\#4233](https://github.com/matrix-org/matrix-react-sdk/pull/4233)
86+
* RoomPreviewBar word-break the sender name too
87+
[\#4239](https://github.com/matrix-org/matrix-react-sdk/pull/4239)
88+
* Report to the user when a key signature upload fails
89+
[\#4229](https://github.com/matrix-org/matrix-react-sdk/pull/4229)
90+
* pre-send megolm keys when possible when a user starts typing
91+
[\#4235](https://github.com/matrix-org/matrix-react-sdk/pull/4235)
92+
* we don't do mx_fadable anymore so get rid of broken RightPanel disabling
93+
[\#4238](https://github.com/matrix-org/matrix-react-sdk/pull/4238)
94+
* Fix left left panel overflowing vertically
95+
[\#4237](https://github.com/matrix-org/matrix-react-sdk/pull/4237)
96+
* Fix custom tags causing left panel to over-expand
97+
[\#4236](https://github.com/matrix-org/matrix-react-sdk/pull/4236)
98+
* Add Keyboard shortcuts dialog
99+
[\#4231](https://github.com/matrix-org/matrix-react-sdk/pull/4231)
100+
* Don't use buildkite agent to upload logs
101+
[\#4232](https://github.com/matrix-org/matrix-react-sdk/pull/4232)
102+
* Remove Gemini Scrollbars
103+
[\#4217](https://github.com/matrix-org/matrix-react-sdk/pull/4217)
104+
* Room Directory Explore Servers redesign
105+
[\#4209](https://github.com/matrix-org/matrix-react-sdk/pull/4209)
106+
* Fix redo keyboard shortcut on macOS
107+
[\#4110](https://github.com/matrix-org/matrix-react-sdk/pull/4110)
108+
* Fix: ensure local state for aliases doesn't get garbled up
109+
[\#4230](https://github.com/matrix-org/matrix-react-sdk/pull/4230)
110+
* Rename 'jump to bottom' to avoid ublock block
111+
[\#4208](https://github.com/matrix-org/matrix-react-sdk/pull/4208)
112+
* Restore key backup in background after complete security
113+
[\#4225](https://github.com/matrix-org/matrix-react-sdk/pull/4225)
114+
* Fix key backup trust text for cross-signing
115+
[\#4223](https://github.com/matrix-org/matrix-react-sdk/pull/4223)
116+
* Add default on config setting to control call button in composer
117+
[\#4227](https://github.com/matrix-org/matrix-react-sdk/pull/4227)
118+
* Fix: make alternative addresses UX less confusing
119+
[\#4221](https://github.com/matrix-org/matrix-react-sdk/pull/4221)
120+
* Wait for verification request on login
121+
[\#4222](https://github.com/matrix-org/matrix-react-sdk/pull/4222)
122+
* EventIndex: Add support to delete events from the index.
123+
[\#4204](https://github.com/matrix-org/matrix-react-sdk/pull/4204)
124+
* EventIndex: Remove a checkpoint if the HTTP request returns a 403.
125+
[\#4214](https://github.com/matrix-org/matrix-react-sdk/pull/4214)
126+
* Move to composer when typing letters with Shift held
127+
[\#4216](https://github.com/matrix-org/matrix-react-sdk/pull/4216)
128+
* Wrap large room names when previewing them
129+
[\#4213](https://github.com/matrix-org/matrix-react-sdk/pull/4213)
130+
* Rename Review Devices to Review Sessions
131+
[\#4219](https://github.com/matrix-org/matrix-react-sdk/pull/4219)
132+
* Fix typo in tabIndex to make React happy
133+
[\#4215](https://github.com/matrix-org/matrix-react-sdk/pull/4215)
134+
* Proof of concept for custom theme adding
135+
[\#4148](https://github.com/matrix-org/matrix-react-sdk/pull/4148)
136+
* Remove stuff that yarn install doesn't think we need
137+
[\#4205](https://github.com/matrix-org/matrix-react-sdk/pull/4205)
138+
* Declare jsx in tsconfig for IDEs
139+
[\#4207](https://github.com/matrix-org/matrix-react-sdk/pull/4207)
140+
* Fix: best-effort to join room without canonical alias over federation from
141+
room directory
142+
[\#4210](https://github.com/matrix-org/matrix-react-sdk/pull/4210)
143+
* Test for cross-signing homeserver support during login, toasts
144+
[\#4206](https://github.com/matrix-org/matrix-react-sdk/pull/4206)
145+
* Send verification request to a single device in a way compatible with non-
146+
cross-signing
147+
[\#4202](https://github.com/matrix-org/matrix-react-sdk/pull/4202)
148+
* Fixes for removing local alias
149+
[\#4199](https://github.com/matrix-org/matrix-react-sdk/pull/4199)
150+
* yarn upgrade
151+
[\#4201](https://github.com/matrix-org/matrix-react-sdk/pull/4201)
152+
* Support TypeScript for React components
153+
[\#4203](https://github.com/matrix-org/matrix-react-sdk/pull/4203)
154+
* When room name is changed, show both the old and new name
155+
[\#4183](https://github.com/matrix-org/matrix-react-sdk/pull/4183)
156+
1157
Changes in [2.2.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.2.3) (2020-03-17)
2158
===================================================================================================
3159
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.2.3-rc.1...v2.2.3)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -79,7 +79,7 @@
7979
"is-ip": "^2.0.0",
8080
"linkifyjs": "^2.1.6",
8181
"lodash": "^4.17.14",
82-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
82+
"matrix-js-sdk": "5.2.0",
8383
"minimist": "^1.2.0",
8484
"pako": "^1.0.5",
8585
"png-chunks-extract": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5689,9 +5689,10 @@ mathml-tag-names@^2.0.1:
56895689
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
56905690
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
56915691

5692-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
5693-
version "5.1.1"
5694-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/b2e154377a4268441a3b27b183dd7f7018187035"
5692+
matrix-js-sdk@5.2.0:
5693+
version "5.2.0"
5694+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-5.2.0.tgz#f213fd7671538a57c6d7e0665a2178ab23b950da"
5695+
integrity sha512-IscXYNx+k7wq5fuwsvKlXSI6Z1/nQ7TBI8AkStHJOAR8rz1DRoxICLFJtWzpOUSrgQuSaUYpOm4+6hS6IVlmtA==
56955696
dependencies:
56965697
"@babel/runtime" "^7.8.3"
56975698
another-json "^0.2.0"

0 commit comments

Comments
 (0)