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

Commit fba6655

Browse files
committed
Prepare changelog for v0.10.4-rc.1
1 parent d992d69 commit fba6655

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,88 @@
1+
Changes in [0.10.4-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.4-rc.1) (2017-09-19)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.3...v0.10.4-rc.1)
4+
5+
* Fix RoomView stuck in 'accept invite' state
6+
[\#1396](https://github.com/matrix-org/matrix-react-sdk/pull/1396)
7+
* Only show the integ management button if user is joined
8+
[\#1398](https://github.com/matrix-org/matrix-react-sdk/pull/1398)
9+
* suppressOnHover for member entity tiles which have no onClick
10+
[\#1273](https://github.com/matrix-org/matrix-react-sdk/pull/1273)
11+
* add /devtools command
12+
[\#1268](https://github.com/matrix-org/matrix-react-sdk/pull/1268)
13+
* Fix broken Link
14+
[\#1359](https://github.com/matrix-org/matrix-react-sdk/pull/1359)
15+
* Show who redacted an event on hover
16+
[\#1387](https://github.com/matrix-org/matrix-react-sdk/pull/1387)
17+
* start MELS expanded if it contains a highlighted/permalinked event.
18+
[\#1388](https://github.com/matrix-org/matrix-react-sdk/pull/1388)
19+
* Add ignore user API support
20+
[\#1389](https://github.com/matrix-org/matrix-react-sdk/pull/1389)
21+
* Add option to disable Emoji suggestions
22+
[\#1392](https://github.com/matrix-org/matrix-react-sdk/pull/1392)
23+
* sanitize the i18n for fn:textForHistoryVisibilityEvent
24+
[\#1397](https://github.com/matrix-org/matrix-react-sdk/pull/1397)
25+
* Don't check for only-emoji if there were none
26+
[\#1394](https://github.com/matrix-org/matrix-react-sdk/pull/1394)
27+
* Fix emojification of symbol characters
28+
[\#1393](https://github.com/matrix-org/matrix-react-sdk/pull/1393)
29+
* Update from Weblate.
30+
[\#1395](https://github.com/matrix-org/matrix-react-sdk/pull/1395)
31+
* Make /join join again
32+
[\#1391](https://github.com/matrix-org/matrix-react-sdk/pull/1391)
33+
* Display spinner not room preview after room create
34+
[\#1390](https://github.com/matrix-org/matrix-react-sdk/pull/1390)
35+
* Fix the avatar / room name in room preview
36+
[\#1384](https://github.com/matrix-org/matrix-react-sdk/pull/1384)
37+
* Remove spurious cancel button
38+
[\#1381](https://github.com/matrix-org/matrix-react-sdk/pull/1381)
39+
* Fix starting a chat by email address
40+
[\#1386](https://github.com/matrix-org/matrix-react-sdk/pull/1386)
41+
* respond on copy code block
42+
[\#1363](https://github.com/matrix-org/matrix-react-sdk/pull/1363)
43+
* fix DateUtils inconsistency with 12/24h
44+
[\#1383](https://github.com/matrix-org/matrix-react-sdk/pull/1383)
45+
* allow sending sub,sup and whitelist them on receive
46+
[\#1382](https://github.com/matrix-org/matrix-react-sdk/pull/1382)
47+
* Update roomlist when an event is decrypted
48+
[\#1380](https://github.com/matrix-org/matrix-react-sdk/pull/1380)
49+
* Update from Weblate.
50+
[\#1379](https://github.com/matrix-org/matrix-react-sdk/pull/1379)
51+
* fix radio for theme selection
52+
[\#1368](https://github.com/matrix-org/matrix-react-sdk/pull/1368)
53+
* fix some more zh_Hans - remove entirely broken lines
54+
[\#1378](https://github.com/matrix-org/matrix-react-sdk/pull/1378)
55+
* fix placeholder causing app to break when using zh
56+
[\#1377](https://github.com/matrix-org/matrix-react-sdk/pull/1377)
57+
* Avoid re-rendering RoomList on room switch
58+
[\#1375](https://github.com/matrix-org/matrix-react-sdk/pull/1375)
59+
* Fix 'Failed to load timeline position' regression
60+
[\#1376](https://github.com/matrix-org/matrix-react-sdk/pull/1376)
61+
* Fast path for emojifying strings
62+
[\#1372](https://github.com/matrix-org/matrix-react-sdk/pull/1372)
63+
* Consolidate the code copy button
64+
[\#1374](https://github.com/matrix-org/matrix-react-sdk/pull/1374)
65+
* Only add the code copy button for HTML messages
66+
[\#1373](https://github.com/matrix-org/matrix-react-sdk/pull/1373)
67+
* Don't re-render matrixchat unnecessarily
68+
[\#1371](https://github.com/matrix-org/matrix-react-sdk/pull/1371)
69+
* Don't wait for setState to run onHaveRoom
70+
[\#1370](https://github.com/matrix-org/matrix-react-sdk/pull/1370)
71+
* Introduce a RoomScrollStateStore
72+
[\#1367](https://github.com/matrix-org/matrix-react-sdk/pull/1367)
73+
* Don't always paginate when mounting a ScrollPanel
74+
[\#1369](https://github.com/matrix-org/matrix-react-sdk/pull/1369)
75+
* Remove unused scrollStateMap from LoggedinView
76+
[\#1366](https://github.com/matrix-org/matrix-react-sdk/pull/1366)
77+
* Revert "Implement sticky date separators"
78+
[\#1365](https://github.com/matrix-org/matrix-react-sdk/pull/1365)
79+
* Remove unused string "changing room on a RoomView is not supported"
80+
[\#1361](https://github.com/matrix-org/matrix-react-sdk/pull/1361)
81+
* Remove unused translation code translations
82+
[\#1360](https://github.com/matrix-org/matrix-react-sdk/pull/1360)
83+
* Implement sticky date separators
84+
[\#1353](https://github.com/matrix-org/matrix-react-sdk/pull/1353)
85+
186
Changes in [0.10.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.3) (2017-09-06)
287
=====================================================================================================
388
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.3-rc.2...v0.10.3)

0 commit comments

Comments
 (0)