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

Commit 4cfd049

Browse files
committed
Prepare changelog for v0.8.9-rc.1
1 parent f615bc1 commit 4cfd049

File tree

1 file changed

+144
-0
lines changed

1 file changed

+144
-0
lines changed

CHANGELOG.md

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,147 @@
1+
Changes in [0.8.9-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.9-rc.1) (2017-05-19)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.8...v0.8.9-rc.1)
4+
5+
* Prevent an exception getting scroll node
6+
[\#902](https://github.com/matrix-org/matrix-react-sdk/pull/902)
7+
* Fix a few remaining snags with country dd
8+
[\#901](https://github.com/matrix-org/matrix-react-sdk/pull/901)
9+
* Add left_aligned class to CountryDropdown
10+
[\#900](https://github.com/matrix-org/matrix-react-sdk/pull/900)
11+
* Swap to new flag files (which are stored as GB.png)
12+
[\#899](https://github.com/matrix-org/matrix-react-sdk/pull/899)
13+
* Improve phone number country dropdown for registration and login (Act. 2,
14+
Return of the Prefix)
15+
[\#897](https://github.com/matrix-org/matrix-react-sdk/pull/897)
16+
* Support for pasting files into normal composer
17+
[\#892](https://github.com/matrix-org/matrix-react-sdk/pull/892)
18+
* tell guests they can't use filepanel until they register
19+
[\#887](https://github.com/matrix-org/matrix-react-sdk/pull/887)
20+
* Prevent reskindex -w from running when file names have not changed
21+
[\#888](https://github.com/matrix-org/matrix-react-sdk/pull/888)
22+
* I broke UserSettings for webpack-dev-server
23+
[\#884](https://github.com/matrix-org/matrix-react-sdk/pull/884)
24+
* various fixes to RoomHeader
25+
[\#880](https://github.com/matrix-org/matrix-react-sdk/pull/880)
26+
* remove /me whether or not it has a space after it
27+
[\#885](https://github.com/matrix-org/matrix-react-sdk/pull/885)
28+
* show error if we can't set a filter because no room
29+
[\#883](https://github.com/matrix-org/matrix-react-sdk/pull/883)
30+
* Fix RM not updating if RR event unpaginated
31+
[\#874](https://github.com/matrix-org/matrix-react-sdk/pull/874)
32+
* change roomsettings wording
33+
[\#878](https://github.com/matrix-org/matrix-react-sdk/pull/878)
34+
* make reskindex windows friendly
35+
[\#875](https://github.com/matrix-org/matrix-react-sdk/pull/875)
36+
* Fixes 2 issues with Dialog closing
37+
[\#867](https://github.com/matrix-org/matrix-react-sdk/pull/867)
38+
* Automatic Reskindex
39+
[\#871](https://github.com/matrix-org/matrix-react-sdk/pull/871)
40+
* Put room name in 'leave room' confirmation dialog
41+
[\#873](https://github.com/matrix-org/matrix-react-sdk/pull/873)
42+
* Fix this/self fail in LeftPanel
43+
[\#872](https://github.com/matrix-org/matrix-react-sdk/pull/872)
44+
* Don't show null URL previews
45+
[\#870](https://github.com/matrix-org/matrix-react-sdk/pull/870)
46+
* Fix keys for AddressSelector
47+
[\#869](https://github.com/matrix-org/matrix-react-sdk/pull/869)
48+
* Make left panel better for new users (mk II)
49+
[\#859](https://github.com/matrix-org/matrix-react-sdk/pull/859)
50+
* Explicitly save composer content onUnload
51+
[\#866](https://github.com/matrix-org/matrix-react-sdk/pull/866)
52+
* Warn on unload
53+
[\#851](https://github.com/matrix-org/matrix-react-sdk/pull/851)
54+
* Log deviceid at login
55+
[\#862](https://github.com/matrix-org/matrix-react-sdk/pull/862)
56+
* Guests can't send RR so no point trying
57+
[\#860](https://github.com/matrix-org/matrix-react-sdk/pull/860)
58+
* Remove babelcheck
59+
[\#861](https://github.com/matrix-org/matrix-react-sdk/pull/861)
60+
* T3chguy/settings versions improvements
61+
[\#857](https://github.com/matrix-org/matrix-react-sdk/pull/857)
62+
* Change max-len 90->120
63+
[\#852](https://github.com/matrix-org/matrix-react-sdk/pull/852)
64+
* Remove DM-guessing code
65+
[\#829](https://github.com/matrix-org/matrix-react-sdk/pull/829)
66+
* Fix jumping to an unread event when in MELS
67+
[\#855](https://github.com/matrix-org/matrix-react-sdk/pull/855)
68+
* Validate phone number on login
69+
[\#856](https://github.com/matrix-org/matrix-react-sdk/pull/856)
70+
* Failed to enable HTML5 Notifications Error Dialogs
71+
[\#827](https://github.com/matrix-org/matrix-react-sdk/pull/827)
72+
* Pin filesize ver to fix break upstream
73+
[\#854](https://github.com/matrix-org/matrix-react-sdk/pull/854)
74+
* Improve RoomDirectory Look & Feel
75+
[\#848](https://github.com/matrix-org/matrix-react-sdk/pull/848)
76+
* Only show jumpToReadMarker bar when RM !== RR
77+
[\#845](https://github.com/matrix-org/matrix-react-sdk/pull/845)
78+
* Allow MELS to have its own RM
79+
[\#846](https://github.com/matrix-org/matrix-react-sdk/pull/846)
80+
* Use document.onkeydown instead of onkeypress
81+
[\#844](https://github.com/matrix-org/matrix-react-sdk/pull/844)
82+
* (Room)?Avatar: Request 96x96 avatars on high DPI screens
83+
[\#808](https://github.com/matrix-org/matrix-react-sdk/pull/808)
84+
* Add mx_EventTile_emote class
85+
[\#842](https://github.com/matrix-org/matrix-react-sdk/pull/842)
86+
* Fix dialog reappearing after hitting Enter
87+
[\#841](https://github.com/matrix-org/matrix-react-sdk/pull/841)
88+
* Fix spinner that shows until the first sync
89+
[\#840](https://github.com/matrix-org/matrix-react-sdk/pull/840)
90+
* Show spinner until first sync has completed
91+
[\#839](https://github.com/matrix-org/matrix-react-sdk/pull/839)
92+
* Style fixes for LoggedInView
93+
[\#838](https://github.com/matrix-org/matrix-react-sdk/pull/838)
94+
* Fix specifying custom server for registration
95+
[\#834](https://github.com/matrix-org/matrix-react-sdk/pull/834)
96+
* Improve country dropdown UX and expose +prefix
97+
[\#833](https://github.com/matrix-org/matrix-react-sdk/pull/833)
98+
* Fix user settings store
99+
[\#836](https://github.com/matrix-org/matrix-react-sdk/pull/836)
100+
* show the room name in the UDE Dialog
101+
[\#832](https://github.com/matrix-org/matrix-react-sdk/pull/832)
102+
* summarise profile changes in MELS
103+
[\#826](https://github.com/matrix-org/matrix-react-sdk/pull/826)
104+
* Transform h1 and h2 tags to h3 tags
105+
[\#820](https://github.com/matrix-org/matrix-react-sdk/pull/820)
106+
* limit our keyboard shortcut modifiers correctly
107+
[\#825](https://github.com/matrix-org/matrix-react-sdk/pull/825)
108+
* Specify cross platform regexes and add olm to noParse
109+
[\#823](https://github.com/matrix-org/matrix-react-sdk/pull/823)
110+
* Remember element that was in focus before rendering dialog
111+
[\#822](https://github.com/matrix-org/matrix-react-sdk/pull/822)
112+
* move user settings outward and use built in read receipts disabling
113+
[\#824](https://github.com/matrix-org/matrix-react-sdk/pull/824)
114+
* File Download Consistency
115+
[\#802](https://github.com/matrix-org/matrix-react-sdk/pull/802)
116+
* Show Access Token under Advanced in Settings
117+
[\#806](https://github.com/matrix-org/matrix-react-sdk/pull/806)
118+
* Link tags/commit hashes in the UserSettings version section
119+
[\#810](https://github.com/matrix-org/matrix-react-sdk/pull/810)
120+
* On return to RoomView from auxPanel, send focus back to Composer
121+
[\#813](https://github.com/matrix-org/matrix-react-sdk/pull/813)
122+
* Change presence status labels to 'for' instead of 'ago'
123+
[\#817](https://github.com/matrix-org/matrix-react-sdk/pull/817)
124+
* Disable Scalar Integrations if urls passed to it are falsey
125+
[\#816](https://github.com/matrix-org/matrix-react-sdk/pull/816)
126+
* Add option to hide other people's read receipts.
127+
[\#818](https://github.com/matrix-org/matrix-react-sdk/pull/818)
128+
* Add option to not send typing notifications
129+
[\#819](https://github.com/matrix-org/matrix-react-sdk/pull/819)
130+
* Sync RM across instances of Riot
131+
[\#805](https://github.com/matrix-org/matrix-react-sdk/pull/805)
132+
* First iteration on improving login UI
133+
[\#811](https://github.com/matrix-org/matrix-react-sdk/pull/811)
134+
* focus on composer after jumping to bottom
135+
[\#809](https://github.com/matrix-org/matrix-react-sdk/pull/809)
136+
* Improve RoomList performance via side-stepping React
137+
[\#807](https://github.com/matrix-org/matrix-react-sdk/pull/807)
138+
* Don't show link preview when link is inside of a quote
139+
[\#762](https://github.com/matrix-org/matrix-react-sdk/pull/762)
140+
* Escape closes UserSettings
141+
[\#765](https://github.com/matrix-org/matrix-react-sdk/pull/765)
142+
* Implement user power-level changes in timeline
143+
[\#794](https://github.com/matrix-org/matrix-react-sdk/pull/794)
144+
1145
Changes in [0.8.8](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.8) (2017-04-25)
2146
===================================================================================================
3147
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.8-rc.2...v0.8.8)

0 commit comments

Comments
 (0)