mirror of https://github.com/vector-im/riot-web
Merge branch 'master' into develop
commit
1016b35f6c
37
CHANGELOG.md
37
CHANGELOG.md
|
@ -1,3 +1,40 @@
|
|||
Changes in [2.10.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.10.1) (2020-07-16)
|
||||
=====================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.10.0...v2.10.1)
|
||||
|
||||
* Post-launch Element Web polish
|
||||
[\#5002](https://github.com/matrix-org/matrix-react-sdk/pull/5002)
|
||||
* Move e2e icon
|
||||
[\#4992](https://github.com/matrix-org/matrix-react-sdk/pull/4992)
|
||||
* Wire up new room list breadcrumbs as an ARIA Toolbar
|
||||
[\#4976](https://github.com/matrix-org/matrix-react-sdk/pull/4976)
|
||||
* Fix Room Tile Icon to not ignore DMs in other tags
|
||||
[\#4999](https://github.com/matrix-org/matrix-react-sdk/pull/4999)
|
||||
* Fix filtering by community not showing DM rooms with community members
|
||||
[\#4997](https://github.com/matrix-org/matrix-react-sdk/pull/4997)
|
||||
* Fix enter in new room list filter breaking things
|
||||
[\#4996](https://github.com/matrix-org/matrix-react-sdk/pull/4996)
|
||||
* Notify left panel of resizing when it is collapsed&expanded
|
||||
[\#4995](https://github.com/matrix-org/matrix-react-sdk/pull/4995)
|
||||
* When removing a filter condition, try recalculate in case it wasn't last
|
||||
[\#4994](https://github.com/matrix-org/matrix-react-sdk/pull/4994)
|
||||
* Create a generic ARIA toolbar component
|
||||
[\#4975](https://github.com/matrix-org/matrix-react-sdk/pull/4975)
|
||||
* Fix /op Slash Command
|
||||
[\#4604](https://github.com/matrix-org/matrix-react-sdk/pull/4604)
|
||||
* Fix copy button in share dialog
|
||||
[\#4998](https://github.com/matrix-org/matrix-react-sdk/pull/4998)
|
||||
* Add tooltip to Room Tile Icon
|
||||
[\#4987](https://github.com/matrix-org/matrix-react-sdk/pull/4987)
|
||||
* Fix names jumping on hover in irc layout
|
||||
[\#4991](https://github.com/matrix-org/matrix-react-sdk/pull/4991)
|
||||
* check that encryptionInfo.sender is set
|
||||
[\#4988](https://github.com/matrix-org/matrix-react-sdk/pull/4988)
|
||||
* Update help link
|
||||
[\#4986](https://github.com/matrix-org/matrix-react-sdk/pull/4986)
|
||||
* Update cover photo link
|
||||
[\#4985](https://github.com/matrix-org/matrix-react-sdk/pull/4985)
|
||||
|
||||
Changes in [2.10.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.10.0) (2020-07-15)
|
||||
=====================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.9.0...v2.10.0)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "matrix-react-sdk",
|
||||
"version": "2.10.0",
|
||||
"version": "2.10.1",
|
||||
"description": "SDK for matrix.org using React",
|
||||
"author": "matrix.org",
|
||||
"repository": {
|
||||
|
@ -80,7 +80,7 @@
|
|||
"is-ip": "^2.0.0",
|
||||
"linkifyjs": "^2.1.6",
|
||||
"lodash": "^4.17.14",
|
||||
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
|
||||
"matrix-js-sdk": "7.1.0",
|
||||
"minimist": "^1.2.0",
|
||||
"pako": "^1.0.5",
|
||||
"parse5": "^5.1.1",
|
||||
|
|
|
@ -5844,9 +5844,10 @@ mathml-tag-names@^2.0.1:
|
|||
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
|
||||
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
|
||||
|
||||
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
|
||||
matrix-js-sdk@7.1.0:
|
||||
version "7.1.0"
|
||||
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/2a688bdac828dc62916437d83c72cef1e525d5f9"
|
||||
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-7.1.0.tgz#b3e3304e890df45c827706831748935168ee839f"
|
||||
integrity sha512-Y+MdOfsVQRGx0KcwSdNtwsFNGWUF7Zi7wPxUSa050J8eBlbkXUNFAyuSWviLJ5pUwzmp9XMEKD9Cdv+tGZG1ww==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.8.3"
|
||||
another-json "^0.2.0"
|
||||
|
|
Loading…
Reference in New Issue