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

Commit ca35ef3

Browse files
committed
Prepare changelog for v0.13.0-rc.1
1 parent 7891681 commit ca35ef3

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

CHANGELOG.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
Changes in [0.13.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.0-rc.1) (2018-07-24)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.9...v0.13.0-rc.1)
4+
5+
* Update from Weblate.
6+
[\#2086](https://github.com/matrix-org/matrix-react-sdk/pull/2086)
7+
* Moar Slate Fixes
8+
[\#2082](https://github.com/matrix-org/matrix-react-sdk/pull/2082)
9+
* Destroy the widget when its permission is revoked
10+
[\#2081](https://github.com/matrix-org/matrix-react-sdk/pull/2081)
11+
* Make ActiveWidgetStore clear persistent widgets
12+
[\#2084](https://github.com/matrix-org/matrix-react-sdk/pull/2084)
13+
* CreateRoomDialog is rendered before getting the config default_federate
14+
[\#2078](https://github.com/matrix-org/matrix-react-sdk/pull/2078)
15+
* Slate Fixes
16+
[\#2076](https://github.com/matrix-org/matrix-react-sdk/pull/2076)
17+
* FIX: Don't error on rooms the user has left already
18+
[\#2077](https://github.com/matrix-org/matrix-react-sdk/pull/2077)
19+
* Fix persistent apps being the wrong size
20+
[\#2080](https://github.com/matrix-org/matrix-react-sdk/pull/2080)
21+
* Fix widgets resetting when going to the top-left
22+
[\#2079](https://github.com/matrix-org/matrix-react-sdk/pull/2079)
23+
* Jitsi: Use integrations URL from config
24+
[\#2062](https://github.com/matrix-org/matrix-react-sdk/pull/2062)
25+
* Allow jitsi in e2e rooms
26+
[\#2075](https://github.com/matrix-org/matrix-react-sdk/pull/2075)
27+
* Fix border around persisted widgets
28+
[\#2071](https://github.com/matrix-org/matrix-react-sdk/pull/2071)
29+
* Fix e2e icons floating above jitsi
30+
[\#2073](https://github.com/matrix-org/matrix-react-sdk/pull/2073)
31+
* hide some commands after space as they have special semantics
32+
[\#2074](https://github.com/matrix-org/matrix-react-sdk/pull/2074)
33+
* Even More Slate Fixes :D
34+
[\#2070](https://github.com/matrix-org/matrix-react-sdk/pull/2070)
35+
* Improve UX for Jitsi by adding local echo for widgets
36+
[\#2035](https://github.com/matrix-org/matrix-react-sdk/pull/2035)
37+
* Jitsi: Check integrations server before call
38+
[\#2063](https://github.com/matrix-org/matrix-react-sdk/pull/2063)
39+
* Jitsi: Error message on no permission
40+
[\#2061](https://github.com/matrix-org/matrix-react-sdk/pull/2061)
41+
* Fix read receipts on top of Jitsi
42+
[\#2065](https://github.com/matrix-org/matrix-react-sdk/pull/2065)
43+
* Moar Slate Fixes
44+
[\#2069](https://github.com/matrix-org/matrix-react-sdk/pull/2069)
45+
* fix 2nd typo in one PR :(
46+
[\#2068](https://github.com/matrix-org/matrix-react-sdk/pull/2068)
47+
* check if has some completions, not if >=0
48+
[\#2067](https://github.com/matrix-org/matrix-react-sdk/pull/2067)
49+
* Slate fixes
50+
[\#2066](https://github.com/matrix-org/matrix-react-sdk/pull/2066)
51+
* Implement always-on-screen capability for widgets
52+
[\#2056](https://github.com/matrix-org/matrix-react-sdk/pull/2056)
53+
* simplify MessageComposerStore and improve its performance
54+
[\#2064](https://github.com/matrix-org/matrix-react-sdk/pull/2064)
55+
* Replace Draft with Slate
56+
[\#1890](https://github.com/matrix-org/matrix-react-sdk/pull/1890)
57+
* Fix not stopping to peek when navigating away from peeked room
58+
[\#2055](https://github.com/matrix-org/matrix-react-sdk/pull/2055)
59+
* T3chguy/slate cont2
60+
[\#2049](https://github.com/matrix-org/matrix-react-sdk/pull/2049)
61+
* add null-guard for stickerpickerWidget in StickerPicker
62+
[\#2057](https://github.com/matrix-org/matrix-react-sdk/pull/2057)
63+
* Implement always-on-screen capability for widgets
64+
[\#2053](https://github.com/matrix-org/matrix-react-sdk/pull/2053)
65+
* fix nullguard on EventTile, getComponent never returns falsey, it throws
66+
[\#2024](https://github.com/matrix-org/matrix-react-sdk/pull/2024)
67+
* Fix stickerpicker PersistedElement usage
68+
[\#2051](https://github.com/matrix-org/matrix-react-sdk/pull/2051)
69+
* encrypt for invited users if history visibility allows.
70+
[\#2042](https://github.com/matrix-org/matrix-react-sdk/pull/2042)
71+
* move nag bar clear statement to any desktop notif toggle not just 0->1
72+
[\#2031](https://github.com/matrix-org/matrix-react-sdk/pull/2031)
73+
* use TruncatedList to prevent rendering hundreds/thousands of DOM nodes
74+
[\#2041](https://github.com/matrix-org/matrix-react-sdk/pull/2041)
75+
* Fix stuff
76+
[\#2047](https://github.com/matrix-org/matrix-react-sdk/pull/2047)
77+
* Show m.room.server_acl
78+
[\#2046](https://github.com/matrix-org/matrix-react-sdk/pull/2046)
79+
180
Changes in [0.12.9](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.9) (2018-07-09)
281
=====================================================================================================
382
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.9-rc.2...v0.12.9)

0 commit comments

Comments
 (0)