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

Commit 85f81e8

Browse files
committed
Prepare changelog for v0.12.0-rc.1
1 parent 2c81588 commit 85f81e8

File tree

1 file changed

+335
-0
lines changed

1 file changed

+335
-0
lines changed

CHANGELOG.md

Lines changed: 335 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,338 @@
1+
Changes in [0.12.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.1) (2018-03-19)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.4...v0.12.0-rc.1)
4+
5+
* Remove the message on migrating crypto data
6+
[\#1803](https://github.com/matrix-org/matrix-react-sdk/pull/1803)
7+
* Update from Weblate.
8+
[\#1804](https://github.com/matrix-org/matrix-react-sdk/pull/1804)
9+
* Improve room list performance when receiving messages
10+
[\#1801](https://github.com/matrix-org/matrix-react-sdk/pull/1801)
11+
* Add change delay warning in GroupView settings
12+
[\#1802](https://github.com/matrix-org/matrix-react-sdk/pull/1802)
13+
* Only use `dangerouslySetInnerHTML` for HTML messages
14+
[\#1799](https://github.com/matrix-org/matrix-react-sdk/pull/1799)
15+
* Limit group requests to 3 at once
16+
[\#1798](https://github.com/matrix-org/matrix-react-sdk/pull/1798)
17+
* Show GroupMemberList after inviting a group member
18+
[\#1796](https://github.com/matrix-org/matrix-react-sdk/pull/1796)
19+
* Fix syntax fail
20+
[\#1794](https://github.com/matrix-org/matrix-react-sdk/pull/1794)
21+
* Use TintableSvg for TagPanel clear filter button
22+
[\#1793](https://github.com/matrix-org/matrix-react-sdk/pull/1793)
23+
* Fix missing space between "...is a" and user ID
24+
[\#1792](https://github.com/matrix-org/matrix-react-sdk/pull/1792)
25+
* E2E "fudge-button"
26+
[\#1791](https://github.com/matrix-org/matrix-react-sdk/pull/1791)
27+
* Remove spurious console.trace
28+
[\#1790](https://github.com/matrix-org/matrix-react-sdk/pull/1790)
29+
* Don't reset the presence timer on every dispatch
30+
[\#1789](https://github.com/matrix-org/matrix-react-sdk/pull/1789)
31+
* Potentially fix a memory leak in FlairStore
32+
[\#1788](https://github.com/matrix-org/matrix-react-sdk/pull/1788)
33+
* Implement transparent RoomTile for use in some places
34+
[\#1785](https://github.com/matrix-org/matrix-react-sdk/pull/1785)
35+
* Fix varying default group avatar colour for given group
36+
[\#1784](https://github.com/matrix-org/matrix-react-sdk/pull/1784)
37+
* Fix bug where avatar change not reflected in LLP
38+
[\#1783](https://github.com/matrix-org/matrix-react-sdk/pull/1783)
39+
* Workaround for atlassian/react-beautiful-dnd#273
40+
[\#1782](https://github.com/matrix-org/matrix-react-sdk/pull/1782)
41+
* Add setting to disable TagPanel
42+
[\#1781](https://github.com/matrix-org/matrix-react-sdk/pull/1781)
43+
* [DO NOT MERGE] Tests proven to fail
44+
[\#1780](https://github.com/matrix-org/matrix-react-sdk/pull/1780)
45+
* Fix room power level settings
46+
[\#1779](https://github.com/matrix-org/matrix-react-sdk/pull/1779)
47+
* fix shouldHideEvent saying an event is a leave/join when a profile ch…
48+
[\#1769](https://github.com/matrix-org/matrix-react-sdk/pull/1769)
49+
* Add "Did you know:..." microcopy to groups view
50+
[\#1777](https://github.com/matrix-org/matrix-react-sdk/pull/1777)
51+
* Give emptySubListTip a container for correct bg colour
52+
[\#1753](https://github.com/matrix-org/matrix-react-sdk/pull/1753)
53+
* Do proper null-checks on decypted events to fix NPEs
54+
[\#1776](https://github.com/matrix-org/matrix-react-sdk/pull/1776)
55+
* Reorder the RoomListStore lists on Event.decrypted
56+
[\#1775](https://github.com/matrix-org/matrix-react-sdk/pull/1775)
57+
* Fix bug where global "Never send to unverified..." is ignored
58+
[\#1772](https://github.com/matrix-org/matrix-react-sdk/pull/1772)
59+
* Fix bug that prevented tint updates
60+
[\#1767](https://github.com/matrix-org/matrix-react-sdk/pull/1767)
61+
* Fix group member spinner being out of flex order
62+
[\#1765](https://github.com/matrix-org/matrix-react-sdk/pull/1765)
63+
* Allow widget iframes to request camera and microphone permissions.
64+
[\#1766](https://github.com/matrix-org/matrix-react-sdk/pull/1766)
65+
* Change icon from "R" to "X"
66+
[\#1764](https://github.com/matrix-org/matrix-react-sdk/pull/1764)
67+
* Regenerate room lists on Room event
68+
[\#1762](https://github.com/matrix-org/matrix-react-sdk/pull/1762)
69+
* Fix DMs being marked as with the current user ("me")
70+
[\#1761](https://github.com/matrix-org/matrix-react-sdk/pull/1761)
71+
* Make RoomListStore aware of Room.timeline events
72+
[\#1756](https://github.com/matrix-org/matrix-react-sdk/pull/1756)
73+
* improve origin check of ScalarMessaging postmessage API.
74+
[\#1760](https://github.com/matrix-org/matrix-react-sdk/pull/1760)
75+
* Implement global filter to deselect all tags
76+
[\#1759](https://github.com/matrix-org/matrix-react-sdk/pull/1759)
77+
* Don't show empty custom tags when filtering tags
78+
[\#1758](https://github.com/matrix-org/matrix-react-sdk/pull/1758)
79+
* Do not assume that tags have been removed
80+
[\#1757](https://github.com/matrix-org/matrix-react-sdk/pull/1757)
81+
* Change CSS class for message panel spinner
82+
[\#1747](https://github.com/matrix-org/matrix-react-sdk/pull/1747)
83+
* Remove RoomListStore listener
84+
[\#1752](https://github.com/matrix-org/matrix-react-sdk/pull/1752)
85+
* Implement GroupTile avatar dragging to TagPanel
86+
[\#1751](https://github.com/matrix-org/matrix-react-sdk/pull/1751)
87+
* Fix custom tags not being ordered manually
88+
[\#1750](https://github.com/matrix-org/matrix-react-sdk/pull/1750)
89+
* Store component state for editors
90+
[\#1746](https://github.com/matrix-org/matrix-react-sdk/pull/1746)
91+
* Give the login page its spinner back
92+
[\#1745](https://github.com/matrix-org/matrix-react-sdk/pull/1745)
93+
* Add context menu to TagTile
94+
[\#1743](https://github.com/matrix-org/matrix-react-sdk/pull/1743)
95+
* If a tag is unrecognised, assume manual ordering
96+
[\#1748](https://github.com/matrix-org/matrix-react-sdk/pull/1748)
97+
* Move RoomList state to RoomListStore
98+
[\#1719](https://github.com/matrix-org/matrix-react-sdk/pull/1719)
99+
* Move groups button to TagPanel
100+
[\#1744](https://github.com/matrix-org/matrix-react-sdk/pull/1744)
101+
* Add seconds to timestamp on hover
102+
[\#1738](https://github.com/matrix-org/matrix-react-sdk/pull/1738)
103+
* Do not truncate autocompleted users in composer
104+
[\#1739](https://github.com/matrix-org/matrix-react-sdk/pull/1739)
105+
* RoomView: guard against unmounting during peeking
106+
[\#1737](https://github.com/matrix-org/matrix-react-sdk/pull/1737)
107+
* Fix HS/IS URL reset when switching to Registration
108+
[\#1736](https://github.com/matrix-org/matrix-react-sdk/pull/1736)
109+
* Fix the reject/accept call buttons in canary (mk2)
110+
[\#1734](https://github.com/matrix-org/matrix-react-sdk/pull/1734)
111+
* Make ratelimitedfunc time from the function's end
112+
[\#1731](https://github.com/matrix-org/matrix-react-sdk/pull/1731)
113+
* Give dialogs a matrixClient context
114+
[\#1735](https://github.com/matrix-org/matrix-react-sdk/pull/1735)
115+
* Fix key bindings in address picker dialog
116+
[\#1732](https://github.com/matrix-org/matrix-react-sdk/pull/1732)
117+
* Try upgrading eslint-plugin-react
118+
[\#1712](https://github.com/matrix-org/matrix-react-sdk/pull/1712)
119+
* Fix display name change text
120+
[\#1730](https://github.com/matrix-org/matrix-react-sdk/pull/1730)
121+
* Persist contentState when sending SlashCommand via MessageComposerInput
122+
[\#1721](https://github.com/matrix-org/matrix-react-sdk/pull/1721)
123+
* This is actually MFileBody not MImageBody, change classname
124+
[\#1726](https://github.com/matrix-org/matrix-react-sdk/pull/1726)
125+
* Use invite_3pid prop of createRoom instead of manual invite after create
126+
[\#1717](https://github.com/matrix-org/matrix-react-sdk/pull/1717)
127+
* guard against m.room.aliases events with no keys (redaction?)
128+
[\#1729](https://github.com/matrix-org/matrix-react-sdk/pull/1729)
129+
* Fix not showing Invited section if all invites are 3PID
130+
[\#1718](https://github.com/matrix-org/matrix-react-sdk/pull/1718)
131+
* Fix Rich Replies on files
132+
[\#1720](https://github.com/matrix-org/matrix-react-sdk/pull/1720)
133+
* Update from Weblate.
134+
[\#1728](https://github.com/matrix-org/matrix-react-sdk/pull/1728)
135+
* Null guard against falsey (non-null) props.node, to make react happy
136+
[\#1724](https://github.com/matrix-org/matrix-react-sdk/pull/1724)
137+
* Use correct condition for getting account data after first sync
138+
[\#1722](https://github.com/matrix-org/matrix-react-sdk/pull/1722)
139+
* Fix order calculation logic when reordering a room
140+
[\#1725](https://github.com/matrix-org/matrix-react-sdk/pull/1725)
141+
* Linear Rich Quoting
142+
[\#1715](https://github.com/matrix-org/matrix-react-sdk/pull/1715)
143+
* Fix CreateGroupDialog issues
144+
[\#1714](https://github.com/matrix-org/matrix-react-sdk/pull/1714)
145+
* Show a warning if the user attempts to leave a room that is invite only
146+
[\#1713](https://github.com/matrix-org/matrix-react-sdk/pull/1713)
147+
* Swap RoomList to react-beautiful-dnd
148+
[\#1711](https://github.com/matrix-org/matrix-react-sdk/pull/1711)
149+
* don't pass back {} when we have no `org.matrix.room.color_scheme`
150+
[\#1710](https://github.com/matrix-org/matrix-react-sdk/pull/1710)
151+
* Don't paginate whilst decrypting events
152+
[\#1700](https://github.com/matrix-org/matrix-react-sdk/pull/1700)
153+
* Fall back for missing i18n plurals
154+
[\#1699](https://github.com/matrix-org/matrix-react-sdk/pull/1699)
155+
* Fix group store redundant requests
156+
[\#1709](https://github.com/matrix-org/matrix-react-sdk/pull/1709)
157+
* Ignore remote echos caused by this client
158+
[\#1708](https://github.com/matrix-org/matrix-react-sdk/pull/1708)
159+
* Replace TagPanel react-dnd with react-beautiful-dnd
160+
[\#1705](https://github.com/matrix-org/matrix-react-sdk/pull/1705)
161+
* Only set selected tags state when updating rooms
162+
[\#1704](https://github.com/matrix-org/matrix-react-sdk/pull/1704)
163+
* Add formatFullDateNoTime to DateUtils and stop passing 12/24h to DateSep
164+
[\#1702](https://github.com/matrix-org/matrix-react-sdk/pull/1702)
165+
* Fix autofocus on QuestionDialog
166+
[\#1698](https://github.com/matrix-org/matrix-react-sdk/pull/1698)
167+
* Iterative fixes on Rich Quoting
168+
[\#1697](https://github.com/matrix-org/matrix-react-sdk/pull/1697)
169+
* Fix missing negation
170+
[\#1696](https://github.com/matrix-org/matrix-react-sdk/pull/1696)
171+
* Add Analytics Info and add Piwik to SdkConfig.DEFAULTS
172+
[\#1625](https://github.com/matrix-org/matrix-react-sdk/pull/1625)
173+
* Attempt to re-register for a scalar token if ours is invalid
174+
[\#1668](https://github.com/matrix-org/matrix-react-sdk/pull/1668)
175+
* Normalise dialogs
176+
[\#1674](https://github.com/matrix-org/matrix-react-sdk/pull/1674)
177+
* Add 'send without verifying' to status bar
178+
[\#1695](https://github.com/matrix-org/matrix-react-sdk/pull/1695)
179+
* Implement Rich Quoting/Replies
180+
[\#1660](https://github.com/matrix-org/matrix-react-sdk/pull/1660)
181+
* Revert "MD-escape URLs/alises/user IDs prior to parsing markdown"
182+
[\#1694](https://github.com/matrix-org/matrix-react-sdk/pull/1694)
183+
* Cache isConfCallRoom
184+
[\#1693](https://github.com/matrix-org/matrix-react-sdk/pull/1693)
185+
* Improve performance of tag panel selection (when tags are selected)
186+
[\#1687](https://github.com/matrix-org/matrix-react-sdk/pull/1687)
187+
* Hide status bar on visible->hidden transition
188+
[\#1680](https://github.com/matrix-org/matrix-react-sdk/pull/1680)
189+
* [revived] Singularise unsent message prompt, if applicable
190+
[\#1692](https://github.com/matrix-org/matrix-react-sdk/pull/1692)
191+
* small refactor && warn on self-demotion
192+
[\#1683](https://github.com/matrix-org/matrix-react-sdk/pull/1683)
193+
* Remove use of deprecated React.PropTypes
194+
[\#1677](https://github.com/matrix-org/matrix-react-sdk/pull/1677)
195+
* only save RelatedGroupSettings if it was modified. Otherwise perms issue
196+
[\#1691](https://github.com/matrix-org/matrix-react-sdk/pull/1691)
197+
* Fix a couple more issues with granular settings
198+
[\#1675](https://github.com/matrix-org/matrix-react-sdk/pull/1675)
199+
* Allow argument to op slashcommand to be negative as PLs can be -ve
200+
[\#1673](https://github.com/matrix-org/matrix-react-sdk/pull/1673)
201+
* Update from Weblate.
202+
[\#1645](https://github.com/matrix-org/matrix-react-sdk/pull/1645)
203+
* make RoomDetailRow reusable for the Room Directory
204+
[\#1624](https://github.com/matrix-org/matrix-react-sdk/pull/1624)
205+
* Prefetch group data for all joined groups when RoomList mounts
206+
[\#1686](https://github.com/matrix-org/matrix-react-sdk/pull/1686)
207+
* Remove unused selectedRoom prop
208+
[\#1690](https://github.com/matrix-org/matrix-react-sdk/pull/1690)
209+
* Fix shift and shift-ctrl click in TagPanel
210+
[\#1684](https://github.com/matrix-org/matrix-react-sdk/pull/1684)
211+
* skip direct chats which either you or the target have left
212+
[\#1344](https://github.com/matrix-org/matrix-react-sdk/pull/1344)
213+
* Make scroll on paste in RTE compatible with https://github.com/vector-im
214+
/riot-web/pull/5900
215+
[\#1682](https://github.com/matrix-org/matrix-react-sdk/pull/1682)
216+
* Remove extra full stop
217+
[\#1685](https://github.com/matrix-org/matrix-react-sdk/pull/1685)
218+
* Dedupe requests to fetch group profile data
219+
[\#1666](https://github.com/matrix-org/matrix-react-sdk/pull/1666)
220+
* Get Group profile from TagTile instead of TagPanel
221+
[\#1667](https://github.com/matrix-org/matrix-react-sdk/pull/1667)
222+
* Fix leaking of GroupStore listeners in RoomList
223+
[\#1664](https://github.com/matrix-org/matrix-react-sdk/pull/1664)
224+
* Add option to also output untranslated string
225+
[\#1658](https://github.com/matrix-org/matrix-react-sdk/pull/1658)
226+
* Give the current theme to widgets and the integration manager
227+
[\#1669](https://github.com/matrix-org/matrix-react-sdk/pull/1669)
228+
* Fixes #1953 Allow multiple file uploads using drag & drop for RoomView
229+
[\#1671](https://github.com/matrix-org/matrix-react-sdk/pull/1671)
230+
* Fix issue with preview of phone number on register and waiting for sms code
231+
confirmation code
232+
[\#1670](https://github.com/matrix-org/matrix-react-sdk/pull/1670)
233+
* Attempt to improve TagPanel performance
234+
[\#1647](https://github.com/matrix-org/matrix-react-sdk/pull/1647)
235+
* Fix one variant of a scroll jump that occurs when decrypting an m.text
236+
[\#1656](https://github.com/matrix-org/matrix-react-sdk/pull/1656)
237+
* Avoid NPEs by using ref method for collecting loggedInView in MatrixChat
238+
[\#1665](https://github.com/matrix-org/matrix-react-sdk/pull/1665)
239+
* DnD Ordered TagPanel
240+
[\#1653](https://github.com/matrix-org/matrix-react-sdk/pull/1653)
241+
* Update widget title on edit.
242+
[\#1663](https://github.com/matrix-org/matrix-react-sdk/pull/1663)
243+
* Set widget title
244+
[\#1661](https://github.com/matrix-org/matrix-react-sdk/pull/1661)
245+
* Display custom widget content titles
246+
[\#1650](https://github.com/matrix-org/matrix-react-sdk/pull/1650)
247+
* Add maximize / minimize apps drawer icons.
248+
[\#1649](https://github.com/matrix-org/matrix-react-sdk/pull/1649)
249+
* Warn when migrating e2e data to indexeddb
250+
[\#1654](https://github.com/matrix-org/matrix-react-sdk/pull/1654)
251+
* Don't Auto-show UnknownDeviceDialog
252+
[\#1600](https://github.com/matrix-org/matrix-react-sdk/pull/1600)
253+
* Remove logging.
254+
[\#1655](https://github.com/matrix-org/matrix-react-sdk/pull/1655)
255+
* Add messaging endpoint for room encryption status.
256+
[\#1648](https://github.com/matrix-org/matrix-react-sdk/pull/1648)
257+
* Add some missing translatable strings
258+
[\#1588](https://github.com/matrix-org/matrix-react-sdk/pull/1588)
259+
* Add widget -> riot postMessage API
260+
[\#1640](https://github.com/matrix-org/matrix-react-sdk/pull/1640)
261+
* Add some null checks
262+
[\#1646](https://github.com/matrix-org/matrix-react-sdk/pull/1646)
263+
* Implement shift-click and ctrl-click semantics for TP
264+
[\#1641](https://github.com/matrix-org/matrix-react-sdk/pull/1641)
265+
* Don't show group when clicking tag panel
266+
[\#1642](https://github.com/matrix-org/matrix-react-sdk/pull/1642)
267+
* Implement TagPanel (or LeftLeftPanel) for group filtering
268+
[\#1639](https://github.com/matrix-org/matrix-react-sdk/pull/1639)
269+
* Implement UI for using bulk device deletion API
270+
[\#1638](https://github.com/matrix-org/matrix-react-sdk/pull/1638)
271+
* Replace (IRC) with flair
272+
[\#1637](https://github.com/matrix-org/matrix-react-sdk/pull/1637)
273+
* Allow guests to view individual groups
274+
[\#1635](https://github.com/matrix-org/matrix-react-sdk/pull/1635)
275+
* Allow guest to see MyGroups, show ILAG when creating a group
276+
[\#1636](https://github.com/matrix-org/matrix-react-sdk/pull/1636)
277+
* Move group publication toggles to UserSettings
278+
[\#1634](https://github.com/matrix-org/matrix-react-sdk/pull/1634)
279+
* Pull the theme through the default process
280+
[\#1617](https://github.com/matrix-org/matrix-react-sdk/pull/1617)
281+
* Rebase ConfirmRedactDialog on QuestionDialog
282+
[\#1630](https://github.com/matrix-org/matrix-react-sdk/pull/1630)
283+
* Fix logging of missing substitution variables
284+
[\#1629](https://github.com/matrix-org/matrix-react-sdk/pull/1629)
285+
* Rename Related Groups to improve readability
286+
[\#1632](https://github.com/matrix-org/matrix-react-sdk/pull/1632)
287+
* Make PresenceLabel more easily translatable
288+
[\#1616](https://github.com/matrix-org/matrix-react-sdk/pull/1616)
289+
* Perform substitution on all parts, not just the last one
290+
[\#1618](https://github.com/matrix-org/matrix-react-sdk/pull/1618)
291+
* Send Access Token in Headers to help prevent it being spit out in errors
292+
[\#1552](https://github.com/matrix-org/matrix-react-sdk/pull/1552)
293+
* Add aria-labels to ActionButtons
294+
[\#1628](https://github.com/matrix-org/matrix-react-sdk/pull/1628)
295+
* MemberPresenceAvatar: fix null references
296+
[\#1620](https://github.com/matrix-org/matrix-react-sdk/pull/1620)
297+
* Disable presence controls if there's no presence
298+
[\#1623](https://github.com/matrix-org/matrix-react-sdk/pull/1623)
299+
* Fix GroupMemberList search for users without displayname
300+
[\#1627](https://github.com/matrix-org/matrix-react-sdk/pull/1627)
301+
* Remove redundant super class EventEmitter for FlairStore
302+
[\#1626](https://github.com/matrix-org/matrix-react-sdk/pull/1626)
303+
* Fix granular URL previews
304+
[\#1622](https://github.com/matrix-org/matrix-react-sdk/pull/1622)
305+
* Flairstore: Fix broken reference
306+
[\#1619](https://github.com/matrix-org/matrix-react-sdk/pull/1619)
307+
* Do something more sensible for sender profile name/aux opacity
308+
[\#1615](https://github.com/matrix-org/matrix-react-sdk/pull/1615)
309+
* Add eslint rule keyword-spacing
310+
[\#1614](https://github.com/matrix-org/matrix-react-sdk/pull/1614)
311+
* Fix various issues surrounding granular settings to date
312+
[\#1613](https://github.com/matrix-org/matrix-react-sdk/pull/1613)
313+
* differentiate between state events and message events
314+
[\#1612](https://github.com/matrix-org/matrix-react-sdk/pull/1612)
315+
* Refactor translations
316+
[\#1608](https://github.com/matrix-org/matrix-react-sdk/pull/1608)
317+
* Make TintableSvg links behave like normal image links
318+
[\#1611](https://github.com/matrix-org/matrix-react-sdk/pull/1611)
319+
* Fix linting errors.
320+
[\#1610](https://github.com/matrix-org/matrix-react-sdk/pull/1610)
321+
* Granular settings
322+
[\#1516](https://github.com/matrix-org/matrix-react-sdk/pull/1516)
323+
* Implement user-controlled presence
324+
[\#1482](https://github.com/matrix-org/matrix-react-sdk/pull/1482)
325+
* Edit widget icon styling
326+
[\#1609](https://github.com/matrix-org/matrix-react-sdk/pull/1609)
327+
* Attempt to improve textual power levels
328+
[\#1607](https://github.com/matrix-org/matrix-react-sdk/pull/1607)
329+
* Determine whether power level is custom once Roles have been determined
330+
[\#1606](https://github.com/matrix-org/matrix-react-sdk/pull/1606)
331+
* Status.im theme
332+
[\#1605](https://github.com/matrix-org/matrix-react-sdk/pull/1605)
333+
* Revert "Lowercase all usernames"
334+
[\#1604](https://github.com/matrix-org/matrix-react-sdk/pull/1604)
335+
1336
Changes in [0.11.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.4) (2018-02-09)
2337
=====================================================================================================
3338
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.3...v0.11.4)

0 commit comments

Comments
 (0)