mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Prepare changelog for v3.19.0-rc.1
This commit is contained in:
parent
40ed8fd342
commit
b6b321f90c
1 changed files with 104 additions and 0 deletions
104
CHANGELOG.md
104
CHANGELOG.md
|
@ -1,3 +1,107 @@
|
||||||
|
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)
|
||||||
|
===============================================================================================================
|
||||||
|
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.18.0...v3.19.0-rc.1)
|
||||||
|
|
||||||
|
* Upgrade to JS SDK 10.0.0-rc.1
|
||||||
|
* Translations update from Weblate
|
||||||
|
[\#5896](https://github.com/matrix-org/matrix-react-sdk/pull/5896)
|
||||||
|
* Fix sticky tags header in room list
|
||||||
|
[\#5895](https://github.com/matrix-org/matrix-react-sdk/pull/5895)
|
||||||
|
* Fix spaces filtering sometimes lagging behind or behaving oddly
|
||||||
|
[\#5893](https://github.com/matrix-org/matrix-react-sdk/pull/5893)
|
||||||
|
* Fix issue with spaces context switching looping and breaking
|
||||||
|
[\#5894](https://github.com/matrix-org/matrix-react-sdk/pull/5894)
|
||||||
|
* Improve RoomList render time when filtering
|
||||||
|
[\#5874](https://github.com/matrix-org/matrix-react-sdk/pull/5874)
|
||||||
|
* Avoid being stuck in a space
|
||||||
|
[\#5891](https://github.com/matrix-org/matrix-react-sdk/pull/5891)
|
||||||
|
* [Spaces] Context switching
|
||||||
|
[\#5795](https://github.com/matrix-org/matrix-react-sdk/pull/5795)
|
||||||
|
* Warn when you attempt to leave room that you are the only member of
|
||||||
|
[\#5415](https://github.com/matrix-org/matrix-react-sdk/pull/5415)
|
||||||
|
* Ensure PersistedElement are unmounted on application logout
|
||||||
|
[\#5884](https://github.com/matrix-org/matrix-react-sdk/pull/5884)
|
||||||
|
* Add missing space in seshat dialog and the corresponding string
|
||||||
|
[\#5866](https://github.com/matrix-org/matrix-react-sdk/pull/5866)
|
||||||
|
* A tiny change to make the Add existing rooms dialog a little nicer
|
||||||
|
[\#5885](https://github.com/matrix-org/matrix-react-sdk/pull/5885)
|
||||||
|
* Remove weird margin from the file panel
|
||||||
|
[\#5889](https://github.com/matrix-org/matrix-react-sdk/pull/5889)
|
||||||
|
* Trigger lazy loading when filtering using spaces
|
||||||
|
[\#5882](https://github.com/matrix-org/matrix-react-sdk/pull/5882)
|
||||||
|
* Fix typo in method call in add existing to space dialog
|
||||||
|
[\#5883](https://github.com/matrix-org/matrix-react-sdk/pull/5883)
|
||||||
|
* New Image View fixes/improvements
|
||||||
|
[\#5872](https://github.com/matrix-org/matrix-react-sdk/pull/5872)
|
||||||
|
* Limit voice recording length
|
||||||
|
[\#5871](https://github.com/matrix-org/matrix-react-sdk/pull/5871)
|
||||||
|
* Clean up add existing to space dialog and include DMs in it too
|
||||||
|
[\#5881](https://github.com/matrix-org/matrix-react-sdk/pull/5881)
|
||||||
|
* Fix unknown slash command error exploding
|
||||||
|
[\#5853](https://github.com/matrix-org/matrix-react-sdk/pull/5853)
|
||||||
|
* Switch to a spec conforming email validation Regexp
|
||||||
|
[\#5852](https://github.com/matrix-org/matrix-react-sdk/pull/5852)
|
||||||
|
* Cleanup unused state in MessageComposer
|
||||||
|
[\#5877](https://github.com/matrix-org/matrix-react-sdk/pull/5877)
|
||||||
|
* Pulse animation for voice messages recording state
|
||||||
|
[\#5869](https://github.com/matrix-org/matrix-react-sdk/pull/5869)
|
||||||
|
* Don't include invisible rooms in notify summary
|
||||||
|
[\#5875](https://github.com/matrix-org/matrix-react-sdk/pull/5875)
|
||||||
|
* Properly disable composer access when recording a voice message
|
||||||
|
[\#5870](https://github.com/matrix-org/matrix-react-sdk/pull/5870)
|
||||||
|
* Stabilise starting a DM with multiple people flow
|
||||||
|
[\#5862](https://github.com/matrix-org/matrix-react-sdk/pull/5862)
|
||||||
|
* Render msgOption only if showReadReceipts is enabled
|
||||||
|
[\#5864](https://github.com/matrix-org/matrix-react-sdk/pull/5864)
|
||||||
|
* Labs: Add quick/cheap "do not disturb" flag
|
||||||
|
[\#5873](https://github.com/matrix-org/matrix-react-sdk/pull/5873)
|
||||||
|
* Fix ReadReceipts animations
|
||||||
|
[\#5836](https://github.com/matrix-org/matrix-react-sdk/pull/5836)
|
||||||
|
* Add tooltips to message previews
|
||||||
|
[\#5859](https://github.com/matrix-org/matrix-react-sdk/pull/5859)
|
||||||
|
* IRC Layout fix layout spacing in replies
|
||||||
|
[\#5855](https://github.com/matrix-org/matrix-react-sdk/pull/5855)
|
||||||
|
* Move user to welcome_page if continuing with previous session
|
||||||
|
[\#5849](https://github.com/matrix-org/matrix-react-sdk/pull/5849)
|
||||||
|
* Improve image view
|
||||||
|
[\#5521](https://github.com/matrix-org/matrix-react-sdk/pull/5521)
|
||||||
|
* Add a button to reset personal encryption state during login
|
||||||
|
[\#5819](https://github.com/matrix-org/matrix-react-sdk/pull/5819)
|
||||||
|
* Fix js-sdk import in SlashCommands
|
||||||
|
[\#5850](https://github.com/matrix-org/matrix-react-sdk/pull/5850)
|
||||||
|
* Fix useRoomPowerLevels hook
|
||||||
|
[\#5854](https://github.com/matrix-org/matrix-react-sdk/pull/5854)
|
||||||
|
* Prevent state events being rendered with invalid state keys
|
||||||
|
[\#5851](https://github.com/matrix-org/matrix-react-sdk/pull/5851)
|
||||||
|
* Give server ACLs a name in 'roles & permissions' tab
|
||||||
|
[\#5838](https://github.com/matrix-org/matrix-react-sdk/pull/5838)
|
||||||
|
* Don't hide notification badge on the home space button as it has no menu
|
||||||
|
[\#5845](https://github.com/matrix-org/matrix-react-sdk/pull/5845)
|
||||||
|
* User Info hide disambiguation as we always show MXID anyway
|
||||||
|
[\#5843](https://github.com/matrix-org/matrix-react-sdk/pull/5843)
|
||||||
|
* Improve kick state to not show if the target was not joined to begin with
|
||||||
|
[\#5846](https://github.com/matrix-org/matrix-react-sdk/pull/5846)
|
||||||
|
* Fix space store wrongly switching to a non-space filter
|
||||||
|
[\#5844](https://github.com/matrix-org/matrix-react-sdk/pull/5844)
|
||||||
|
* Tweak appearance of invite reason
|
||||||
|
[\#5847](https://github.com/matrix-org/matrix-react-sdk/pull/5847)
|
||||||
|
* Update Inter font to v3.18
|
||||||
|
[\#5840](https://github.com/matrix-org/matrix-react-sdk/pull/5840)
|
||||||
|
* Enable sharing historical keys on invite
|
||||||
|
[\#5839](https://github.com/matrix-org/matrix-react-sdk/pull/5839)
|
||||||
|
* Add ability to hide post-login encryption setup with customisation point
|
||||||
|
[\#5834](https://github.com/matrix-org/matrix-react-sdk/pull/5834)
|
||||||
|
* Use LaTeX and TeX delimiters by default
|
||||||
|
[\#5515](https://github.com/matrix-org/matrix-react-sdk/pull/5515)
|
||||||
|
* Clone author's deps fork for Netlify previews
|
||||||
|
[\#5837](https://github.com/matrix-org/matrix-react-sdk/pull/5837)
|
||||||
|
* Show drop file UI only if dragging a file
|
||||||
|
[\#5827](https://github.com/matrix-org/matrix-react-sdk/pull/5827)
|
||||||
|
* Ignore punctuation when filtering rooms
|
||||||
|
[\#5824](https://github.com/matrix-org/matrix-react-sdk/pull/5824)
|
||||||
|
* Resizable CallView
|
||||||
|
[\#5710](https://github.com/matrix-org/matrix-react-sdk/pull/5710)
|
||||||
|
|
||||||
Changes in [3.18.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.18.0) (2021-04-12)
|
Changes in [3.18.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.18.0) (2021-04-12)
|
||||||
=====================================================================================================
|
=====================================================================================================
|
||||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.18.0-rc.1...v3.18.0)
|
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.18.0-rc.1...v3.18.0)
|
||||||
|
|
Loading…
Reference in a new issue