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

Commit df59a6b

Browse files
committed
Merge branch 'master' into develop
2 parents 096d410 + 397f7f2 commit df59a6b

File tree

3 files changed

+102
-7
lines changed

3 files changed

+102
-7
lines changed

CHANGELOG.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,96 @@
1+
Changes in [3.17.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.17.0) (2021-03-29)
2+
=====================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.17.0-rc.1...v3.17.0)
4+
5+
* Upgrade to JS SDK 9.10.0
6+
* [Release] Tweak cross-signing copy
7+
[\#5808](https://github.com/matrix-org/matrix-react-sdk/pull/5808)
8+
* [Release] Fix crash on login when using social login
9+
[\#5809](https://github.com/matrix-org/matrix-react-sdk/pull/5809)
10+
* [Release] Fix edge case with redaction grouper messing up continuations
11+
[\#5799](https://github.com/matrix-org/matrix-react-sdk/pull/5799)
12+
13+
Changes in [3.17.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.17.0-rc.1) (2021-03-25)
14+
===============================================================================================================
15+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.16.0...v3.17.0-rc.1)
16+
17+
* Upgrade to JS SDK 9.10.0-rc.1
18+
* Translations update from Weblate
19+
[\#5788](https://github.com/matrix-org/matrix-react-sdk/pull/5788)
20+
* Track next event [tile] over group boundaries
21+
[\#5784](https://github.com/matrix-org/matrix-react-sdk/pull/5784)
22+
* Fixing the minor UI issues in the email discovery
23+
[\#5780](https://github.com/matrix-org/matrix-react-sdk/pull/5780)
24+
* Don't overwrite callback with undefined if no customization provided
25+
[\#5783](https://github.com/matrix-org/matrix-react-sdk/pull/5783)
26+
* Fix redaction event list summaries breaking sender profiles
27+
[\#5781](https://github.com/matrix-org/matrix-react-sdk/pull/5781)
28+
* Fix CIDER formatting buttons on Safari
29+
[\#5782](https://github.com/matrix-org/matrix-react-sdk/pull/5782)
30+
* Improve discovery of rooms in a space
31+
[\#5776](https://github.com/matrix-org/matrix-react-sdk/pull/5776)
32+
* Spaces improve creation journeys
33+
[\#5777](https://github.com/matrix-org/matrix-react-sdk/pull/5777)
34+
* Make buttons in verify dialog respect the system font
35+
[\#5778](https://github.com/matrix-org/matrix-react-sdk/pull/5778)
36+
* Collapse redactions into an event list summary
37+
[\#5728](https://github.com/matrix-org/matrix-react-sdk/pull/5728)
38+
* Added invite option to room's context menu
39+
[\#5648](https://github.com/matrix-org/matrix-react-sdk/pull/5648)
40+
* Add an optional config option to make the welcome page the login page
41+
[\#5658](https://github.com/matrix-org/matrix-react-sdk/pull/5658)
42+
* Fix username showing instead of display name in Jitsi widgets
43+
[\#5770](https://github.com/matrix-org/matrix-react-sdk/pull/5770)
44+
* Convert a bunch more js-sdk imports to absolute paths
45+
[\#5774](https://github.com/matrix-org/matrix-react-sdk/pull/5774)
46+
* Remove forgotten rooms from the room list once forgotten
47+
[\#5775](https://github.com/matrix-org/matrix-react-sdk/pull/5775)
48+
* Log error when failing to list usermedia devices
49+
[\#5771](https://github.com/matrix-org/matrix-react-sdk/pull/5771)
50+
* Fix weird timeline jumps
51+
[\#5772](https://github.com/matrix-org/matrix-react-sdk/pull/5772)
52+
* Replace type declaration in Registration.tsx
53+
[\#5773](https://github.com/matrix-org/matrix-react-sdk/pull/5773)
54+
* Add possibility to delay rageshake persistence in app startup
55+
[\#5767](https://github.com/matrix-org/matrix-react-sdk/pull/5767)
56+
* Fix left panel resizing and lower min-width improving flexibility
57+
[\#5764](https://github.com/matrix-org/matrix-react-sdk/pull/5764)
58+
* Work around more cases where a rageshake server might not be present
59+
[\#5766](https://github.com/matrix-org/matrix-react-sdk/pull/5766)
60+
* Iterate space panel visually and functionally
61+
[\#5761](https://github.com/matrix-org/matrix-react-sdk/pull/5761)
62+
* Make some dispatches async
63+
[\#5765](https://github.com/matrix-org/matrix-react-sdk/pull/5765)
64+
* fix: make room directory correct when using a homeserver with explicit port
65+
[\#5762](https://github.com/matrix-org/matrix-react-sdk/pull/5762)
66+
* Hangup all calls on logout
67+
[\#5756](https://github.com/matrix-org/matrix-react-sdk/pull/5756)
68+
* Remove now-unused assets and CSS from CompleteSecurity step
69+
[\#5757](https://github.com/matrix-org/matrix-react-sdk/pull/5757)
70+
* Add details and summary to allowed HTML tags
71+
[\#5760](https://github.com/matrix-org/matrix-react-sdk/pull/5760)
72+
* Support a media handling customisation endpoint
73+
[\#5714](https://github.com/matrix-org/matrix-react-sdk/pull/5714)
74+
* Edit button on View Source dialog that takes you to devtools ->
75+
SendCustomEvent
76+
[\#5718](https://github.com/matrix-org/matrix-react-sdk/pull/5718)
77+
* Show room alias in plain/formatted body
78+
[\#5748](https://github.com/matrix-org/matrix-react-sdk/pull/5748)
79+
* Allow pills on the beginning of a part string
80+
[\#5754](https://github.com/matrix-org/matrix-react-sdk/pull/5754)
81+
* [SK-3] Decorate easy components with replaceableComponent
82+
[\#5734](https://github.com/matrix-org/matrix-react-sdk/pull/5734)
83+
* Use fsync in reskindex to ensure file is written to disk
84+
[\#5753](https://github.com/matrix-org/matrix-react-sdk/pull/5753)
85+
* Remove unused common CSS classes
86+
[\#5752](https://github.com/matrix-org/matrix-react-sdk/pull/5752)
87+
* Rebuild space previews with new designs
88+
[\#5751](https://github.com/matrix-org/matrix-react-sdk/pull/5751)
89+
* Rework cross-signing login flow
90+
[\#5727](https://github.com/matrix-org/matrix-react-sdk/pull/5727)
91+
* Change read receipt drift to be non-fractional
92+
[\#5745](https://github.com/matrix-org/matrix-react-sdk/pull/5745)
93+
194
Changes in [3.16.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.16.0) (2021-03-15)
295
=====================================================================================================
396
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.16.0-rc.2...v3.16.0)

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.16.0",
3+
"version": "3.17.0",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"matrix-gen-i18n": "scripts/gen-i18n.js",
2828
"matrix-prune-i18n": "scripts/prune-i18n.js"
2929
},
30-
"main": "./src/index.js",
30+
"main": "./lib/index.js",
3131
"matrix_src_main": "./src/index.js",
3232
"matrix_lib_main": "./lib/index.js",
3333
"matrix_lib_typings": "./lib/index.d.ts",
@@ -80,7 +80,7 @@
8080
"katex": "^0.12.0",
8181
"linkifyjs": "^2.1.9",
8282
"lodash": "^4.17.20",
83-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
83+
"matrix-js-sdk": "9.10.0",
8484
"matrix-widget-api": "^0.1.0-beta.13",
8585
"minimist": "^1.2.5",
8686
"opus-recorder": "^8.0.3",
@@ -191,5 +191,6 @@
191191
"transformIgnorePatterns": [
192192
"/node_modules/(?!matrix-js-sdk).+$"
193193
]
194-
}
194+
},
195+
"typings": "./lib/index.d.ts"
195196
}

yarn.lock

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

5590-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
5591-
version "9.9.0"
5592-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/cd38fb9b4c349eb31feac14e806e710bf6431b72"
5590+
5591+
version "9.10.0"
5592+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-9.10.0.tgz#ba32981391168778b301c01362a503a8469d3844"
5593+
integrity sha512-xvpgvTmCbS8dRTVvVULKbSwyES0y2F17TPukLIIXZMTqqeEBhfycVIjCV6LuACc0WBoRsZbi1/BIlgeWY7J03A==
55935594
dependencies:
55945595
"@babel/runtime" "^7.12.5"
55955596
another-json "^0.2.0"

0 commit comments

Comments
 (0)