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

Commit 5fe48e4

Browse files
committed
Prepare changelog for v0.10.7-rc.1
1 parent 289fc23 commit 5fe48e4

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed

CHANGELOG.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,136 @@
1+
Changes in [0.10.7-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.7-rc.1) (2017-10-13)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.6...v0.10.7-rc.1)
4+
5+
* Add warm fuzzy dialog for inviting users to a group
6+
[\#1459](https://github.com/matrix-org/matrix-react-sdk/pull/1459)
7+
* enable/disable features in config.json
8+
[\#1468](https://github.com/matrix-org/matrix-react-sdk/pull/1468)
9+
* Update from Weblate.
10+
[\#1469](https://github.com/matrix-org/matrix-react-sdk/pull/1469)
11+
* Don't send RR or RM when peeking at a room
12+
[\#1463](https://github.com/matrix-org/matrix-react-sdk/pull/1463)
13+
* Fix bug that inserted emoji when typing
14+
[\#1467](https://github.com/matrix-org/matrix-react-sdk/pull/1467)
15+
* Ignore VS16 char in RTE
16+
[\#1458](https://github.com/matrix-org/matrix-react-sdk/pull/1458)
17+
* Show failures when sending messages
18+
[\#1460](https://github.com/matrix-org/matrix-react-sdk/pull/1460)
19+
* Run eslint --fix
20+
[\#1461](https://github.com/matrix-org/matrix-react-sdk/pull/1461)
21+
* Show who banned the user on hover
22+
[\#1441](https://github.com/matrix-org/matrix-react-sdk/pull/1441)
23+
* Enhancements to room power level settings
24+
[\#1440](https://github.com/matrix-org/matrix-react-sdk/pull/1440)
25+
* Added TextInputWithCheckbox dialog
26+
[\#868](https://github.com/matrix-org/matrix-react-sdk/pull/868)
27+
* Make it clearer which HS you're logging into
28+
[\#1456](https://github.com/matrix-org/matrix-react-sdk/pull/1456)
29+
* Remove redundant stale onKeyDown
30+
[\#1451](https://github.com/matrix-org/matrix-react-sdk/pull/1451)
31+
* Only allow event state event handlers on state events
32+
[\#1453](https://github.com/matrix-org/matrix-react-sdk/pull/1453)
33+
* Modify the group store to include group rooms
34+
[\#1452](https://github.com/matrix-org/matrix-react-sdk/pull/1452)
35+
* Factor-out GroupStore and create GroupStoreCache
36+
[\#1449](https://github.com/matrix-org/matrix-react-sdk/pull/1449)
37+
* Put related groups UI behind groups labs flag
38+
[\#1448](https://github.com/matrix-org/matrix-react-sdk/pull/1448)
39+
* Restrict Flair in the timeline to related groups of the room
40+
[\#1447](https://github.com/matrix-org/matrix-react-sdk/pull/1447)
41+
* Implement UI for editing related groups of a room
42+
[\#1446](https://github.com/matrix-org/matrix-react-sdk/pull/1446)
43+
* Fix a couple of bugs with EditableItemList
44+
[\#1445](https://github.com/matrix-org/matrix-react-sdk/pull/1445)
45+
* Factor out EditableItemList from AliasSettings
46+
[\#1444](https://github.com/matrix-org/matrix-react-sdk/pull/1444)
47+
* Add dummy translation function to mark translatable strings
48+
[\#1421](https://github.com/matrix-org/matrix-react-sdk/pull/1421)
49+
* Implement button to remove a room from a group
50+
[\#1438](https://github.com/matrix-org/matrix-react-sdk/pull/1438)
51+
* Fix showing 3pid invites in member list
52+
[\#1443](https://github.com/matrix-org/matrix-react-sdk/pull/1443)
53+
* Add button to get to MyGroups (view_my_groups or path #/groups)
54+
[\#1435](https://github.com/matrix-org/matrix-react-sdk/pull/1435)
55+
* Add eslint rule to disallow spaces inside of curly braces
56+
[\#1436](https://github.com/matrix-org/matrix-react-sdk/pull/1436)
57+
* Fix ability to invite existing mx users
58+
[\#1437](https://github.com/matrix-org/matrix-react-sdk/pull/1437)
59+
* Construct address picker message using provided `validAddressTypes`
60+
[\#1434](https://github.com/matrix-org/matrix-react-sdk/pull/1434)
61+
* Fix GroupView summary rooms displaying without avatars
62+
[\#1433](https://github.com/matrix-org/matrix-react-sdk/pull/1433)
63+
* Implement adding rooms to a group (or group summary) by room ID
64+
[\#1432](https://github.com/matrix-org/matrix-react-sdk/pull/1432)
65+
* Give flair avatars a tooltip = the group ID
66+
[\#1431](https://github.com/matrix-org/matrix-react-sdk/pull/1431)
67+
* Fix ability to feature self in a group summary
68+
[\#1430](https://github.com/matrix-org/matrix-react-sdk/pull/1430)
69+
* Implement "Add room to group" feature
70+
[\#1429](https://github.com/matrix-org/matrix-react-sdk/pull/1429)
71+
* Fix group membership publicity
72+
[\#1428](https://github.com/matrix-org/matrix-react-sdk/pull/1428)
73+
* Add support for Jitsi screensharing in electron app
74+
[\#1355](https://github.com/matrix-org/matrix-react-sdk/pull/1355)
75+
* Delint and DRY TextForEvent
76+
[\#1424](https://github.com/matrix-org/matrix-react-sdk/pull/1424)
77+
* Bust the flair caches after 30mins
78+
[\#1427](https://github.com/matrix-org/matrix-react-sdk/pull/1427)
79+
* Show displayname / avatar in group member info
80+
[\#1426](https://github.com/matrix-org/matrix-react-sdk/pull/1426)
81+
* Create GroupSummaryStore for storing group summary stuff
82+
[\#1418](https://github.com/matrix-org/matrix-react-sdk/pull/1418)
83+
* Add status & toggle for publicity
84+
[\#1419](https://github.com/matrix-org/matrix-react-sdk/pull/1419)
85+
* MemberList: show 100 more on overflow tile click
86+
[\#1417](https://github.com/matrix-org/matrix-react-sdk/pull/1417)
87+
* Fix NPE in MemberList
88+
[\#1425](https://github.com/matrix-org/matrix-react-sdk/pull/1425)
89+
* Fix incorrect variable in string
90+
[\#1422](https://github.com/matrix-org/matrix-react-sdk/pull/1422)
91+
* apply i18n _t to string which has already been translated
92+
[\#1420](https://github.com/matrix-org/matrix-react-sdk/pull/1420)
93+
* Make the invite section a truncatedlist too
94+
[\#1416](https://github.com/matrix-org/matrix-react-sdk/pull/1416)
95+
* Implement removal function of features users/rooms
96+
[\#1415](https://github.com/matrix-org/matrix-react-sdk/pull/1415)
97+
* Allow TruncatedList to get children via a callback
98+
[\#1412](https://github.com/matrix-org/matrix-react-sdk/pull/1412)
99+
* Experimental: Lazy load user autocomplete entries
100+
[\#1413](https://github.com/matrix-org/matrix-react-sdk/pull/1413)
101+
* Show displayname & avatar url in group member list
102+
[\#1414](https://github.com/matrix-org/matrix-react-sdk/pull/1414)
103+
* De-lint TruncatedList
104+
[\#1411](https://github.com/matrix-org/matrix-react-sdk/pull/1411)
105+
* Remove unneeded strings
106+
[\#1409](https://github.com/matrix-org/matrix-react-sdk/pull/1409)
107+
* Clean on prerelease
108+
[\#1410](https://github.com/matrix-org/matrix-react-sdk/pull/1410)
109+
* Redesign membership section in GroupView
110+
[\#1408](https://github.com/matrix-org/matrix-react-sdk/pull/1408)
111+
* Implement adding rooms to the group summary
112+
[\#1406](https://github.com/matrix-org/matrix-react-sdk/pull/1406)
113+
* Honour the is_privileged flag in GroupView
114+
[\#1407](https://github.com/matrix-org/matrix-react-sdk/pull/1407)
115+
* Update when a group arrives
116+
[\#1405](https://github.com/matrix-org/matrix-react-sdk/pull/1405)
117+
* Implement `view_group` dispatch when clicking flair
118+
[\#1404](https://github.com/matrix-org/matrix-react-sdk/pull/1404)
119+
* GroupView: Add a User
120+
[\#1402](https://github.com/matrix-org/matrix-react-sdk/pull/1402)
121+
* Track action button click event
122+
[\#1403](https://github.com/matrix-org/matrix-react-sdk/pull/1403)
123+
* Separate sender profile into elements with classes
124+
[\#1401](https://github.com/matrix-org/matrix-react-sdk/pull/1401)
125+
* Fix ugly integration button, use hover to show error
126+
[\#1399](https://github.com/matrix-org/matrix-react-sdk/pull/1399)
127+
* Fix promise error in flair
128+
[\#1400](https://github.com/matrix-org/matrix-react-sdk/pull/1400)
129+
* Flair!
130+
[\#1351](https://github.com/matrix-org/matrix-react-sdk/pull/1351)
131+
* Group Membership UI
132+
[\#1328](https://github.com/matrix-org/matrix-react-sdk/pull/1328)
133+
1134
Changes in [0.10.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.6) (2017-09-21)
2135
=====================================================================================================
3136
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.5...v0.10.6)

0 commit comments

Comments
 (0)