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

Commit aa0b948

Browse files
committed
Prepare changelog for v0.10.3-rc.1
1 parent b42dfc5 commit aa0b948

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Changes in [0.10.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.3-rc.1) (2017-09-01)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.2...v0.10.3-rc.1)
4+
5+
* Fix room change sometimes being very slow
6+
[\#1354](https://github.com/matrix-org/matrix-react-sdk/pull/1354)
7+
* apply shouldHideEvent fn to onRoomTimeline for RoomStatusBar
8+
[\#1346](https://github.com/matrix-org/matrix-react-sdk/pull/1346)
9+
* text4event widget modified, used to show widget added each time.
10+
[\#1345](https://github.com/matrix-org/matrix-react-sdk/pull/1345)
11+
* separate concepts of showing and managing RRs to fix regression
12+
[\#1352](https://github.com/matrix-org/matrix-react-sdk/pull/1352)
13+
* Make staging widgets work with live and vice versa.
14+
[\#1350](https://github.com/matrix-org/matrix-react-sdk/pull/1350)
15+
* Avoid breaking /sync with uncaught exceptions
16+
[\#1349](https://github.com/matrix-org/matrix-react-sdk/pull/1349)
17+
* we need to pass whether it is an invite RoomSubList explicitly (i18n)
18+
[\#1343](https://github.com/matrix-org/matrix-react-sdk/pull/1343)
19+
* Percent encoding isn't a valid thing within _t
20+
[\#1348](https://github.com/matrix-org/matrix-react-sdk/pull/1348)
21+
* Fix spurious notifications
22+
[\#1339](https://github.com/matrix-org/matrix-react-sdk/pull/1339)
23+
* Unbreak password reset with a non-default HS
24+
[\#1347](https://github.com/matrix-org/matrix-react-sdk/pull/1347)
25+
* Remove unnecessary 'load' on notif audio element
26+
[\#1341](https://github.com/matrix-org/matrix-react-sdk/pull/1341)
27+
* _tJsx returns a React Object, the sub fn must return a React Object
28+
[\#1340](https://github.com/matrix-org/matrix-react-sdk/pull/1340)
29+
* Fix deprecation warning about promise.defer()
30+
[\#1292](https://github.com/matrix-org/matrix-react-sdk/pull/1292)
31+
* Fix click to insert completion
32+
[\#1331](https://github.com/matrix-org/matrix-react-sdk/pull/1331)
33+
134
Changes in [0.10.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.2) (2017-08-24)
235
=====================================================================================================
336
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.1...v0.10.2)

0 commit comments

Comments
 (0)