Merge branch 'master' into develop

This commit is contained in:
RiotRobot 2019-11-04 15:13:47 +00:00
commit b81c084cf5
3 changed files with 98 additions and 5 deletions

View file

@ -1,3 +1,95 @@
Changes in [1.7.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.1) (2019-11-04)
===================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.1-rc.2...v1.7.1)
* No changes since rc.2
Changes in [1.7.1-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.1-rc.2) (2019-11-01)
=============================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.1-rc.1...v1.7.1-rc.2)
* Fix bug where rooms would not appear when filtering
[\#3586](https://github.com/matrix-org/matrix-react-sdk/pull/3586)
Changes in [1.7.1-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.1-rc.1) (2019-10-30)
=============================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.0...v1.7.1-rc.1)
* Add ability to hide tray icon on non-Mac
[\#3573](https://github.com/matrix-org/matrix-react-sdk/pull/3573)
* Update from Weblate
[\#3579](https://github.com/matrix-org/matrix-react-sdk/pull/3579)
* Fix call state logging
[\#3578](https://github.com/matrix-org/matrix-react-sdk/pull/3578)
* Match widgets up with their integration manager
[\#3576](https://github.com/matrix-org/matrix-react-sdk/pull/3576)
* Add diagnostic log to catch events without an ID
[\#3575](https://github.com/matrix-org/matrix-react-sdk/pull/3575)
* Fix missing i18n for RoomTile ARIA labels and add a case for notif-off bold
[\#3574](https://github.com/matrix-org/matrix-react-sdk/pull/3574)
* LifeCycle onLoggedOut unmount before stopping client
[\#3566](https://github.com/matrix-org/matrix-react-sdk/pull/3566)
* Remove unneeded help about identity servers
[\#3572](https://github.com/matrix-org/matrix-react-sdk/pull/3572)
* Remove messages implying you need an identity server for email recovery
[\#3571](https://github.com/matrix-org/matrix-react-sdk/pull/3571)
* Fix quick reactions to be aligned with other emoji
[\#3570](https://github.com/matrix-org/matrix-react-sdk/pull/3570)
* If ToS gets rejected/any Scalar error then don't make Jitsi widget
[\#3569](https://github.com/matrix-org/matrix-react-sdk/pull/3569)
* Update from Weblate
[\#3568](https://github.com/matrix-org/matrix-react-sdk/pull/3568)
* Fix Room Create ELS using MXID instead of newly set Displayname/Avatar
[\#3567](https://github.com/matrix-org/matrix-react-sdk/pull/3567)
* Improve opening emoji picker performance
[\#3565](https://github.com/matrix-org/matrix-react-sdk/pull/3565)
* Update ServerTypeSelector for new matrix.org CS API URL
[\#3564](https://github.com/matrix-org/matrix-react-sdk/pull/3564)
* Accessibility Improvements
[\#3563](https://github.com/matrix-org/matrix-react-sdk/pull/3563)
* A11Y fixes in the Left Panel
[\#3562](https://github.com/matrix-org/matrix-react-sdk/pull/3562)
* Fix lint and i18n test failures
[\#3560](https://github.com/matrix-org/matrix-react-sdk/pull/3560)
* Fix: editor tests
[\#3561](https://github.com/matrix-org/matrix-react-sdk/pull/3561)
* Use Navigation Treeview pattern for RoomList Accessibility
[\#3556](https://github.com/matrix-org/matrix-react-sdk/pull/3556)
* Abort scroll updates when already unmounted
[\#3557](https://github.com/matrix-org/matrix-react-sdk/pull/3557)
* UserInfo consolidation of GroupMemberInfo and MemberInfo panels
[\#3465](https://github.com/matrix-org/matrix-react-sdk/pull/3465)
* Fix some things in the edit HTML parser
[\#3552](https://github.com/matrix-org/matrix-react-sdk/pull/3552)
* Update from Weblate
[\#3559](https://github.com/matrix-org/matrix-react-sdk/pull/3559)
* Merge end-to-end tests
[\#3537](https://github.com/matrix-org/matrix-react-sdk/pull/3537)
* Add full emoji picker for reactions
[\#3554](https://github.com/matrix-org/matrix-react-sdk/pull/3554)
* Accessibility fixes to autocomplete and tabpanels
[\#3555](https://github.com/matrix-org/matrix-react-sdk/pull/3555)
* Show warning dialog when changing unreachable IS
[\#3549](https://github.com/matrix-org/matrix-react-sdk/pull/3549)
* Fix reply fallback being included in edit m.new_content
[\#3551](https://github.com/matrix-org/matrix-react-sdk/pull/3551)
* Document composer features
[\#3548](https://github.com/matrix-org/matrix-react-sdk/pull/3548)
* Correctly update the banned users list when a user is unbanned
[\#3547](https://github.com/matrix-org/matrix-react-sdk/pull/3547)
* Summarise state events after room creation
[\#3433](https://github.com/matrix-org/matrix-react-sdk/pull/3433)
* Don't intercept TAB on the app outside of the composer, fix tabIndex > 0
[\#3543](https://github.com/matrix-org/matrix-react-sdk/pull/3543)
* Add some type checking on event body
[\#3546](https://github.com/matrix-org/matrix-react-sdk/pull/3546)
* Fix: crash while canceling editing an event when no selection
[\#3544](https://github.com/matrix-org/matrix-react-sdk/pull/3544)
* SettingsFlag always run ToggleSwitch fully-controlled
[\#3541](https://github.com/matrix-org/matrix-react-sdk/pull/3541)
* Use Keyboard Key consts instead of hardcoded strings
[\#3540](https://github.com/matrix-org/matrix-react-sdk/pull/3540)
Changes in [1.7.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.0) (2019-10-18)
===================================================================================================
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.0-rc.1...v1.7.0)

View file

@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "1.7.0",
"version": "1.7.1",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
@ -87,7 +87,7 @@
"linkifyjs": "^2.1.6",
"lodash": "^4.17.14",
"lolex": "4.2",
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
"matrix-js-sdk": "2.4.3",
"optimist": "^0.6.1",
"pako": "^1.0.5",
"png-chunks-extract": "^1.0.0",

View file

@ -5192,9 +5192,10 @@ mathml-tag-names@^2.0.1:
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.1.tgz#6dff66c99d55ecf739ca53c492e626f1d12a33cc"
integrity sha512-pWB896KPGSGkp1XtyzRBftpTzwSOL0Gfk0wLvxt4f2mgzjY19o0LxJ3U25vNWTzsh7da+KTbuXQoQ3lOJZ8WHw==
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
version "2.4.2"
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/46d7e4c7075386f1330d6a49941e9979fc26be0a"
matrix-js-sdk@2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-2.4.3.tgz#23b78cc707a02eb0ce7eecb3aa50129e46dd5b6e"
integrity sha512-8qTqILd/NmTWF24tpaxmDIzkTk/bZhPD5N8h69PlvJ5Y6kMFctpRj+Tud5zZjl5/yhO07+g+JCyDzg+AagiM/A==
dependencies:
another-json "^0.2.0"
babel-runtime "^6.26.0"