mirror of https://github.com/vector-im/riot-web
Prepare changelog for v3.14.0-rc.1
parent
673717d6c0
commit
1dfbc73d4a
76
CHANGELOG.md
76
CHANGELOG.md
|
@ -1,3 +1,79 @@
|
||||||
|
Changes in [3.14.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.14.0-rc.1) (2021-02-10)
|
||||||
|
===============================================================================================================
|
||||||
|
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.13.1...v3.14.0-rc.1)
|
||||||
|
|
||||||
|
* Upgrade to JS SDK 9.7.0-rc.1
|
||||||
|
* Translations update from Weblate
|
||||||
|
[\#5636](https://github.com/matrix-org/matrix-react-sdk/pull/5636)
|
||||||
|
* Add host signup modal with iframe
|
||||||
|
[\#5450](https://github.com/matrix-org/matrix-react-sdk/pull/5450)
|
||||||
|
* Fix duplication of codeblock elements
|
||||||
|
[\#5633](https://github.com/matrix-org/matrix-react-sdk/pull/5633)
|
||||||
|
* Handle undefined call stats
|
||||||
|
[\#5632](https://github.com/matrix-org/matrix-react-sdk/pull/5632)
|
||||||
|
* Avoid delayed displaying of sources in source picker
|
||||||
|
[\#5631](https://github.com/matrix-org/matrix-react-sdk/pull/5631)
|
||||||
|
* Give breadcrumbs toolbar an accessibility label.
|
||||||
|
[\#5628](https://github.com/matrix-org/matrix-react-sdk/pull/5628)
|
||||||
|
* Fix the %s in logs
|
||||||
|
[\#5627](https://github.com/matrix-org/matrix-react-sdk/pull/5627)
|
||||||
|
* Fix jumpy notifications settings UI
|
||||||
|
[\#5625](https://github.com/matrix-org/matrix-react-sdk/pull/5625)
|
||||||
|
* Improve displaying of code blocks
|
||||||
|
[\#5559](https://github.com/matrix-org/matrix-react-sdk/pull/5559)
|
||||||
|
* Fix desktop Matrix screen sharing and add a screen/window picker
|
||||||
|
[\#5525](https://github.com/matrix-org/matrix-react-sdk/pull/5525)
|
||||||
|
* Call "MatrixClientPeg.get()" only once in method "findOverrideMuteRule"
|
||||||
|
[\#5498](https://github.com/matrix-org/matrix-react-sdk/pull/5498)
|
||||||
|
* Close current modal when session is logged out
|
||||||
|
[\#5616](https://github.com/matrix-org/matrix-react-sdk/pull/5616)
|
||||||
|
* Switch room explorer list to CSS grid
|
||||||
|
[\#5551](https://github.com/matrix-org/matrix-react-sdk/pull/5551)
|
||||||
|
* Improve SSO login start screen and 3pid invite handling somewhat
|
||||||
|
[\#5622](https://github.com/matrix-org/matrix-react-sdk/pull/5622)
|
||||||
|
* Don't jump to bottom on reaction
|
||||||
|
[\#5621](https://github.com/matrix-org/matrix-react-sdk/pull/5621)
|
||||||
|
* Fix several profile settings oddities
|
||||||
|
[\#5620](https://github.com/matrix-org/matrix-react-sdk/pull/5620)
|
||||||
|
* Add option to hide the stickers button in the composer
|
||||||
|
[\#5530](https://github.com/matrix-org/matrix-react-sdk/pull/5530)
|
||||||
|
* Fix confusing right panel button behaviour
|
||||||
|
[\#5598](https://github.com/matrix-org/matrix-react-sdk/pull/5598)
|
||||||
|
* Fix jumping timestamp if hovering a message with e2e indicator bar
|
||||||
|
[\#5601](https://github.com/matrix-org/matrix-react-sdk/pull/5601)
|
||||||
|
* Fix avatar and trash alignment
|
||||||
|
[\#5614](https://github.com/matrix-org/matrix-react-sdk/pull/5614)
|
||||||
|
* Fix z-index of stickerpicker
|
||||||
|
[\#5617](https://github.com/matrix-org/matrix-react-sdk/pull/5617)
|
||||||
|
* Fix permalink via parsing for rooms
|
||||||
|
[\#5615](https://github.com/matrix-org/matrix-react-sdk/pull/5615)
|
||||||
|
* Fix "Terms and Conditions" checkbox alignment
|
||||||
|
[\#5613](https://github.com/matrix-org/matrix-react-sdk/pull/5613)
|
||||||
|
* Fix flair height after accent changes
|
||||||
|
[\#5611](https://github.com/matrix-org/matrix-react-sdk/pull/5611)
|
||||||
|
* Iterate Social Logins work around edge cases and branding
|
||||||
|
[\#5609](https://github.com/matrix-org/matrix-react-sdk/pull/5609)
|
||||||
|
* Lock widget room ID when added
|
||||||
|
[\#5607](https://github.com/matrix-org/matrix-react-sdk/pull/5607)
|
||||||
|
* Better errors for SSO failures
|
||||||
|
[\#5605](https://github.com/matrix-org/matrix-react-sdk/pull/5605)
|
||||||
|
* Increase language search bar width
|
||||||
|
[\#5549](https://github.com/matrix-org/matrix-react-sdk/pull/5549)
|
||||||
|
* Scroll to bottom on message_sent
|
||||||
|
[\#5565](https://github.com/matrix-org/matrix-react-sdk/pull/5565)
|
||||||
|
* Fix new rooms being titled 'Empty Room'
|
||||||
|
[\#5587](https://github.com/matrix-org/matrix-react-sdk/pull/5587)
|
||||||
|
* Fix saving the collapsed state of the left panel
|
||||||
|
[\#5593](https://github.com/matrix-org/matrix-react-sdk/pull/5593)
|
||||||
|
* Fix app-url hint in the e2e-test run script output
|
||||||
|
[\#5600](https://github.com/matrix-org/matrix-react-sdk/pull/5600)
|
||||||
|
* Fix RoomView re-mounting breaking peeking
|
||||||
|
[\#5602](https://github.com/matrix-org/matrix-react-sdk/pull/5602)
|
||||||
|
* Tweak a few room ID checks
|
||||||
|
[\#5592](https://github.com/matrix-org/matrix-react-sdk/pull/5592)
|
||||||
|
* Remove pills from event permalinks with text
|
||||||
|
[\#5575](https://github.com/matrix-org/matrix-react-sdk/pull/5575)
|
||||||
|
|
||||||
Changes in [3.13.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.13.1) (2021-02-04)
|
Changes in [3.13.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.13.1) (2021-02-04)
|
||||||
=====================================================================================================
|
=====================================================================================================
|
||||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.13.0...v3.13.1)
|
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.13.0...v3.13.1)
|
||||||
|
|
Loading…
Reference in New Issue