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

Commit 53c6b7e

Browse files
committed
Prepare changelog for v0.13.3-rc.1
1 parent 47fcc0d commit 53c6b7e

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
Changes in [0.13.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.3-rc.1) (2018-08-30)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.2...v0.13.3-rc.1)
4+
5+
* Fix DM avatar
6+
[\#2141](https://github.com/matrix-org/matrix-react-sdk/pull/2141)
7+
* Update from Weblate.
8+
[\#2142](https://github.com/matrix-org/matrix-react-sdk/pull/2142)
9+
* Support m.room.tombstone events
10+
[\#2124](https://github.com/matrix-org/matrix-react-sdk/pull/2124)
11+
* Support room creation events
12+
[\#2123](https://github.com/matrix-org/matrix-react-sdk/pull/2123)
13+
* Support for room upgrades
14+
[\#2122](https://github.com/matrix-org/matrix-react-sdk/pull/2122)
15+
* Fix: dont show 1:1 avatar for rooms +2 members but only <=2 members loaded
16+
[\#2137](https://github.com/matrix-org/matrix-react-sdk/pull/2137)
17+
* Render terms & conditions in settings
18+
[\#2136](https://github.com/matrix-org/matrix-react-sdk/pull/2136)
19+
* Don't crash if the value of a room tag is null
20+
[\#2133](https://github.com/matrix-org/matrix-react-sdk/pull/2133)
21+
* Add stub for getVisibleRooms()
22+
[\#2134](https://github.com/matrix-org/matrix-react-sdk/pull/2134)
23+
* Fix LL crash trying to render own avatar in composer when member isn't
24+
available yet
25+
[\#2132](https://github.com/matrix-org/matrix-react-sdk/pull/2132)
26+
* Support M_INCOMPATIBLE_ROOM_VERSION
27+
[\#2125](https://github.com/matrix-org/matrix-react-sdk/pull/2125)
28+
* Hide replaced rooms
29+
[\#2127](https://github.com/matrix-org/matrix-react-sdk/pull/2127)
30+
* Fix CPU spin on joining large room
31+
[\#2128](https://github.com/matrix-org/matrix-react-sdk/pull/2128)
32+
* Change format of server usage limit message
33+
[\#2131](https://github.com/matrix-org/matrix-react-sdk/pull/2131)
34+
* Re-apply "Fix showing peek preview while LL members are loading""
35+
[\#2130](https://github.com/matrix-org/matrix-react-sdk/pull/2130)
36+
* Revert "Fix showing peek preview while LL members are loading"
37+
[\#2129](https://github.com/matrix-org/matrix-react-sdk/pull/2129)
38+
* Fix showing peek preview while LL members are loading
39+
[\#2126](https://github.com/matrix-org/matrix-react-sdk/pull/2126)
40+
* Destroy non-persistent widgets when switching room
41+
[\#2098](https://github.com/matrix-org/matrix-react-sdk/pull/2098)
42+
* Lazy loading of room members
43+
[\#2118](https://github.com/matrix-org/matrix-react-sdk/pull/2118)
44+
* Lazy loading: feature toggle
45+
[\#2115](https://github.com/matrix-org/matrix-react-sdk/pull/2115)
46+
* Lazy loading: cleanup
47+
[\#2116](https://github.com/matrix-org/matrix-react-sdk/pull/2116)
48+
* Lazy loading: fix end-to-end encryption rooms
49+
[\#2113](https://github.com/matrix-org/matrix-react-sdk/pull/2113)
50+
* Lazy loading: Lazy load members while backpaginating
51+
[\#2104](https://github.com/matrix-org/matrix-react-sdk/pull/2104)
52+
* Lazy loading: don't assume we have our own member available
53+
[\#2102](https://github.com/matrix-org/matrix-react-sdk/pull/2102)
54+
* Lazy load room members - Part I
55+
[\#2072](https://github.com/matrix-org/matrix-react-sdk/pull/2072)
56+
157
Changes in [0.13.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.2) (2018-08-23)
258
=====================================================================================================
359
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1...v0.13.2)

0 commit comments

Comments
 (0)