You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Merge branch 'master' into develop
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -1,3 +1,24 @@
|
|||||||
|
Changes in [8.3.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.3.0) (2020-09-14)
|
||||||
|
================================================================================================
|
||||||
|
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.3.0-rc.1...v8.3.0)
|
||||||
|
|
||||||
|
* No changes since rc.1
|
||||||
|
|
||||||
|
Changes in [8.3.0-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.3.0-rc.1) (2020-09-09)
|
||||||
|
==========================================================================================================
|
||||||
|
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.2.0...v8.3.0-rc.1)
|
||||||
|
|
||||||
|
* Add missing options in ICreateClientOpts
|
||||||
|
[\#1452](https://github.com/matrix-org/matrix-js-sdk/pull/1452)
|
||||||
|
* Ensure ready functions return boolean values
|
||||||
|
[\#1457](https://github.com/matrix-org/matrix-js-sdk/pull/1457)
|
||||||
|
* Handle missing cross-signing keys gracefully
|
||||||
|
[\#1456](https://github.com/matrix-org/matrix-js-sdk/pull/1456)
|
||||||
|
* Fix eslint ts override tsx matching
|
||||||
|
[\#1451](https://github.com/matrix-org/matrix-js-sdk/pull/1451)
|
||||||
|
* Untangle cross-signing and secret storage
|
||||||
|
[\#1450](https://github.com/matrix-org/matrix-js-sdk/pull/1450)
|
||||||
|
|
||||||
Changes in [8.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.2.0) (2020-09-01)
|
Changes in [8.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.2.0) (2020-09-01)
|
||||||
================================================================================================
|
================================================================================================
|
||||||
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.2.0-rc.1...v8.2.0)
|
[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.2.0-rc.1...v8.2.0)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "matrix-js-sdk",
|
"name": "matrix-js-sdk",
|
||||||
"version": "8.2.0",
|
"version": "8.3.0",
|
||||||
"description": "Matrix Client-Server SDK for Javascript",
|
"description": "Matrix Client-Server SDK for Javascript",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "yarn build",
|
"prepare": "yarn build",
|
||||||
|
|||||||
Reference in New Issue
Block a user