|
| 1 | +Changes in [3.19.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.19.0) (2021-04-26) |
| 2 | +===================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.19.0-rc.1...v3.19.0) |
| 4 | + |
| 5 | + * Upgrade to JS SDK 10.0.0 |
| 6 | + * [Release] Dynamic max and min zoom in the new ImageView |
| 7 | + [\#5927](https://github.com/matrix-org/matrix-react-sdk/pull/5927) |
| 8 | + * [Release] Add a WheelEvent normalization function |
| 9 | + [\#5911](https://github.com/matrix-org/matrix-react-sdk/pull/5911) |
| 10 | + * Add a WheelEvent normalization function |
| 11 | + [\#5904](https://github.com/matrix-org/matrix-react-sdk/pull/5904) |
| 12 | + * [Release] Use floats for image background opacity |
| 13 | + [\#5907](https://github.com/matrix-org/matrix-react-sdk/pull/5907) |
| 14 | + |
| 15 | +Changes in [3.19.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.19.0-rc.1) (2021-04-21) |
| 16 | +=============================================================================================================== |
| 17 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.18.0...v3.19.0-rc.1) |
| 18 | + |
| 19 | + * Upgrade to JS SDK 10.0.0-rc.1 |
| 20 | + * Translations update from Weblate |
| 21 | + [\#5896](https://github.com/matrix-org/matrix-react-sdk/pull/5896) |
| 22 | + * Fix sticky tags header in room list |
| 23 | + [\#5895](https://github.com/matrix-org/matrix-react-sdk/pull/5895) |
| 24 | + * Fix spaces filtering sometimes lagging behind or behaving oddly |
| 25 | + [\#5893](https://github.com/matrix-org/matrix-react-sdk/pull/5893) |
| 26 | + * Fix issue with spaces context switching looping and breaking |
| 27 | + [\#5894](https://github.com/matrix-org/matrix-react-sdk/pull/5894) |
| 28 | + * Improve RoomList render time when filtering |
| 29 | + [\#5874](https://github.com/matrix-org/matrix-react-sdk/pull/5874) |
| 30 | + * Avoid being stuck in a space |
| 31 | + [\#5891](https://github.com/matrix-org/matrix-react-sdk/pull/5891) |
| 32 | + * [Spaces] Context switching |
| 33 | + [\#5795](https://github.com/matrix-org/matrix-react-sdk/pull/5795) |
| 34 | + * Warn when you attempt to leave room that you are the only member of |
| 35 | + [\#5415](https://github.com/matrix-org/matrix-react-sdk/pull/5415) |
| 36 | + * Ensure PersistedElement are unmounted on application logout |
| 37 | + [\#5884](https://github.com/matrix-org/matrix-react-sdk/pull/5884) |
| 38 | + * Add missing space in seshat dialog and the corresponding string |
| 39 | + [\#5866](https://github.com/matrix-org/matrix-react-sdk/pull/5866) |
| 40 | + * A tiny change to make the Add existing rooms dialog a little nicer |
| 41 | + [\#5885](https://github.com/matrix-org/matrix-react-sdk/pull/5885) |
| 42 | + * Remove weird margin from the file panel |
| 43 | + [\#5889](https://github.com/matrix-org/matrix-react-sdk/pull/5889) |
| 44 | + * Trigger lazy loading when filtering using spaces |
| 45 | + [\#5882](https://github.com/matrix-org/matrix-react-sdk/pull/5882) |
| 46 | + * Fix typo in method call in add existing to space dialog |
| 47 | + [\#5883](https://github.com/matrix-org/matrix-react-sdk/pull/5883) |
| 48 | + * New Image View fixes/improvements |
| 49 | + [\#5872](https://github.com/matrix-org/matrix-react-sdk/pull/5872) |
| 50 | + * Limit voice recording length |
| 51 | + [\#5871](https://github.com/matrix-org/matrix-react-sdk/pull/5871) |
| 52 | + * Clean up add existing to space dialog and include DMs in it too |
| 53 | + [\#5881](https://github.com/matrix-org/matrix-react-sdk/pull/5881) |
| 54 | + * Fix unknown slash command error exploding |
| 55 | + [\#5853](https://github.com/matrix-org/matrix-react-sdk/pull/5853) |
| 56 | + * Switch to a spec conforming email validation Regexp |
| 57 | + [\#5852](https://github.com/matrix-org/matrix-react-sdk/pull/5852) |
| 58 | + * Cleanup unused state in MessageComposer |
| 59 | + [\#5877](https://github.com/matrix-org/matrix-react-sdk/pull/5877) |
| 60 | + * Pulse animation for voice messages recording state |
| 61 | + [\#5869](https://github.com/matrix-org/matrix-react-sdk/pull/5869) |
| 62 | + * Don't include invisible rooms in notify summary |
| 63 | + [\#5875](https://github.com/matrix-org/matrix-react-sdk/pull/5875) |
| 64 | + * Properly disable composer access when recording a voice message |
| 65 | + [\#5870](https://github.com/matrix-org/matrix-react-sdk/pull/5870) |
| 66 | + * Stabilise starting a DM with multiple people flow |
| 67 | + [\#5862](https://github.com/matrix-org/matrix-react-sdk/pull/5862) |
| 68 | + * Render msgOption only if showReadReceipts is enabled |
| 69 | + [\#5864](https://github.com/matrix-org/matrix-react-sdk/pull/5864) |
| 70 | + * Labs: Add quick/cheap "do not disturb" flag |
| 71 | + [\#5873](https://github.com/matrix-org/matrix-react-sdk/pull/5873) |
| 72 | + * Fix ReadReceipts animations |
| 73 | + [\#5836](https://github.com/matrix-org/matrix-react-sdk/pull/5836) |
| 74 | + * Add tooltips to message previews |
| 75 | + [\#5859](https://github.com/matrix-org/matrix-react-sdk/pull/5859) |
| 76 | + * IRC Layout fix layout spacing in replies |
| 77 | + [\#5855](https://github.com/matrix-org/matrix-react-sdk/pull/5855) |
| 78 | + * Move user to welcome_page if continuing with previous session |
| 79 | + [\#5849](https://github.com/matrix-org/matrix-react-sdk/pull/5849) |
| 80 | + * Improve image view |
| 81 | + [\#5521](https://github.com/matrix-org/matrix-react-sdk/pull/5521) |
| 82 | + * Add a button to reset personal encryption state during login |
| 83 | + [\#5819](https://github.com/matrix-org/matrix-react-sdk/pull/5819) |
| 84 | + * Fix js-sdk import in SlashCommands |
| 85 | + [\#5850](https://github.com/matrix-org/matrix-react-sdk/pull/5850) |
| 86 | + * Fix useRoomPowerLevels hook |
| 87 | + [\#5854](https://github.com/matrix-org/matrix-react-sdk/pull/5854) |
| 88 | + * Prevent state events being rendered with invalid state keys |
| 89 | + [\#5851](https://github.com/matrix-org/matrix-react-sdk/pull/5851) |
| 90 | + * Give server ACLs a name in 'roles & permissions' tab |
| 91 | + [\#5838](https://github.com/matrix-org/matrix-react-sdk/pull/5838) |
| 92 | + * Don't hide notification badge on the home space button as it has no menu |
| 93 | + [\#5845](https://github.com/matrix-org/matrix-react-sdk/pull/5845) |
| 94 | + * User Info hide disambiguation as we always show MXID anyway |
| 95 | + [\#5843](https://github.com/matrix-org/matrix-react-sdk/pull/5843) |
| 96 | + * Improve kick state to not show if the target was not joined to begin with |
| 97 | + [\#5846](https://github.com/matrix-org/matrix-react-sdk/pull/5846) |
| 98 | + * Fix space store wrongly switching to a non-space filter |
| 99 | + [\#5844](https://github.com/matrix-org/matrix-react-sdk/pull/5844) |
| 100 | + * Tweak appearance of invite reason |
| 101 | + [\#5847](https://github.com/matrix-org/matrix-react-sdk/pull/5847) |
| 102 | + * Update Inter font to v3.18 |
| 103 | + [\#5840](https://github.com/matrix-org/matrix-react-sdk/pull/5840) |
| 104 | + * Enable sharing historical keys on invite |
| 105 | + [\#5839](https://github.com/matrix-org/matrix-react-sdk/pull/5839) |
| 106 | + * Add ability to hide post-login encryption setup with customisation point |
| 107 | + [\#5834](https://github.com/matrix-org/matrix-react-sdk/pull/5834) |
| 108 | + * Use LaTeX and TeX delimiters by default |
| 109 | + [\#5515](https://github.com/matrix-org/matrix-react-sdk/pull/5515) |
| 110 | + * Clone author's deps fork for Netlify previews |
| 111 | + [\#5837](https://github.com/matrix-org/matrix-react-sdk/pull/5837) |
| 112 | + * Show drop file UI only if dragging a file |
| 113 | + [\#5827](https://github.com/matrix-org/matrix-react-sdk/pull/5827) |
| 114 | + * Ignore punctuation when filtering rooms |
| 115 | + [\#5824](https://github.com/matrix-org/matrix-react-sdk/pull/5824) |
| 116 | + * Resizable CallView |
| 117 | + [\#5710](https://github.com/matrix-org/matrix-react-sdk/pull/5710) |
| 118 | + |
1 | 119 | Changes in [3.18.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.18.0) (2021-04-12) |
2 | 120 | ===================================================================================================== |
3 | 121 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.18.0-rc.1...v3.18.0) |
|
0 commit comments