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

Commit aa1a3db

Browse files
committed
Prepare changelog for v0.8.6-rc.1
1 parent 2587683 commit aa1a3db

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed

CHANGELOG.md

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
Changes in [0.8.6-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.6-rc.1) (2017-02-03)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.5...v0.8.6-rc.1)
4+
5+
* Fix timeline & notifs panel spuriously being empty
6+
[\#675](https://github.com/matrix-org/matrix-react-sdk/pull/675)
7+
* UI for blacklisting unverified devices per-room & globally
8+
[\#636](https://github.com/matrix-org/matrix-react-sdk/pull/636)
9+
* Show better error message in statusbar after UnkDevDialog
10+
[\#674](https://github.com/matrix-org/matrix-react-sdk/pull/674)
11+
* Make default avatars clickable
12+
[\#673](https://github.com/matrix-org/matrix-react-sdk/pull/673)
13+
* Fix one read receipt randomly not appearing
14+
[\#672](https://github.com/matrix-org/matrix-react-sdk/pull/672)
15+
* very barebones support for warning users when rooms contain unknown devices
16+
[\#635](https://github.com/matrix-org/matrix-react-sdk/pull/635)
17+
* Fix expanding/unexapnding read receipts
18+
[\#671](https://github.com/matrix-org/matrix-react-sdk/pull/671)
19+
* show placeholder when timeline empty
20+
[\#670](https://github.com/matrix-org/matrix-react-sdk/pull/670)
21+
* Make read receipt's titles more explanatory
22+
[\#669](https://github.com/matrix-org/matrix-react-sdk/pull/669)
23+
* Fix spurious HTML tags being passed through literally
24+
[\#667](https://github.com/matrix-org/matrix-react-sdk/pull/667)
25+
* Reinstate max-len lint configs
26+
[\#665](https://github.com/matrix-org/matrix-react-sdk/pull/665)
27+
* Throw errors on !==200 status codes from RTS
28+
[\#662](https://github.com/matrix-org/matrix-react-sdk/pull/662)
29+
* Exempt lines which look like pure JSX from the maxlen line
30+
[\#664](https://github.com/matrix-org/matrix-react-sdk/pull/664)
31+
* Make tests pass on Chrome again
32+
[\#663](https://github.com/matrix-org/matrix-react-sdk/pull/663)
33+
* Add referral section to user settings
34+
[\#661](https://github.com/matrix-org/matrix-react-sdk/pull/661)
35+
* Two megolm export fixes:
36+
[\#660](https://github.com/matrix-org/matrix-react-sdk/pull/660)
37+
* GET /teams from RTS instead of config.json
38+
[\#658](https://github.com/matrix-org/matrix-react-sdk/pull/658)
39+
* Guard onStatusBarVisible/Hidden with this.unmounted
40+
[\#656](https://github.com/matrix-org/matrix-react-sdk/pull/656)
41+
* Fix cancel button on e2e import/export dialogs
42+
[\#654](https://github.com/matrix-org/matrix-react-sdk/pull/654)
43+
* Look up email addresses in ChatInviteDialog
44+
[\#653](https://github.com/matrix-org/matrix-react-sdk/pull/653)
45+
* Move BugReportDialog to riot-web
46+
[\#652](https://github.com/matrix-org/matrix-react-sdk/pull/652)
47+
* Fix dark theme styling of roomheader cancel button
48+
[\#651](https://github.com/matrix-org/matrix-react-sdk/pull/651)
49+
* Allow modals to stack up
50+
[\#649](https://github.com/matrix-org/matrix-react-sdk/pull/649)
51+
* Add bug report UI
52+
[\#642](https://github.com/matrix-org/matrix-react-sdk/pull/642)
53+
* Better feedback in invite dialog
54+
[\#625](https://github.com/matrix-org/matrix-react-sdk/pull/625)
55+
* Import and export for Megolm session data
56+
[\#647](https://github.com/matrix-org/matrix-react-sdk/pull/647)
57+
* Overhaul MELS to deal with causality, kicks, etc.
58+
[\#613](https://github.com/matrix-org/matrix-react-sdk/pull/613)
59+
* Re-add dispatcher as alt-up/down uses it
60+
[\#650](https://github.com/matrix-org/matrix-react-sdk/pull/650)
61+
* Create a common BaseDialog
62+
[\#645](https://github.com/matrix-org/matrix-react-sdk/pull/645)
63+
* Fix SetDisplayNameDialog
64+
[\#648](https://github.com/matrix-org/matrix-react-sdk/pull/648)
65+
* Sync typing indication with avatar typing indication
66+
[\#643](https://github.com/matrix-org/matrix-react-sdk/pull/643)
67+
* Warn users of E2E key loss when changing/resetting passwords or logging out
68+
[\#646](https://github.com/matrix-org/matrix-react-sdk/pull/646)
69+
* Better user interface for screen readers and keyboard navigation
70+
[\#616](https://github.com/matrix-org/matrix-react-sdk/pull/616)
71+
* Reduce log spam: Revert a16aeeef2a0f16efedf7e6616cdf3c2c8752a077
72+
[\#644](https://github.com/matrix-org/matrix-react-sdk/pull/644)
73+
* Expand timeline in situations when _getIndicator not null
74+
[\#641](https://github.com/matrix-org/matrix-react-sdk/pull/641)
75+
* Correctly get the path of the js-sdk .eslintrc.js
76+
[\#640](https://github.com/matrix-org/matrix-react-sdk/pull/640)
77+
* Add 'searching known users' to the user picker
78+
[\#621](https://github.com/matrix-org/matrix-react-sdk/pull/621)
79+
* Add mocha env for tests in eslint config
80+
[\#639](https://github.com/matrix-org/matrix-react-sdk/pull/639)
81+
* Fix typing avatars displaying "me"
82+
[\#637](https://github.com/matrix-org/matrix-react-sdk/pull/637)
83+
* Fix device verification from e2e info
84+
[\#638](https://github.com/matrix-org/matrix-react-sdk/pull/638)
85+
* Make user search do a bit better on word boundary
86+
[\#623](https://github.com/matrix-org/matrix-react-sdk/pull/623)
87+
* Use an eslint config based on the js-sdk
88+
[\#634](https://github.com/matrix-org/matrix-react-sdk/pull/634)
89+
* Fix error display in account deactivate dialog
90+
[\#633](https://github.com/matrix-org/matrix-react-sdk/pull/633)
91+
* Configure travis to test riot-web after building
92+
[\#629](https://github.com/matrix-org/matrix-react-sdk/pull/629)
93+
* Sanitize ChatInviteDialog
94+
[\#626](https://github.com/matrix-org/matrix-react-sdk/pull/626)
95+
* (hopefully) fix theming on Chrome
96+
[\#630](https://github.com/matrix-org/matrix-react-sdk/pull/630)
97+
* Megolm session import and export
98+
[\#617](https://github.com/matrix-org/matrix-react-sdk/pull/617)
99+
* Allow Modal to be used with async-loaded components
100+
[\#618](https://github.com/matrix-org/matrix-react-sdk/pull/618)
101+
* Fix escaping markdown by rendering plaintext
102+
[\#622](https://github.com/matrix-org/matrix-react-sdk/pull/622)
103+
* Implement auto-join rooms on registration
104+
[\#628](https://github.com/matrix-org/matrix-react-sdk/pull/628)
105+
* Matthew/fix theme npe
106+
[\#627](https://github.com/matrix-org/matrix-react-sdk/pull/627)
107+
* Implement theming via alternate stylesheets
108+
[\#624](https://github.com/matrix-org/matrix-react-sdk/pull/624)
109+
* Replace marked with commonmark
110+
[\#575](https://github.com/matrix-org/matrix-react-sdk/pull/575)
111+
* Fix vector-im/riot-web#2833 : Fail nicely when people try to register
112+
numeric user IDs
113+
[\#619](https://github.com/matrix-org/matrix-react-sdk/pull/619)
114+
* Show the error dialog when requests to PUT power levels fail
115+
[\#614](https://github.com/matrix-org/matrix-react-sdk/pull/614)
116+
1117
Changes in [0.8.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.5) (2017-01-16)
2118
===================================================================================================
3119
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.5-rc.1...v0.8.5)

0 commit comments

Comments
 (0)