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

Commit 30e930f

Browse files
committed
Prepare changelog for v0.12.3-rc.1
1 parent 1feb243 commit 30e930f

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,103 @@
1+
Changes in [0.12.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.1) (2018-04-25)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.2...v0.12.3-rc.1)
4+
5+
* Update from Weblate.
6+
[\#1852](https://github.com/matrix-org/matrix-react-sdk/pull/1852)
7+
* Support origin lock in cross-origin renderer
8+
[\#1849](https://github.com/matrix-org/matrix-react-sdk/pull/1849)
9+
* s/contian/contain/g
10+
[\#1850](https://github.com/matrix-org/matrix-react-sdk/pull/1850)
11+
* Don't autocomplete users for single "@"
12+
[\#1848](https://github.com/matrix-org/matrix-react-sdk/pull/1848)
13+
* Update from Weblate.
14+
[\#1844](https://github.com/matrix-org/matrix-react-sdk/pull/1844)
15+
* Bind onImageError in constructor
16+
[\#1846](https://github.com/matrix-org/matrix-react-sdk/pull/1846)
17+
* Use mxid as sender name on set display name
18+
[\#1841](https://github.com/matrix-org/matrix-react-sdk/pull/1841)
19+
* Fix rageshake
20+
[\#1840](https://github.com/matrix-org/matrix-react-sdk/pull/1840)
21+
* Add UI for displaying room avatars full size
22+
[\#1843](https://github.com/matrix-org/matrix-react-sdk/pull/1843)
23+
* Update from Weblate.
24+
[\#1842](https://github.com/matrix-org/matrix-react-sdk/pull/1842)
25+
* move everything not explicitly riot (or status) branded into matrix-react-
26+
sdk
27+
[\#1836](https://github.com/matrix-org/matrix-react-sdk/pull/1836)
28+
* Null check node before we pass it to velocity
29+
[\#1838](https://github.com/matrix-org/matrix-react-sdk/pull/1838)
30+
* Remove presence management
31+
[\#1676](https://github.com/matrix-org/matrix-react-sdk/pull/1676)
32+
* Null check stylesheet href
33+
[\#1835](https://github.com/matrix-org/matrix-react-sdk/pull/1835)
34+
* TopUnreadMessagesBar a11y
35+
[\#1819](https://github.com/matrix-org/matrix-react-sdk/pull/1819)
36+
* Use correct 1-1 room avatar after users leave
37+
[\#593](https://github.com/matrix-org/matrix-react-sdk/pull/593)
38+
* Use GeminiScrollbarWrapper in Flair settings of UserSettings
39+
[\#1833](https://github.com/matrix-org/matrix-react-sdk/pull/1833)
40+
* Add 500ms delay to show `membershipBusy` for longer
41+
[\#1832](https://github.com/matrix-org/matrix-react-sdk/pull/1832)
42+
* Improve group join/leave feedback
43+
[\#1831](https://github.com/matrix-org/matrix-react-sdk/pull/1831)
44+
* Update from Weblate.
45+
[\#1830](https://github.com/matrix-org/matrix-react-sdk/pull/1830)
46+
* Bump source-map-loader version to avoid bug /w inline base64 maps
47+
[\#1829](https://github.com/matrix-org/matrix-react-sdk/pull/1829)
48+
* Make stickers/messages continuations of each other
49+
[\#1828](https://github.com/matrix-org/matrix-react-sdk/pull/1828)
50+
* Update to match is_openly_joinable API
51+
[\#1827](https://github.com/matrix-org/matrix-react-sdk/pull/1827)
52+
* Fix to prevent guests from seeing features
53+
[\#1826](https://github.com/matrix-org/matrix-react-sdk/pull/1826)
54+
* Fix broken ForgotPassword component
55+
[\#1825](https://github.com/matrix-org/matrix-react-sdk/pull/1825)
56+
* Fix warning "Unknown prop `wrappedRef` on <div> tag..."
57+
[\#1824](https://github.com/matrix-org/matrix-react-sdk/pull/1824)
58+
* Add radio button for setting group is_joinable
59+
[\#1817](https://github.com/matrix-org/matrix-react-sdk/pull/1817)
60+
* Fix widget grant / revoke permission binding
61+
[\#1823](https://github.com/matrix-org/matrix-react-sdk/pull/1823)
62+
* Sticker picker styling
63+
[\#1822](https://github.com/matrix-org/matrix-react-sdk/pull/1822)
64+
* Bi-directional widget postMessaging API (stickerpacks) [WIP]
65+
[\#1672](https://github.com/matrix-org/matrix-react-sdk/pull/1672)
66+
* Add null-guard to prevent RoomAvatar NPE when room is null
67+
[\#1821](https://github.com/matrix-org/matrix-react-sdk/pull/1821)
68+
* Don't notify for bad encrypted messages
69+
[\#1818](https://github.com/matrix-org/matrix-react-sdk/pull/1818)
70+
* Join this community button
71+
[\#1815](https://github.com/matrix-org/matrix-react-sdk/pull/1815)
72+
* Reword group setting delay
73+
[\#1816](https://github.com/matrix-org/matrix-react-sdk/pull/1816)
74+
* Track duration of page changes
75+
[\#1814](https://github.com/matrix-org/matrix-react-sdk/pull/1814)
76+
* Wrap GeminiScrollbar in a component, enabled forceGemini
77+
[\#1810](https://github.com/matrix-org/matrix-react-sdk/pull/1810)
78+
* Add display name to the read receipt view
79+
[\#1742](https://github.com/matrix-org/matrix-react-sdk/pull/1742)
80+
* Fix broken import preventing people tag
81+
[\#1811](https://github.com/matrix-org/matrix-react-sdk/pull/1811)
82+
* Add /devtools to Autocomplete and run gen-i18n
83+
[\#1778](https://github.com/matrix-org/matrix-react-sdk/pull/1778)
84+
* Fix PresenceLabel in MemberInfo
85+
[\#1809](https://github.com/matrix-org/matrix-react-sdk/pull/1809)
86+
* Fix room tile badge not disappearing when receiving a read receipt
87+
[\#1807](https://github.com/matrix-org/matrix-react-sdk/pull/1807)
88+
* Option to remove the presence feature by HS
89+
[\#1806](https://github.com/matrix-org/matrix-react-sdk/pull/1806)
90+
* Dialog a11y
91+
[\#1652](https://github.com/matrix-org/matrix-react-sdk/pull/1652)
92+
* Change wording of debug log submission
93+
[\#1740](https://github.com/matrix-org/matrix-react-sdk/pull/1740)
94+
* Fix TextualBody.js to remove NodeList.forEach()
95+
[\#1768](https://github.com/matrix-org/matrix-react-sdk/pull/1768)
96+
* Use undocumented piwik cmd to disable heartbeattimer
97+
[\#1770](https://github.com/matrix-org/matrix-react-sdk/pull/1770)
98+
* Enable autocompletion for non-English languages.
99+
[\#1800](https://github.com/matrix-org/matrix-react-sdk/pull/1800)
100+
1101
Changes in [0.12.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.2) (2018-04-12)
2102
=====================================================================================================
3103
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.1...v0.12.2)

0 commit comments

Comments
 (0)