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

Commit a47f92c

Browse files
committed
Prepare changelog for v0.11.0-rc.1
1 parent b68b60c commit a47f92c

File tree

1 file changed

+247
-0
lines changed

1 file changed

+247
-0
lines changed

CHANGELOG.md

Lines changed: 247 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,250 @@
1+
Changes in [0.11.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.0-rc.1) (2017-11-10)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.7...v0.11.0-rc.1)
4+
5+
* Improve widget rendering on prop updates
6+
[\#1548](https://github.com/matrix-org/matrix-react-sdk/pull/1548)
7+
* Display group member profile (avatar/displayname) in ConfirmUserActionDialog
8+
[\#1595](https://github.com/matrix-org/matrix-react-sdk/pull/1595)
9+
* Don't crash if there isn't a room notif rule
10+
[\#1602](https://github.com/matrix-org/matrix-react-sdk/pull/1602)
11+
* Show group name in flair tooltip if one is set
12+
[\#1596](https://github.com/matrix-org/matrix-react-sdk/pull/1596)
13+
* Convert group avatar URL to HTTP before handing to BaseAvatar
14+
[\#1597](https://github.com/matrix-org/matrix-react-sdk/pull/1597)
15+
* Add group features as starting points for ILAG
16+
[\#1601](https://github.com/matrix-org/matrix-react-sdk/pull/1601)
17+
* Modify the group room visibility API to reflect the js-sdk changes
18+
[\#1598](https://github.com/matrix-org/matrix-react-sdk/pull/1598)
19+
* Update from Weblate.
20+
[\#1599](https://github.com/matrix-org/matrix-react-sdk/pull/1599)
21+
* Revert "UnknownDeviceDialog: get devices from SDK"
22+
[\#1594](https://github.com/matrix-org/matrix-react-sdk/pull/1594)
23+
* Order users in the group member list with admins first
24+
[\#1591](https://github.com/matrix-org/matrix-react-sdk/pull/1591)
25+
* Fetch group members after accepting an invite
26+
[\#1592](https://github.com/matrix-org/matrix-react-sdk/pull/1592)
27+
* Improve address picker for rooms
28+
[\#1589](https://github.com/matrix-org/matrix-react-sdk/pull/1589)
29+
* Fix FlairStore getPublicisedGroupsCached to give the correct, existing
30+
promise
31+
[\#1590](https://github.com/matrix-org/matrix-react-sdk/pull/1590)
32+
* Use the getProfileInfo API for group inviter profile
33+
[\#1585](https://github.com/matrix-org/matrix-react-sdk/pull/1585)
34+
* Add checkbox to GroupAddressPicker for determining visibility of group rooms
35+
[\#1587](https://github.com/matrix-org/matrix-react-sdk/pull/1587)
36+
* Alter group member api
37+
[\#1581](https://github.com/matrix-org/matrix-react-sdk/pull/1581)
38+
* Improve group creation UX
39+
[\#1580](https://github.com/matrix-org/matrix-react-sdk/pull/1580)
40+
* Disable RoomDetailList in GroupView when editing
41+
[\#1583](https://github.com/matrix-org/matrix-react-sdk/pull/1583)
42+
* Default to no read pins if there is no applicable account data
43+
[\#1586](https://github.com/matrix-org/matrix-react-sdk/pull/1586)
44+
* UnknownDeviceDialog: get devices from SDK
45+
[\#1584](https://github.com/matrix-org/matrix-react-sdk/pull/1584)
46+
* Add a small indicator for when a new event is pinned
47+
[\#1486](https://github.com/matrix-org/matrix-react-sdk/pull/1486)
48+
* Implement tooltip for group rooms
49+
[\#1582](https://github.com/matrix-org/matrix-react-sdk/pull/1582)
50+
* Room notifs in autocomplete & composer
51+
[\#1577](https://github.com/matrix-org/matrix-react-sdk/pull/1577)
52+
* Ignore img tags in HTML if src is not specified
53+
[\#1579](https://github.com/matrix-org/matrix-react-sdk/pull/1579)
54+
* Indicate admins in the group member list with a sheriff badge
55+
[\#1578](https://github.com/matrix-org/matrix-react-sdk/pull/1578)
56+
* Remember whether widget drawer was hidden per-room
57+
[\#1533](https://github.com/matrix-org/matrix-react-sdk/pull/1533)
58+
* Throw an error when trying to create a group store with falsey groupId
59+
[\#1576](https://github.com/matrix-org/matrix-react-sdk/pull/1576)
60+
* Fixes React warning
61+
[\#1571](https://github.com/matrix-org/matrix-react-sdk/pull/1571)
62+
* Fix Flair not appearing due to missing this._usersInFlight
63+
[\#1575](https://github.com/matrix-org/matrix-react-sdk/pull/1575)
64+
* Use, if possible, a room's canonical or first alias when viewing the …
65+
[\#1574](https://github.com/matrix-org/matrix-react-sdk/pull/1574)
66+
* Add CSS classes to group ID input in CreateGroupDialog
67+
[\#1573](https://github.com/matrix-org/matrix-react-sdk/pull/1573)
68+
* Give autocomplete providers the room they're in
69+
[\#1568](https://github.com/matrix-org/matrix-react-sdk/pull/1568)
70+
* Fix multiple pills on one line
71+
[\#1572](https://github.com/matrix-org/matrix-react-sdk/pull/1572)
72+
* Fix group invites such that they look similar to room invites
73+
[\#1570](https://github.com/matrix-org/matrix-react-sdk/pull/1570)
74+
* Add a GeminiScrollbar to Your Communities
75+
[\#1569](https://github.com/matrix-org/matrix-react-sdk/pull/1569)
76+
* Fix multiple requests for publicised groups of given user
77+
[\#1567](https://github.com/matrix-org/matrix-react-sdk/pull/1567)
78+
* Add toggle to alter visibility of a room-group association
79+
[\#1566](https://github.com/matrix-org/matrix-react-sdk/pull/1566)
80+
* Pillify room notifs in the timeline
81+
[\#1564](https://github.com/matrix-org/matrix-react-sdk/pull/1564)
82+
* Implement simple GroupRoomInfo
83+
[\#1563](https://github.com/matrix-org/matrix-react-sdk/pull/1563)
84+
* turn NPE on flair resolution errors into a logged error
85+
[\#1565](https://github.com/matrix-org/matrix-react-sdk/pull/1565)
86+
* Less translation in parts
87+
[\#1484](https://github.com/matrix-org/matrix-react-sdk/pull/1484)
88+
* Redact group IDs from analytics
89+
[\#1562](https://github.com/matrix-org/matrix-react-sdk/pull/1562)
90+
* Display whether the group summary/room list is loading
91+
[\#1560](https://github.com/matrix-org/matrix-react-sdk/pull/1560)
92+
* Change client-side validation of group IDs to match synapse
93+
[\#1558](https://github.com/matrix-org/matrix-react-sdk/pull/1558)
94+
* Prevent non-members from opening group settings
95+
[\#1559](https://github.com/matrix-org/matrix-react-sdk/pull/1559)
96+
* Alter UI for disinviting a group member
97+
[\#1556](https://github.com/matrix-org/matrix-react-sdk/pull/1556)
98+
* Only show admin tools to privileged users
99+
[\#1555](https://github.com/matrix-org/matrix-react-sdk/pull/1555)
100+
* Try lowercase username on login
101+
[\#1550](https://github.com/matrix-org/matrix-react-sdk/pull/1550)
102+
* Don't refresh page on password change prompt
103+
[\#1554](https://github.com/matrix-org/matrix-react-sdk/pull/1554)
104+
* Fix initial in GroupAvatar in GroupView
105+
[\#1553](https://github.com/matrix-org/matrix-react-sdk/pull/1553)
106+
* Use "crop" method to scale group avatars in MyGroups
107+
[\#1549](https://github.com/matrix-org/matrix-react-sdk/pull/1549)
108+
* Lowercase all usernames
109+
[\#1547](https://github.com/matrix-org/matrix-react-sdk/pull/1547)
110+
* Add sensible missing entry generator for MELS tests
111+
[\#1546](https://github.com/matrix-org/matrix-react-sdk/pull/1546)
112+
* Fix prompt to re-use chat room
113+
[\#1545](https://github.com/matrix-org/matrix-react-sdk/pull/1545)
114+
* Add unregiseterListener to GroupStore
115+
[\#1544](https://github.com/matrix-org/matrix-react-sdk/pull/1544)
116+
* Fix groups invited users err for non members
117+
[\#1543](https://github.com/matrix-org/matrix-react-sdk/pull/1543)
118+
* Add Mention button to MemberInfo
119+
[\#1532](https://github.com/matrix-org/matrix-react-sdk/pull/1532)
120+
* Only show group settings cog to members
121+
[\#1541](https://github.com/matrix-org/matrix-react-sdk/pull/1541)
122+
* Use correct icon for group room deletion and make themeable
123+
[\#1540](https://github.com/matrix-org/matrix-react-sdk/pull/1540)
124+
* Add invite button to MemberInfo if user has left or wasn't in room
125+
[\#1534](https://github.com/matrix-org/matrix-react-sdk/pull/1534)
126+
* Add option to mirror local video feed
127+
[\#1539](https://github.com/matrix-org/matrix-react-sdk/pull/1539)
128+
* Use the correct userId when displaying who redacted a message
129+
[\#1538](https://github.com/matrix-org/matrix-react-sdk/pull/1538)
130+
* Only show editing UI for aliases/related_groups for users /w power
131+
[\#1529](https://github.com/matrix-org/matrix-react-sdk/pull/1529)
132+
* Swap from `ui_opacity` to `panel_disabled`
133+
[\#1535](https://github.com/matrix-org/matrix-react-sdk/pull/1535)
134+
* Fix room address picker tiles default name
135+
[\#1536](https://github.com/matrix-org/matrix-react-sdk/pull/1536)
136+
* T3chguy/hide level change on 50
137+
[\#1531](https://github.com/matrix-org/matrix-react-sdk/pull/1531)
138+
* fix missing date sep caused by hidden event at start of day
139+
[\#1537](https://github.com/matrix-org/matrix-react-sdk/pull/1537)
140+
* Add a delete confirmation dialog for widgets
141+
[\#1520](https://github.com/matrix-org/matrix-react-sdk/pull/1520)
142+
* When dispatching view_[my_]group[s], reset RoomViewStore
143+
[\#1530](https://github.com/matrix-org/matrix-react-sdk/pull/1530)
144+
* Prevent editing of UI requiring user privilege if user unprivileged
145+
[\#1528](https://github.com/matrix-org/matrix-react-sdk/pull/1528)
146+
* Use the correct property of the API room objects
147+
[\#1526](https://github.com/matrix-org/matrix-react-sdk/pull/1526)
148+
* Don't include the |other in the translation value
149+
[\#1527](https://github.com/matrix-org/matrix-react-sdk/pull/1527)
150+
* Re-run gen-i18n after fixing https://github.com/matrix-org/matrix-react-
151+
sdk/pull/1521
152+
[\#1525](https://github.com/matrix-org/matrix-react-sdk/pull/1525)
153+
* Fix some react warnings in GroupMemberList
154+
[\#1522](https://github.com/matrix-org/matrix-react-sdk/pull/1522)
155+
* Fix bug with gen-i18n/js when adding new plurals
156+
[\#1521](https://github.com/matrix-org/matrix-react-sdk/pull/1521)
157+
* Make GroupStoreCache global for cross-package access
158+
[\#1524](https://github.com/matrix-org/matrix-react-sdk/pull/1524)
159+
* Add fields needed by RoomDetailList to groupRoomFromApiObject
160+
[\#1523](https://github.com/matrix-org/matrix-react-sdk/pull/1523)
161+
* Only show flair for groups with avatars set
162+
[\#1519](https://github.com/matrix-org/matrix-react-sdk/pull/1519)
163+
* Refresh group member lists after inviting users
164+
[\#1518](https://github.com/matrix-org/matrix-react-sdk/pull/1518)
165+
* Invalidate the user's public groups cache when changing group publicity
166+
[\#1517](https://github.com/matrix-org/matrix-react-sdk/pull/1517)
167+
* Make the gen-i18n script validate _t calls
168+
[\#1515](https://github.com/matrix-org/matrix-react-sdk/pull/1515)
169+
* Add placeholder to MyGroups page, adjust CSS classes
170+
[\#1514](https://github.com/matrix-org/matrix-react-sdk/pull/1514)
171+
* Rxl881/parallelshell
172+
[\#1338](https://github.com/matrix-org/matrix-react-sdk/pull/1338)
173+
* Run prunei18n
174+
[\#1513](https://github.com/matrix-org/matrix-react-sdk/pull/1513)
175+
* Update from Weblate.
176+
[\#1512](https://github.com/matrix-org/matrix-react-sdk/pull/1512)
177+
* Add script to prune unused translations
178+
[\#1502](https://github.com/matrix-org/matrix-react-sdk/pull/1502)
179+
* Fix creation of DM rooms
180+
[\#1510](https://github.com/matrix-org/matrix-react-sdk/pull/1510)
181+
* Group create dialog: only enter localpart
182+
[\#1507](https://github.com/matrix-org/matrix-react-sdk/pull/1507)
183+
* Improve MyGroups UI
184+
[\#1509](https://github.com/matrix-org/matrix-react-sdk/pull/1509)
185+
* Use object URLs to load Files in to images
186+
[\#1508](https://github.com/matrix-org/matrix-react-sdk/pull/1508)
187+
* Add clientside error for non-alphanumeric group ID
188+
[\#1506](https://github.com/matrix-org/matrix-react-sdk/pull/1506)
189+
* Fix invites to groups without names
190+
[\#1505](https://github.com/matrix-org/matrix-react-sdk/pull/1505)
191+
* Add warning when adding group rooms/users
192+
[\#1504](https://github.com/matrix-org/matrix-react-sdk/pull/1504)
193+
* More Groups->Communities
194+
[\#1503](https://github.com/matrix-org/matrix-react-sdk/pull/1503)
195+
* Groups -> Communities
196+
[\#1501](https://github.com/matrix-org/matrix-react-sdk/pull/1501)
197+
* Factor out Flair cache into FlairStore
198+
[\#1500](https://github.com/matrix-org/matrix-react-sdk/pull/1500)
199+
* Add i18n script to package.json
200+
[\#1499](https://github.com/matrix-org/matrix-react-sdk/pull/1499)
201+
* Make gen-i18n support 'HTML'
202+
[\#1498](https://github.com/matrix-org/matrix-react-sdk/pull/1498)
203+
* fix editing visuals on groupview header
204+
[\#1497](https://github.com/matrix-org/matrix-react-sdk/pull/1497)
205+
* Script to generate the translations base file
206+
[\#1493](https://github.com/matrix-org/matrix-react-sdk/pull/1493)
207+
* Update from Weblate.
208+
[\#1495](https://github.com/matrix-org/matrix-react-sdk/pull/1495)
209+
* Attempt to relate a group to a room when adding it
210+
[\#1494](https://github.com/matrix-org/matrix-react-sdk/pull/1494)
211+
* Shuffle GroupView UI
212+
[\#1490](https://github.com/matrix-org/matrix-react-sdk/pull/1490)
213+
* Fix bug preventing partial group profile
214+
[\#1491](https://github.com/matrix-org/matrix-react-sdk/pull/1491)
215+
* Don't show room IDs when picking rooms
216+
[\#1492](https://github.com/matrix-org/matrix-react-sdk/pull/1492)
217+
* Only show invited section if there are invited group members
218+
[\#1489](https://github.com/matrix-org/matrix-react-sdk/pull/1489)
219+
* Show "Invited" section in the user list
220+
[\#1488](https://github.com/matrix-org/matrix-react-sdk/pull/1488)
221+
* Refactor class names for an entity tile being hovered over
222+
[\#1487](https://github.com/matrix-org/matrix-react-sdk/pull/1487)
223+
* Modify GroupView UI
224+
[\#1475](https://github.com/matrix-org/matrix-react-sdk/pull/1475)
225+
* Message/event pinning
226+
[\#1439](https://github.com/matrix-org/matrix-react-sdk/pull/1439)
227+
* Remove duplicate declaration that breaks the build
228+
[\#1483](https://github.com/matrix-org/matrix-react-sdk/pull/1483)
229+
* Include magnet scheme in sanitize HTML params
230+
[\#1301](https://github.com/matrix-org/matrix-react-sdk/pull/1301)
231+
* Add a way to jump to a user's Read Receipt from MemberInfo
232+
[\#1454](https://github.com/matrix-org/matrix-react-sdk/pull/1454)
233+
* Use standard subsitution syntax in _tJsx
234+
[\#1462](https://github.com/matrix-org/matrix-react-sdk/pull/1462)
235+
* Don't suggest grey as a color scheme for a room
236+
[\#1442](https://github.com/matrix-org/matrix-react-sdk/pull/1442)
237+
* allow hiding of notification body for privacy reasons
238+
[\#1362](https://github.com/matrix-org/matrix-react-sdk/pull/1362)
239+
* Suggest to invite people when speaking in an empty room
240+
[\#1466](https://github.com/matrix-org/matrix-react-sdk/pull/1466)
241+
* Buttons to remove room/self avatar
242+
[\#1478](https://github.com/matrix-org/matrix-react-sdk/pull/1478)
243+
* T3chguy/fix memberlist
244+
[\#1480](https://github.com/matrix-org/matrix-react-sdk/pull/1480)
245+
* add option to disable BigEmoji
246+
[\#1481](https://github.com/matrix-org/matrix-react-sdk/pull/1481)
247+
1248
Changes in [0.10.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.7) (2017-10-16)
2249
=====================================================================================================
3250
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.7-rc.3...v0.10.7)

0 commit comments

Comments
 (0)