mirror of https://github.com/vector-im/riot-web
Prepare changelog for v3.11.0-rc.1
parent
9f8a5f5107
commit
88ef854349
80
CHANGELOG.md
80
CHANGELOG.md
|
@ -1,3 +1,83 @@
|
|||
Changes in [3.11.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.11.0-rc.1) (2020-12-16)
|
||||
===============================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.10.0...v3.11.0-rc.1)
|
||||
|
||||
* Upgrade JS SDK to 9.4.0-rc.1
|
||||
* Translations update from Weblate
|
||||
[\#5497](https://github.com/matrix-org/matrix-react-sdk/pull/5497)
|
||||
* Unregister from the dispatcher in CallHandler
|
||||
[\#5495](https://github.com/matrix-org/matrix-react-sdk/pull/5495)
|
||||
* Better adhere to MSC process
|
||||
[\#5496](https://github.com/matrix-org/matrix-react-sdk/pull/5496)
|
||||
* Use random pickle key on all platforms
|
||||
[\#5483](https://github.com/matrix-org/matrix-react-sdk/pull/5483)
|
||||
* Fix mx_MemberList icons
|
||||
[\#5492](https://github.com/matrix-org/matrix-react-sdk/pull/5492)
|
||||
* Convert InviteDialog to TypeScript
|
||||
[\#5491](https://github.com/matrix-org/matrix-react-sdk/pull/5491)
|
||||
* Add keyboard shortcut for emoji reactions
|
||||
[\#5425](https://github.com/matrix-org/matrix-react-sdk/pull/5425)
|
||||
* Run chat effects on events sent by widgets too
|
||||
[\#5488](https://github.com/matrix-org/matrix-react-sdk/pull/5488)
|
||||
* Fix being unable to pin widgets
|
||||
[\#5487](https://github.com/matrix-org/matrix-react-sdk/pull/5487)
|
||||
* Line 1 / 2 Support
|
||||
[\#5468](https://github.com/matrix-org/matrix-react-sdk/pull/5468)
|
||||
* Remove impossible labs feature: sending hidden read receipts
|
||||
[\#5484](https://github.com/matrix-org/matrix-react-sdk/pull/5484)
|
||||
* Fix height of Remote Video in call
|
||||
[\#5456](https://github.com/matrix-org/matrix-react-sdk/pull/5456)
|
||||
* Add UI for hold functionality
|
||||
[\#5446](https://github.com/matrix-org/matrix-react-sdk/pull/5446)
|
||||
* Allow SearchBox to expand to fill width
|
||||
[\#5411](https://github.com/matrix-org/matrix-react-sdk/pull/5411)
|
||||
* Use room alias in generated permalink for rooms
|
||||
[\#5451](https://github.com/matrix-org/matrix-react-sdk/pull/5451)
|
||||
* Only show confetti if the current room is receiving an appropriate event
|
||||
[\#5482](https://github.com/matrix-org/matrix-react-sdk/pull/5482)
|
||||
* Throttle RoomState.members handler to improve performance
|
||||
[\#5481](https://github.com/matrix-org/matrix-react-sdk/pull/5481)
|
||||
* Handle manual hs urls better for the server picker
|
||||
[\#5477](https://github.com/matrix-org/matrix-react-sdk/pull/5477)
|
||||
* Add Olm as a dev dependency for types
|
||||
[\#5479](https://github.com/matrix-org/matrix-react-sdk/pull/5479)
|
||||
* Hide Invite to this room CTA if no permission
|
||||
[\#5476](https://github.com/matrix-org/matrix-react-sdk/pull/5476)
|
||||
* Fix width of underline in server picker dialog
|
||||
[\#5478](https://github.com/matrix-org/matrix-react-sdk/pull/5478)
|
||||
* Fix confetti room unread state check
|
||||
[\#5475](https://github.com/matrix-org/matrix-react-sdk/pull/5475)
|
||||
* Show confetti in a chat room on command or emoji
|
||||
[\#5140](https://github.com/matrix-org/matrix-react-sdk/pull/5140)
|
||||
* Fix inverted settings default value
|
||||
[\#5391](https://github.com/matrix-org/matrix-react-sdk/pull/5391)
|
||||
* Improve usability of the Server Picker Dialog
|
||||
[\#5474](https://github.com/matrix-org/matrix-react-sdk/pull/5474)
|
||||
* Fix typos in some strings
|
||||
[\#5473](https://github.com/matrix-org/matrix-react-sdk/pull/5473)
|
||||
* Bump highlight.js from 10.1.2 to 10.4.1
|
||||
[\#5472](https://github.com/matrix-org/matrix-react-sdk/pull/5472)
|
||||
* Remove old app test script path
|
||||
[\#5471](https://github.com/matrix-org/matrix-react-sdk/pull/5471)
|
||||
* add support for giving reason when redacting
|
||||
[\#5260](https://github.com/matrix-org/matrix-react-sdk/pull/5260)
|
||||
* Add support for Netlify to fetchdep script
|
||||
[\#5469](https://github.com/matrix-org/matrix-react-sdk/pull/5469)
|
||||
* Nest other layers inside on automation
|
||||
[\#5467](https://github.com/matrix-org/matrix-react-sdk/pull/5467)
|
||||
* Rebrand various CI scripts and modules
|
||||
[\#5466](https://github.com/matrix-org/matrix-react-sdk/pull/5466)
|
||||
* Add more widget sanity checking
|
||||
[\#5462](https://github.com/matrix-org/matrix-react-sdk/pull/5462)
|
||||
* Fix React complaining about unknown DOM props
|
||||
[\#5465](https://github.com/matrix-org/matrix-react-sdk/pull/5465)
|
||||
* Jump to home page when leaving a room
|
||||
[\#5464](https://github.com/matrix-org/matrix-react-sdk/pull/5464)
|
||||
* Fix SSO buttons for Social Logins
|
||||
[\#5463](https://github.com/matrix-org/matrix-react-sdk/pull/5463)
|
||||
* Social Login and login delight tweaks
|
||||
[\#5426](https://github.com/matrix-org/matrix-react-sdk/pull/5426)
|
||||
|
||||
Changes in [3.10.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.10.0) (2020-12-07)
|
||||
=====================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.10.0-rc.1...v3.10.0)
|
||||
|
|
Loading…
Reference in New Issue