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

Commit cc36304

Browse files
committed
Merge branch 'master' into develop
2 parents c203f41 + 3581f6e commit cc36304

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
Changes in [0.10.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.1) (2017-08-23)
2+
=====================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.1-rc.1...v0.10.1)
4+
5+
* [No changes]
6+
7+
Changes in [0.10.1-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.1-rc.1) (2017-08-22)
8+
===============================================================================================================
9+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.0-rc.2...v0.10.1-rc.1)
10+
11+
* Matthew/multiple widgets
12+
[\#1327](https://github.com/matrix-org/matrix-react-sdk/pull/1327)
13+
* Fix proptypes on UserPickerDialog
14+
[\#1326](https://github.com/matrix-org/matrix-react-sdk/pull/1326)
15+
* AppsDrawer: Remove unnecessary bind
16+
[\#1325](https://github.com/matrix-org/matrix-react-sdk/pull/1325)
17+
* Position add app widget link
18+
[\#1322](https://github.com/matrix-org/matrix-react-sdk/pull/1322)
19+
* Remove app tile beta tag.
20+
[\#1323](https://github.com/matrix-org/matrix-react-sdk/pull/1323)
21+
* Add missing translation.
22+
[\#1324](https://github.com/matrix-org/matrix-react-sdk/pull/1324)
23+
* Note that apps are not E2EE
24+
[\#1319](https://github.com/matrix-org/matrix-react-sdk/pull/1319)
25+
* Only render appTile body (including warnings) if drawer shown.
26+
[\#1321](https://github.com/matrix-org/matrix-react-sdk/pull/1321)
27+
* Timeline improvements
28+
[\#1320](https://github.com/matrix-org/matrix-react-sdk/pull/1320)
29+
* Add a space between widget name and "widget" in widget event tiles
30+
[\#1318](https://github.com/matrix-org/matrix-react-sdk/pull/1318)
31+
* Move manage integrations button from settings page to room header as a
32+
stand-alone component
33+
[\#1286](https://github.com/matrix-org/matrix-react-sdk/pull/1286)
34+
* Don't apply case logic to app names
35+
[\#1316](https://github.com/matrix-org/matrix-react-sdk/pull/1316)
36+
* Stop integ manager opening on every room switch
37+
[\#1315](https://github.com/matrix-org/matrix-react-sdk/pull/1315)
38+
* Add behaviour to toggle app draw on app tile header click
39+
[\#1313](https://github.com/matrix-org/matrix-react-sdk/pull/1313)
40+
* Change OOO so that MELS generation will continue over hidden events
41+
[\#1308](https://github.com/matrix-org/matrix-react-sdk/pull/1308)
42+
* Implement TextualEvent tiles for im.vector.modular.widgets
43+
[\#1312](https://github.com/matrix-org/matrix-react-sdk/pull/1312)
44+
* Don't show widget security warning to the person that added it to the room
45+
[\#1314](https://github.com/matrix-org/matrix-react-sdk/pull/1314)
46+
* remove unused strings introduced by string change
47+
[\#1311](https://github.com/matrix-org/matrix-react-sdk/pull/1311)
48+
* hotfix bad fn signature regression
49+
[\#1310](https://github.com/matrix-org/matrix-react-sdk/pull/1310)
50+
* Show a dialog if the maximum number of widgets allowed has been reached.
51+
[\#1291](https://github.com/matrix-org/matrix-react-sdk/pull/1291)
52+
* Fix Robot translation
53+
[\#1309](https://github.com/matrix-org/matrix-react-sdk/pull/1309)
54+
* Refactor ChatInviteDialog to be UserPickerDialog
55+
[\#1300](https://github.com/matrix-org/matrix-react-sdk/pull/1300)
56+
* Update Link to Translation status
57+
[\#1302](https://github.com/matrix-org/matrix-react-sdk/pull/1302)
58+
159
Changes in [0.9.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.7) (2017-06-22)
260
===================================================================================================
361
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.6...v0.9.7)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "0.9.7",
3+
"version": "0.10.1",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -66,7 +66,7 @@
6666
"isomorphic-fetch": "^2.2.1",
6767
"linkifyjs": "^2.1.3",
6868
"lodash": "^4.13.1",
69-
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
69+
"matrix-js-sdk": "0.8.1",
7070
"optimist": "^0.6.1",
7171
"prop-types": "^15.5.8",
7272
"react": "^15.4.0",

0 commit comments

Comments
 (0)