mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Merge branch 'master' into develop
This commit is contained in:
commit
936e12dfe4
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,3 +1,30 @@
|
||||
Changes in [0.8.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.5) (2017-01-16)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.5-rc.1...v0.8.5)
|
||||
|
||||
* Pull in newer matrix-js-sdk for video calling fix
|
||||
|
||||
Changes in [0.8.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.5-rc.1) (2017-01-13)
|
||||
=============================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.4...v0.8.5-rc.1)
|
||||
|
||||
* Build the js-sdk in the CI script
|
||||
[\#612](https://github.com/matrix-org/matrix-react-sdk/pull/612)
|
||||
* Fix redacted member events being visible
|
||||
[\#609](https://github.com/matrix-org/matrix-react-sdk/pull/609)
|
||||
* Use `getStateKey` instead of `getSender`
|
||||
[\#611](https://github.com/matrix-org/matrix-react-sdk/pull/611)
|
||||
* Move screen sharing error check into platform
|
||||
[\#608](https://github.com/matrix-org/matrix-react-sdk/pull/608)
|
||||
* Fix 'create account' link in 'forgot password'
|
||||
[\#606](https://github.com/matrix-org/matrix-react-sdk/pull/606)
|
||||
* Let electron users complete captchas in a web browser
|
||||
[\#601](https://github.com/matrix-org/matrix-react-sdk/pull/601)
|
||||
* Add support for deleting threepids
|
||||
[\#597](https://github.com/matrix-org/matrix-react-sdk/pull/597)
|
||||
* Display msisdn threepids as 'Phone'
|
||||
[\#598](https://github.com/matrix-org/matrix-react-sdk/pull/598)
|
||||
|
||||
Changes in [0.8.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.4) (2016-12-24)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.3...v0.8.4)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "matrix-react-sdk",
|
||||
"version": "0.8.4",
|
||||
"version": "0.8.5",
|
||||
"description": "SDK for matrix.org using React",
|
||||
"author": "matrix.org",
|
||||
"repository": {
|
||||
@ -59,7 +59,7 @@
|
||||
"linkifyjs": "^2.1.3",
|
||||
"lodash": "^4.13.1",
|
||||
"marked": "^0.3.5",
|
||||
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
|
||||
"matrix-js-sdk": "0.7.4",
|
||||
"optimist": "^0.6.1",
|
||||
"q": "^1.4.1",
|
||||
"react": "^15.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user