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

Commit 0f59ceb

Browse files
committed
Prepare changelog for v1.1.0-rc.1
1 parent 5b92693 commit 0f59ceb

File tree

1 file changed

+182
-0
lines changed

1 file changed

+182
-0
lines changed

CHANGELOG.md

Lines changed: 182 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,185 @@
1+
Changes in [1.1.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.1.0-rc.1) (2019-04-30)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.7...v1.1.0-rc.1)
4+
5+
* Add important info to new preview bar
6+
[\#2936](https://github.com/matrix-org/matrix-react-sdk/pull/2936)
7+
* Add a message action bar
8+
[\#2935](https://github.com/matrix-org/matrix-react-sdk/pull/2935)
9+
* Trigger riot-web build
10+
[\#2934](https://github.com/matrix-org/matrix-react-sdk/pull/2934)
11+
* Input validation tooltips for registration
12+
[\#2933](https://github.com/matrix-org/matrix-react-sdk/pull/2933)
13+
* Also say "Connect ..." on remaining key backup buttons
14+
[\#2931](https://github.com/matrix-org/matrix-react-sdk/pull/2931)
15+
* Mark a few CSS classes as not selectable
16+
[\#2929](https://github.com/matrix-org/matrix-react-sdk/pull/2929)
17+
* Cleanup message composer render() method
18+
[\#2883](https://github.com/matrix-org/matrix-react-sdk/pull/2883)
19+
* Redesigned room preview bar
20+
[\#2925](https://github.com/matrix-org/matrix-react-sdk/pull/2925)
21+
* Prevent user pills containing only emoji from embiggening
22+
[\#2907](https://github.com/matrix-org/matrix-react-sdk/pull/2907)
23+
* Make alt-enter insert new line on macOS
24+
[\#2923](https://github.com/matrix-org/matrix-react-sdk/pull/2923)
25+
* Test `defaultServerName` before showing it on forgot password
26+
[\#2924](https://github.com/matrix-org/matrix-react-sdk/pull/2924)
27+
* Add a function to append/overwrite objects in the config on the fly
28+
[\#2922](https://github.com/matrix-org/matrix-react-sdk/pull/2922)
29+
* use SdkConfig brand name instead of static "Riot"
30+
[\#2921](https://github.com/matrix-org/matrix-react-sdk/pull/2921)
31+
* Use dedicated permalink creators in search results with multiple rooms
32+
[\#2898](https://github.com/matrix-org/matrix-react-sdk/pull/2898)
33+
* Clarify that use backup means restore
34+
[\#2917](https://github.com/matrix-org/matrix-react-sdk/pull/2917)
35+
* Fix key backup status when missing device
36+
[\#2919](https://github.com/matrix-org/matrix-react-sdk/pull/2919)
37+
* Ensure `<b>` tags appear bold for all browsers
38+
[\#2918](https://github.com/matrix-org/matrix-react-sdk/pull/2918)
39+
* Add a link in room settings to get at the tombstoned room if it exists
40+
[\#2908](https://github.com/matrix-org/matrix-react-sdk/pull/2908)
41+
* Add a generic error page element for startup errors
42+
[\#2915](https://github.com/matrix-org/matrix-react-sdk/pull/2915)
43+
* Add strings for js-sdk autodiscovery errors
44+
[\#2916](https://github.com/matrix-org/matrix-react-sdk/pull/2916)
45+
* Focus the composer view on file upload
46+
[\#2914](https://github.com/matrix-org/matrix-react-sdk/pull/2914)
47+
* use medium agent for e2e tests
48+
[\#2911](https://github.com/matrix-org/matrix-react-sdk/pull/2911)
49+
* adjust prop in HeaderButton
50+
[\#2912](https://github.com/matrix-org/matrix-react-sdk/pull/2912)
51+
* Remove breadcrumb scroll tolerances and use sensible defaults
52+
[\#2913](https://github.com/matrix-org/matrix-react-sdk/pull/2913)
53+
* Fix having to click the member list button twice to show it after having
54+
changed room.
55+
[\#2906](https://github.com/matrix-org/matrix-react-sdk/pull/2906)
56+
* Add period to the end of upgrade notice
57+
[\#2909](https://github.com/matrix-org/matrix-react-sdk/pull/2909)
58+
* Remove duplicate space in credits
59+
[\#2889](https://github.com/matrix-org/matrix-react-sdk/pull/2889)
60+
* Handle M_UNSUPPORTED_ROOM_VERSION in invites and room creation
61+
[\#2905](https://github.com/matrix-org/matrix-react-sdk/pull/2905)
62+
* Re-enable E2E tests
63+
[\#2867](https://github.com/matrix-org/matrix-react-sdk/pull/2867)
64+
* Remove BottomLeftMenu and supporting bits
65+
[\#2903](https://github.com/matrix-org/matrix-react-sdk/pull/2903)
66+
* Fix for retina thumbnails being massive
67+
[\#2439](https://github.com/matrix-org/matrix-react-sdk/pull/2439)
68+
* Send breadcrumb updates only when they change
69+
[\#2894](https://github.com/matrix-org/matrix-react-sdk/pull/2894)
70+
* Add some tolerances to breadcrumb scrolling
71+
[\#2892](https://github.com/matrix-org/matrix-react-sdk/pull/2892)
72+
* Fix validation to avoid `undefined` class on fields
73+
[\#2902](https://github.com/matrix-org/matrix-react-sdk/pull/2902)
74+
* Always return a client from onRegistered
75+
[\#2895](https://github.com/matrix-org/matrix-react-sdk/pull/2895)
76+
* Fix room upgrade warnings popping up in upgraded rooms
77+
[\#2897](https://github.com/matrix-org/matrix-react-sdk/pull/2897)
78+
* Fix style lint errors & enable on CI
79+
[\#2901](https://github.com/matrix-org/matrix-react-sdk/pull/2901)
80+
* Add stylelint
81+
[\#2900](https://github.com/matrix-org/matrix-react-sdk/pull/2900)
82+
* Key backup: Handle case where your onw sig is invalid
83+
[\#2899](https://github.com/matrix-org/matrix-react-sdk/pull/2899)
84+
* Simplify settings dialog CSS
85+
[\#2891](https://github.com/matrix-org/matrix-react-sdk/pull/2891)
86+
* Fix upload cancel in e2e rooms
87+
[\#2893](https://github.com/matrix-org/matrix-react-sdk/pull/2893)
88+
* Set E2E room status to warning when crypto is disabled
89+
[\#2890](https://github.com/matrix-org/matrix-react-sdk/pull/2890)
90+
* Move SettingsDialog width override to fixedWidth
91+
[\#2888](https://github.com/matrix-org/matrix-react-sdk/pull/2888)
92+
* Prevent the permalink creator from causing cascading failure
93+
[\#2882](https://github.com/matrix-org/matrix-react-sdk/pull/2882)
94+
* Don't include all networks by default in the room directory
95+
[\#2881](https://github.com/matrix-org/matrix-react-sdk/pull/2881)
96+
* Fix fixed width dialogs
97+
[\#2886](https://github.com/matrix-org/matrix-react-sdk/pull/2886)
98+
* Fix settings dialog layout
99+
[\#2885](https://github.com/matrix-org/matrix-react-sdk/pull/2885)
100+
* Update from Weblate
101+
[\#2884](https://github.com/matrix-org/matrix-react-sdk/pull/2884)
102+
* Design tweaks to dialogs
103+
[\#2868](https://github.com/matrix-org/matrix-react-sdk/pull/2868)
104+
* Remove 'try the app' link from login
105+
[\#2880](https://github.com/matrix-org/matrix-react-sdk/pull/2880)
106+
* Track store failures after startup
107+
[\#2870](https://github.com/matrix-org/matrix-react-sdk/pull/2870)
108+
* Translate vertical scrolling to horizontal movement in breadcrumbs
109+
[\#2877](https://github.com/matrix-org/matrix-react-sdk/pull/2877)
110+
* Add telemetry for breadcrumbs and have the setting apply without refresh
111+
[\#2873](https://github.com/matrix-org/matrix-react-sdk/pull/2873)
112+
* Fix a few bugs introduced in file upload rework
113+
[\#2879](https://github.com/matrix-org/matrix-react-sdk/pull/2879)
114+
* Sync breadcrumb rooms through account data
115+
[\#2875](https://github.com/matrix-org/matrix-react-sdk/pull/2875)
116+
* Scroll breadcrumbs to the left when they change
117+
[\#2878](https://github.com/matrix-org/matrix-react-sdk/pull/2878)
118+
* Add an indicator to show a room is a direct chat in breadcrumbs
119+
[\#2874](https://github.com/matrix-org/matrix-react-sdk/pull/2874)
120+
* Use the most recent version of the room in breadcrumbs
121+
[\#2872](https://github.com/matrix-org/matrix-react-sdk/pull/2872)
122+
* Autohide the scrollbar on breadcrumbs
123+
[\#2876](https://github.com/matrix-org/matrix-react-sdk/pull/2876)
124+
* Ensure the page URL is redacted before tracking analytics events
125+
[\#2871](https://github.com/matrix-org/matrix-react-sdk/pull/2871)
126+
* fix NPE for rooms with redacted tombstones
127+
[\#2869](https://github.com/matrix-org/matrix-react-sdk/pull/2869)
128+
* Don't re-init the stickerpicker unless something actually changes
129+
[\#2862](https://github.com/matrix-org/matrix-react-sdk/pull/2862)
130+
* Add option to rotate images
131+
[\#2855](https://github.com/matrix-org/matrix-react-sdk/pull/2855)
132+
* Add badges to breadcrumb rooms
133+
[\#2861](https://github.com/matrix-org/matrix-react-sdk/pull/2861)
134+
* Include the current power level in the selector
135+
[\#2866](https://github.com/matrix-org/matrix-react-sdk/pull/2866)
136+
* Apply 50% opacity to left breadcrumbs
137+
[\#2860](https://github.com/matrix-org/matrix-react-sdk/pull/2860)
138+
* Small scroll fixes
139+
[\#2865](https://github.com/matrix-org/matrix-react-sdk/pull/2865)
140+
* Put the stickerpicker below dialogs
141+
[\#2863](https://github.com/matrix-org/matrix-react-sdk/pull/2863)
142+
* Logging tweaks
143+
[\#2864](https://github.com/matrix-org/matrix-react-sdk/pull/2864)
144+
* Implement redesigned upload confirmation screens
145+
[\#2858](https://github.com/matrix-org/matrix-react-sdk/pull/2858)
146+
* Use Field component in bug report dialog
147+
[\#2859](https://github.com/matrix-org/matrix-react-sdk/pull/2859)
148+
* Notify user when crypto data is missing
149+
[\#2841](https://github.com/matrix-org/matrix-react-sdk/pull/2841)
150+
* Update from Weblate
151+
[\#2857](https://github.com/matrix-org/matrix-react-sdk/pull/2857)
152+
* Download PDFs as blobs to avoid empty grey screens
153+
[\#2847](https://github.com/matrix-org/matrix-react-sdk/pull/2847)
154+
* Set title attribute on images in lightbox
155+
[\#2848](https://github.com/matrix-org/matrix-react-sdk/pull/2848)
156+
* Add MemberInfo for 3pid invites and support revoking those invites
157+
[\#2843](https://github.com/matrix-org/matrix-react-sdk/pull/2843)
158+
* round scrollTop upwards to prevent never detecting bottom
159+
[\#2846](https://github.com/matrix-org/matrix-react-sdk/pull/2846)
160+
* Notifier is how singleton is known outside of this module
161+
[\#2845](https://github.com/matrix-org/matrix-react-sdk/pull/2845)
162+
* Delay `Notifier` check until we have push rules
163+
[\#2844](https://github.com/matrix-org/matrix-react-sdk/pull/2844)
164+
* BACAT Scrolling
165+
[\#2842](https://github.com/matrix-org/matrix-react-sdk/pull/2842)
166+
* Handle storage fallback cases in consistency check
167+
[\#2840](https://github.com/matrix-org/matrix-react-sdk/pull/2840)
168+
* Handle all the segments of a v3 event ID
169+
[\#2827](https://github.com/matrix-org/matrix-react-sdk/pull/2827)
170+
* Add custom tooltips and scrolling to breadcrumbs
171+
[\#2839](https://github.com/matrix-org/matrix-react-sdk/pull/2839)
172+
* Check if the message panel is at the end of the timeline on init
173+
[\#2829](https://github.com/matrix-org/matrix-react-sdk/pull/2829)
174+
* Persist breadcrumb state between sessions
175+
[\#2837](https://github.com/matrix-org/matrix-react-sdk/pull/2837)
176+
* Always append the current room to the breadcrumbs
177+
[\#2838](https://github.com/matrix-org/matrix-react-sdk/pull/2838)
178+
* Alert the user to unread notifications in prior versions of rooms
179+
[\#2831](https://github.com/matrix-org/matrix-react-sdk/pull/2831)
180+
* Filter out upgraded rooms from autocomplete results
181+
[\#2830](https://github.com/matrix-org/matrix-react-sdk/pull/2830)
182+
1183
Changes in [1.0.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.7) (2019-04-08)
2184
===================================================================================================
3185
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.6...v1.0.7)

0 commit comments

Comments
 (0)