Skip to content

Commit a054ea0

Browse files
committed
Merge branch 'release-v2.4.0' into release-v2.5.0
2 parents 4154acc + 0d1b7b9 commit a054ea0

File tree

2 files changed

+163
-2
lines changed

2 files changed

+163
-2
lines changed

CHANGELOG.md

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,164 @@
1+
Changes in [2.4.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.4.0-rc.1) (2020-04-08)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.3.1...v2.4.0-rc.1)
4+
5+
* Upgrade to JS SDK to 5.3.0-rc.1
6+
* EventIndex: Log if we had all events in a checkpoint but are continuing.
7+
[\#4363](https://github.com/matrix-org/matrix-react-sdk/pull/4363)
8+
* Update from Weblate
9+
[\#4364](https://github.com/matrix-org/matrix-react-sdk/pull/4364)
10+
* Support deactivating your account with SSO
11+
[\#4356](https://github.com/matrix-org/matrix-react-sdk/pull/4356)
12+
* Add debug status for cached backup key format
13+
[\#4359](https://github.com/matrix-org/matrix-react-sdk/pull/4359)
14+
* Fix composer placeholder not updating
15+
[\#4361](https://github.com/matrix-org/matrix-react-sdk/pull/4361)
16+
* Fix sas verification buttons to match figma
17+
[\#4358](https://github.com/matrix-org/matrix-react-sdk/pull/4358)
18+
* Don't show fallback text for verification requests
19+
[\#4345](https://github.com/matrix-org/matrix-react-sdk/pull/4345)
20+
* Fix share dialog correctly
21+
[\#4360](https://github.com/matrix-org/matrix-react-sdk/pull/4360)
22+
* Use singular copy when only deleting one device
23+
[\#4357](https://github.com/matrix-org/matrix-react-sdk/pull/4357)
24+
* Deem m.sticker events as actionable for reacting
25+
[\#4288](https://github.com/matrix-org/matrix-react-sdk/pull/4288)
26+
* Don't show spinner over encryption setup dialogs
27+
[\#4354](https://github.com/matrix-org/matrix-react-sdk/pull/4354)
28+
* Support Jitsi information from client .well-known
29+
[\#4348](https://github.com/matrix-org/matrix-react-sdk/pull/4348)
30+
* Add new default home page fallback
31+
[\#4350](https://github.com/matrix-org/matrix-react-sdk/pull/4350)
32+
* Check more account data in toast listener
33+
[\#4351](https://github.com/matrix-org/matrix-react-sdk/pull/4351)
34+
* Don't try to send presence updates until the client is started
35+
[\#4353](https://github.com/matrix-org/matrix-react-sdk/pull/4353)
36+
* Fix copy button on code blocks when there is no code tag just pre
37+
[\#4352](https://github.com/matrix-org/matrix-react-sdk/pull/4352)
38+
* Clear sessionStorage on sign out
39+
[\#4346](https://github.com/matrix-org/matrix-react-sdk/pull/4346)
40+
* Re-request room keys after auth
41+
[\#4341](https://github.com/matrix-org/matrix-react-sdk/pull/4341)
42+
* Update emojibase for fixed emoji codepoints and Emoji 13 support
43+
[\#4344](https://github.com/matrix-org/matrix-react-sdk/pull/4344)
44+
* App load order tweaks for code splitting
45+
[\#4343](https://github.com/matrix-org/matrix-react-sdk/pull/4343)
46+
* Fix alignment of e2e icon in userinfo and expose full displayname in title
47+
[\#4312](https://github.com/matrix-org/matrix-react-sdk/pull/4312)
48+
* Adjust copy & UX for self-verification
49+
[\#4342](https://github.com/matrix-org/matrix-react-sdk/pull/4342)
50+
* QR code reciprocation
51+
[\#4334](https://github.com/matrix-org/matrix-react-sdk/pull/4334)
52+
* Fix Hangul typing does not work properly
53+
[\#4339](https://github.com/matrix-org/matrix-react-sdk/pull/4339)
54+
* Fix: dismiss setup encryption toast if cross-signing is ready
55+
[\#4336](https://github.com/matrix-org/matrix-react-sdk/pull/4336)
56+
* Fix read marker visibility for grouped events
57+
[\#4340](https://github.com/matrix-org/matrix-react-sdk/pull/4340)
58+
* Make all 'font-size's and 'line-height's rem
59+
[\#4305](https://github.com/matrix-org/matrix-react-sdk/pull/4305)
60+
* Fix spurious extra devices on registration
61+
[\#4337](https://github.com/matrix-org/matrix-react-sdk/pull/4337)
62+
* Fix the edit messager composer
63+
[\#4333](https://github.com/matrix-org/matrix-react-sdk/pull/4333)
64+
* Fix Room Settings Dialog Notifications tab icon
65+
[\#4321](https://github.com/matrix-org/matrix-react-sdk/pull/4321)
66+
* Fix various cases of React warnings by silencing them
67+
[\#4331](https://github.com/matrix-org/matrix-react-sdk/pull/4331)
68+
* Only apply padding to standard textual buttons (kind buttons)
69+
[\#4332](https://github.com/matrix-org/matrix-react-sdk/pull/4332)
70+
* Use console.log in place of console.warn for less warnings
71+
[\#4330](https://github.com/matrix-org/matrix-react-sdk/pull/4330)
72+
* Revert componentDidMount changes on breadcrumbs
73+
[\#4329](https://github.com/matrix-org/matrix-react-sdk/pull/4329)
74+
* Use new method for checking secret storage key
75+
[\#4309](https://github.com/matrix-org/matrix-react-sdk/pull/4309)
76+
* Label and use UNSAFE_componentWillMount to minimize warnings
77+
[\#4315](https://github.com/matrix-org/matrix-react-sdk/pull/4315)
78+
* Fix a number of minor code quality issues
79+
[\#4314](https://github.com/matrix-org/matrix-react-sdk/pull/4314)
80+
* Use componentDidMount in place of componentWillMount where possible
81+
[\#4313](https://github.com/matrix-org/matrix-react-sdk/pull/4313)
82+
* EventIndex: Mark the initial checkpoints for a full crawl.
83+
[\#4325](https://github.com/matrix-org/matrix-react-sdk/pull/4325)
84+
* Fix UserInfo e2e buttons to match Figma
85+
[\#4320](https://github.com/matrix-org/matrix-react-sdk/pull/4320)
86+
* Only auto-scroll to RoomTile when clicking on RoomTile or via shortcuts
87+
[\#4316](https://github.com/matrix-org/matrix-react-sdk/pull/4316)
88+
* Support SSO for interactive authentication
89+
[\#4292](https://github.com/matrix-org/matrix-react-sdk/pull/4292)
90+
* Fix /invite Slash Command
91+
[\#4328](https://github.com/matrix-org/matrix-react-sdk/pull/4328)
92+
* Fix jitsi popout URL
93+
[\#4326](https://github.com/matrix-org/matrix-react-sdk/pull/4326)
94+
* Use our own jitsi widget for the popout URL
95+
[\#4323](https://github.com/matrix-org/matrix-react-sdk/pull/4323)
96+
* Fix popout support for jitsi widgets
97+
[\#4319](https://github.com/matrix-org/matrix-react-sdk/pull/4319)
98+
* Fix: legacy verify user throwing error
99+
[\#4318](https://github.com/matrix-org/matrix-react-sdk/pull/4318)
100+
* Document settingDefaults
101+
[\#3046](https://github.com/matrix-org/matrix-react-sdk/pull/3046)
102+
* Fix Ctrl+/ for Finnish keyboard where it includes Shift
103+
[\#4317](https://github.com/matrix-org/matrix-react-sdk/pull/4317)
104+
* Rework SlashCommands to better expose aliases
105+
[\#4302](https://github.com/matrix-org/matrix-react-sdk/pull/4302)
106+
* Fix EventListSummary when RR rendering is disabled
107+
[\#4311](https://github.com/matrix-org/matrix-react-sdk/pull/4311)
108+
* Update link to css location.
109+
[\#4299](https://github.com/matrix-org/matrix-react-sdk/pull/4299)
110+
* Fix peeking keeping two timeline update mechanisms in play
111+
[\#4310](https://github.com/matrix-org/matrix-react-sdk/pull/4310)
112+
* Pass new secret storage key to bootstrap path
113+
[\#4308](https://github.com/matrix-org/matrix-react-sdk/pull/4308)
114+
* Show red shield for users that become unverified
115+
[\#4303](https://github.com/matrix-org/matrix-react-sdk/pull/4303)
116+
* Accessibility fixed for Event List Summary and Composer Format Bar
117+
[\#4295](https://github.com/matrix-org/matrix-react-sdk/pull/4295)
118+
* Support $riot: Templates for SSO/CAS urls in the welcome.html page
119+
[\#4279](https://github.com/matrix-org/matrix-react-sdk/pull/4279)
120+
* Added the /html command
121+
[\#4296](https://github.com/matrix-org/matrix-react-sdk/pull/4296)
122+
* EventIndex: Better logging on how many events are added.
123+
[\#4301](https://github.com/matrix-org/matrix-react-sdk/pull/4301)
124+
* Field: mark id as optional in propTypes
125+
[\#4307](https://github.com/matrix-org/matrix-react-sdk/pull/4307)
126+
* Fix view community link icon contrast
127+
[\#4254](https://github.com/matrix-org/matrix-react-sdk/pull/4254)
128+
* Remove underscore from Jitsi conference names
129+
[\#4304](https://github.com/matrix-org/matrix-react-sdk/pull/4304)
130+
* Refactor shield display logic; changed rules for DMs
131+
[\#4290](https://github.com/matrix-org/matrix-react-sdk/pull/4290)
132+
* Fix: bring back global thin scrollbars
133+
[\#4300](https://github.com/matrix-org/matrix-react-sdk/pull/4300)
134+
* Keyboard shortcuts: Escape cancel reply and fix Ctrl+K
135+
[\#4297](https://github.com/matrix-org/matrix-react-sdk/pull/4297)
136+
* Field: make id optional, generate one if not provided
137+
[\#4298](https://github.com/matrix-org/matrix-react-sdk/pull/4298)
138+
* Fix ugly scrollbars in TabbedView (settings), emojipicker and widgets
139+
[\#4293](https://github.com/matrix-org/matrix-react-sdk/pull/4293)
140+
* Rename secret storage force-reset variable to avoid confusion
141+
[\#4274](https://github.com/matrix-org/matrix-react-sdk/pull/4274)
142+
* Fix: can't dismiss unverified session toast when encryption hasn't been
143+
upgraded
144+
[\#4291](https://github.com/matrix-org/matrix-react-sdk/pull/4291)
145+
* Blank out UserInfo avatar when changing between members
146+
[\#4289](https://github.com/matrix-org/matrix-react-sdk/pull/4289)
147+
* Add cancel button to verification panel
148+
[\#4283](https://github.com/matrix-org/matrix-react-sdk/pull/4283)
149+
* Show ongoing verification request straight away when navigating to member
150+
[\#4284](https://github.com/matrix-org/matrix-react-sdk/pull/4284)
151+
* Fix: allow scrolling while window is not focused & remove scrollbar hack
152+
[\#4276](https://github.com/matrix-org/matrix-react-sdk/pull/4276)
153+
* Show whether backup key is cached
154+
[\#4287](https://github.com/matrix-org/matrix-react-sdk/pull/4287)
155+
* Rename unverified session toast
156+
[\#4285](https://github.com/matrix-org/matrix-react-sdk/pull/4285)
157+
* Fix: pick last active DM for verification request
158+
[\#4286](https://github.com/matrix-org/matrix-react-sdk/pull/4286)
159+
* Fix formatBar not hidden after highlight and backspacing some text
160+
[\#4269](https://github.com/matrix-org/matrix-react-sdk/pull/4269)
161+
1162
Changes in [2.3.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.3.1) (2020-04-01)
2163
===================================================================================================
3164
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.3.0...v2.3.1)

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.3.1",
3+
"version": "2.4.0-rc.1",
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.3.0-rc.1",
8383
"minimist": "^1.2.0",
8484
"pako": "^1.0.5",
8585
"png-chunks-extract": "^1.0.0",

0 commit comments

Comments
 (0)