|
| 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 | + |
1 | 34 | Changes in [0.10.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.2) (2017-08-24)
|
2 | 35 | =====================================================================================================
|
3 | 36 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.1...v0.10.2)
|
|
0 commit comments