|
| 1 | +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) |
| 2 | +=============================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.13.1...v3.14.0-rc.1) |
| 4 | + |
| 5 | + * Upgrade to JS SDK 9.7.0-rc.1 |
| 6 | + * Translations update from Weblate |
| 7 | + [\#5636](https://github.com/matrix-org/matrix-react-sdk/pull/5636) |
| 8 | + * Add host signup modal with iframe |
| 9 | + [\#5450](https://github.com/matrix-org/matrix-react-sdk/pull/5450) |
| 10 | + * Fix duplication of codeblock elements |
| 11 | + [\#5633](https://github.com/matrix-org/matrix-react-sdk/pull/5633) |
| 12 | + * Handle undefined call stats |
| 13 | + [\#5632](https://github.com/matrix-org/matrix-react-sdk/pull/5632) |
| 14 | + * Avoid delayed displaying of sources in source picker |
| 15 | + [\#5631](https://github.com/matrix-org/matrix-react-sdk/pull/5631) |
| 16 | + * Give breadcrumbs toolbar an accessibility label. |
| 17 | + [\#5628](https://github.com/matrix-org/matrix-react-sdk/pull/5628) |
| 18 | + * Fix the %s in logs |
| 19 | + [\#5627](https://github.com/matrix-org/matrix-react-sdk/pull/5627) |
| 20 | + * Fix jumpy notifications settings UI |
| 21 | + [\#5625](https://github.com/matrix-org/matrix-react-sdk/pull/5625) |
| 22 | + * Improve displaying of code blocks |
| 23 | + [\#5559](https://github.com/matrix-org/matrix-react-sdk/pull/5559) |
| 24 | + * Fix desktop Matrix screen sharing and add a screen/window picker |
| 25 | + [\#5525](https://github.com/matrix-org/matrix-react-sdk/pull/5525) |
| 26 | + * Call "MatrixClientPeg.get()" only once in method "findOverrideMuteRule" |
| 27 | + [\#5498](https://github.com/matrix-org/matrix-react-sdk/pull/5498) |
| 28 | + * Close current modal when session is logged out |
| 29 | + [\#5616](https://github.com/matrix-org/matrix-react-sdk/pull/5616) |
| 30 | + * Switch room explorer list to CSS grid |
| 31 | + [\#5551](https://github.com/matrix-org/matrix-react-sdk/pull/5551) |
| 32 | + * Improve SSO login start screen and 3pid invite handling somewhat |
| 33 | + [\#5622](https://github.com/matrix-org/matrix-react-sdk/pull/5622) |
| 34 | + * Don't jump to bottom on reaction |
| 35 | + [\#5621](https://github.com/matrix-org/matrix-react-sdk/pull/5621) |
| 36 | + * Fix several profile settings oddities |
| 37 | + [\#5620](https://github.com/matrix-org/matrix-react-sdk/pull/5620) |
| 38 | + * Add option to hide the stickers button in the composer |
| 39 | + [\#5530](https://github.com/matrix-org/matrix-react-sdk/pull/5530) |
| 40 | + * Fix confusing right panel button behaviour |
| 41 | + [\#5598](https://github.com/matrix-org/matrix-react-sdk/pull/5598) |
| 42 | + * Fix jumping timestamp if hovering a message with e2e indicator bar |
| 43 | + [\#5601](https://github.com/matrix-org/matrix-react-sdk/pull/5601) |
| 44 | + * Fix avatar and trash alignment |
| 45 | + [\#5614](https://github.com/matrix-org/matrix-react-sdk/pull/5614) |
| 46 | + * Fix z-index of stickerpicker |
| 47 | + [\#5617](https://github.com/matrix-org/matrix-react-sdk/pull/5617) |
| 48 | + * Fix permalink via parsing for rooms |
| 49 | + [\#5615](https://github.com/matrix-org/matrix-react-sdk/pull/5615) |
| 50 | + * Fix "Terms and Conditions" checkbox alignment |
| 51 | + [\#5613](https://github.com/matrix-org/matrix-react-sdk/pull/5613) |
| 52 | + * Fix flair height after accent changes |
| 53 | + [\#5611](https://github.com/matrix-org/matrix-react-sdk/pull/5611) |
| 54 | + * Iterate Social Logins work around edge cases and branding |
| 55 | + [\#5609](https://github.com/matrix-org/matrix-react-sdk/pull/5609) |
| 56 | + * Lock widget room ID when added |
| 57 | + [\#5607](https://github.com/matrix-org/matrix-react-sdk/pull/5607) |
| 58 | + * Better errors for SSO failures |
| 59 | + [\#5605](https://github.com/matrix-org/matrix-react-sdk/pull/5605) |
| 60 | + * Increase language search bar width |
| 61 | + [\#5549](https://github.com/matrix-org/matrix-react-sdk/pull/5549) |
| 62 | + * Scroll to bottom on message_sent |
| 63 | + [\#5565](https://github.com/matrix-org/matrix-react-sdk/pull/5565) |
| 64 | + * Fix new rooms being titled 'Empty Room' |
| 65 | + [\#5587](https://github.com/matrix-org/matrix-react-sdk/pull/5587) |
| 66 | + * Fix saving the collapsed state of the left panel |
| 67 | + [\#5593](https://github.com/matrix-org/matrix-react-sdk/pull/5593) |
| 68 | + * Fix app-url hint in the e2e-test run script output |
| 69 | + [\#5600](https://github.com/matrix-org/matrix-react-sdk/pull/5600) |
| 70 | + * Fix RoomView re-mounting breaking peeking |
| 71 | + [\#5602](https://github.com/matrix-org/matrix-react-sdk/pull/5602) |
| 72 | + * Tweak a few room ID checks |
| 73 | + [\#5592](https://github.com/matrix-org/matrix-react-sdk/pull/5592) |
| 74 | + * Remove pills from event permalinks with text |
| 75 | + [\#5575](https://github.com/matrix-org/matrix-react-sdk/pull/5575) |
| 76 | + |
1 | 77 | Changes in [3.13.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.13.1) (2021-02-04)
|
2 | 78 | =====================================================================================================
|
3 | 79 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.13.0...v3.13.1)
|
|
0 commit comments