su-ex
6dabd39a15
* Fix a bug where URL previews could be enabled in the left-panel when they
...
should not have been.
* Add a config.json option to skip the built-in Jitsi welcome screen ([\#21190](https://github.com/vector-im/element-web/pull/21190 )).
* Add unexposed account setting for hiding poll creation ([\#7972](https://github.com/matrix-org/matrix-react-sdk/pull/7972 )).
* Allow pinning polls ([\#7922](https://github.com/matrix-org/matrix-react-sdk/pull/7922 )). Fixes #20152 .
* Make trailing `:` into a setting ([\#6711](https://github.com/matrix-org/matrix-react-sdk/pull/6711 )). Fixes #16682 . Contributed by @SimonBrandner.
* Location sharing > back button ([\#7958](https://github.com/matrix-org/matrix-react-sdk/pull/7958 )).
* use LocationAssetType ([\#7965](https://github.com/matrix-org/matrix-react-sdk/pull/7965 )).
* Location share type UI ([\#7924](https://github.com/matrix-org/matrix-react-sdk/pull/7924 )).
* Add a few more UIComponent flags, and ensure they are used in existing code ([\#7937](https://github.com/matrix-org/matrix-react-sdk/pull/7937 )).
* Add support for overriding strings in the app ([\#7886](https://github.com/matrix-org/matrix-react-sdk/pull/7886 )).
* Add support for redirecting to external pages after logout ([\#7905](https://github.com/matrix-org/matrix-react-sdk/pull/7905 )).
* Expose redaction power level in room settings ([\#7599](https://github.com/matrix-org/matrix-react-sdk/pull/7599 )). Fixes #20590 . Contributed by @SimonBrandner.
* Update and expand ways to access pinned messages ([\#7906](https://github.com/matrix-org/matrix-react-sdk/pull/7906 )). Fixes #21209 and #21211 .
* Add slash command to switch to a room's virtual room ([\#7839](https://github.com/matrix-org/matrix-react-sdk/pull/7839 )).
* Remove Lojban translation ([\#21302](https://github.com/vector-im/element-web/pull/21302 )).
* Merge pull request from GHSA-qmf4-7w7j-vf23 ([\#8059](https://github.com/matrix-org/matrix-react-sdk/pull/8059 )).
* Add another null guard for member ([\#7984](https://github.com/matrix-org/matrix-react-sdk/pull/7984 )). Fixes #21319 .
* Fix room account settings ([\#7999](https://github.com/matrix-org/matrix-react-sdk/pull/7999 )).
* Fix missing summary text for pinned message changes ([\#7989](https://github.com/matrix-org/matrix-react-sdk/pull/7989 )). Fixes #19823 .
* Pass room to getRoomTombstone to avoid racing with setState ([\#7986](https://github.com/matrix-org/matrix-react-sdk/pull/7986 )).
* Hide composer and call buttons when the room is tombstoned ([\#7975](https://github.com/matrix-org/matrix-react-sdk/pull/7975 )). Fixes #21286 .
* Fix bad ternary statement in autocomplete user pill insertions ([\#7977](https://github.com/matrix-org/matrix-react-sdk/pull/7977 )). Fixes #21307 .
* Fix sending locations into threads and fix i18n ([\#7943](https://github.com/matrix-org/matrix-react-sdk/pull/7943 )). Fixes #21267 .
* Fix location map attribution rendering over message action bar ([\#7974](https://github.com/matrix-org/matrix-react-sdk/pull/7974 )). Fixes #21297 .
* Fix wrongly asserting that PushRule::conditions is non-null ([\#7973](https://github.com/matrix-org/matrix-react-sdk/pull/7973 )). Fixes #21305 .
* Fix account & room settings race condition ([\#7953](https://github.com/matrix-org/matrix-react-sdk/pull/7953 )). Fixes #21163 .
* Fix bug with some space selections not being applied ([\#7971](https://github.com/matrix-org/matrix-react-sdk/pull/7971 )). Fixes #21290 .
* Revert "replace all require(.svg) with esm import" ([\#7969](https://github.com/matrix-org/matrix-react-sdk/pull/7969 )). Fixes #21293 .
* Hide unpinnable pinned messages in more cases ([\#7921](https://github.com/matrix-org/matrix-react-sdk/pull/7921 )).
* Fix room list being laggy while scrolling 🐌 ([\#7939](https://github.com/matrix-org/matrix-react-sdk/pull/7939 )). Fixes #21262 .
* Make pinned messages more reliably reflect edits ([\#7920](https://github.com/matrix-org/matrix-react-sdk/pull/7920 )). Fixes #17098 .
* Improve accessibility of the BetaPill ([\#7949](https://github.com/matrix-org/matrix-react-sdk/pull/7949 )). Fixes #21255 .
* Autofocus correct composer after sending reaction ([\#7950](https://github.com/matrix-org/matrix-react-sdk/pull/7950 )). Fixes #21273 .
* Consider polls as message events for rendering redactions ([\#7944](https://github.com/matrix-org/matrix-react-sdk/pull/7944 )). Fixes #21125 .
* Prevent event tiles being shrunk/collapsed by flexbox ([\#7942](https://github.com/matrix-org/matrix-react-sdk/pull/7942 )). Fixes #21269 .
* Fix ExportDialog title on export cancellation ([\#7936](https://github.com/matrix-org/matrix-react-sdk/pull/7936 )). Fixes #21260 . Contributed by @luixxiul.
* Mandate use of js-sdk/src/matrix import over js-sdk/src ([\#7933](https://github.com/matrix-org/matrix-react-sdk/pull/7933 )). Fixes #21253 .
* Fix backspace not working in the invite dialog ([\#7931](https://github.com/matrix-org/matrix-react-sdk/pull/7931 )). Fixes #21249 . Contributed by @SimonBrandner.
* Fix right panel soft crashes due to missing room prop ([\#7923](https://github.com/matrix-org/matrix-react-sdk/pull/7923 )). Fixes #21243 .
* fix color of location share caret ([\#7917](https://github.com/matrix-org/matrix-react-sdk/pull/7917 )).
* Wrap all EventTiles with a TileErrorBoundary and guard parsePermalink ([\#7916](https://github.com/matrix-org/matrix-react-sdk/pull/7916 )). Fixes #21216 .
* Fix changing space sometimes bouncing to the wrong space ([\#7910](https://github.com/matrix-org/matrix-react-sdk/pull/7910 )). Fixes #20425 .
* Ensure EventListSummary key does not change during backpagination ([\#7915](https://github.com/matrix-org/matrix-react-sdk/pull/7915 )). Fixes #9192 .
* Fix positioning of the thread context menu ([\#7918](https://github.com/matrix-org/matrix-react-sdk/pull/7918 )). Fixes #21236 .
* Inject sender into pinned messages ([\#7904](https://github.com/matrix-org/matrix-react-sdk/pull/7904 )). Fixes #20314 .
* Tweak info message padding in right panel timeline ([\#7901](https://github.com/matrix-org/matrix-react-sdk/pull/7901 )). Fixes #21212 .
* Fix another freeze on room switch ([\#7900](https://github.com/matrix-org/matrix-react-sdk/pull/7900 )). Fixes #21127 .
* Fix out of memory error when failing to acquire location ([\#7902](https://github.com/matrix-org/matrix-react-sdk/pull/7902 )). Fixes #21213 .
* Fix edge case in context menu chevron positioning ([\#7899](https://github.com/matrix-org/matrix-react-sdk/pull/7899 )).
* Fix composer format buttons on WebKit ([\#7898](https://github.com/matrix-org/matrix-react-sdk/pull/7898 )). Fixes #20868 .
* manage voicerecording state when deleting or sending a voice message ([\#7896](https://github.com/matrix-org/matrix-react-sdk/pull/7896 )). Fixes #21151 .
* Fix bug with useRoomHierarchy tight-looping loadMore on error ([\#7893](https://github.com/matrix-org/matrix-react-sdk/pull/7893 )).
* Fix upload button & shortcut not working for narrow composer mode ([\#7894](https://github.com/matrix-org/matrix-react-sdk/pull/7894 )). Fixes #21175 and #21142 .
* Fix emoji insertion in thread composer going to the main composer ([\#7895](https://github.com/matrix-org/matrix-react-sdk/pull/7895 )). Fixes #21202 .
* Try harder to keep context menus inside the window ([\#7863](https://github.com/matrix-org/matrix-react-sdk/pull/7863 )). Fixes #17527 and #18377 .
* Fix edge case around event list summary layout ([\#7891](https://github.com/matrix-org/matrix-react-sdk/pull/7891 )). Fixes #21180 .
* Fix event list summary 1 hidden message pluralisation ([\#7890](https://github.com/matrix-org/matrix-react-sdk/pull/7890 )). Fixes #21196 .
* Fix vanishing recently viewed menu ([\#7887](https://github.com/matrix-org/matrix-react-sdk/pull/7887 )). Fixes #20827 .
* Fix freeze on room switch ([\#7884](https://github.com/matrix-org/matrix-react-sdk/pull/7884 )). Fixes #21127 .
* Check 'useSystemTheme' in quick settings theme switcher ([\#7809](https://github.com/matrix-org/matrix-react-sdk/pull/7809 )). Fixes #21061 .
* Fix 'my threads' filtering to include participated threads ([\#7882](https://github.com/matrix-org/matrix-react-sdk/pull/7882 )). Fixes #20877 .
* Remove log line to try to fix freeze on answering VoIP call ([\#7883](https://github.com/matrix-org/matrix-react-sdk/pull/7883 )).
* Support social login & password on soft logout page ([\#7879](https://github.com/matrix-org/matrix-react-sdk/pull/7879 )). Fixes #21099 .
* Fix missing padding on server picker ([\#7864](https://github.com/matrix-org/matrix-react-sdk/pull/7864 )).
* Throttle RoomState.members handlers ([\#7876](https://github.com/matrix-org/matrix-react-sdk/pull/7876 )). Fixes #21127 .
* Only show joined/invited in search dialog ([\#7875](https://github.com/matrix-org/matrix-react-sdk/pull/7875 )). Fixes #21161 .
* Don't pillify code blocks ([\#7861](https://github.com/matrix-org/matrix-react-sdk/pull/7861 )). Fixes #20851 and #18687 .
* Fix keyboard shortcut icons on macOS ([\#7869](https://github.com/matrix-org/matrix-react-sdk/pull/7869 )).
-----BEGIN PGP SIGNATURE-----
iQJFBAABCAAvFiEE6Vt2megLaKnq2aGaK6qbhVK9kEcFAmIwpk4RHHJlbGVhc2Vz
QHJpb3QuaW0ACgkQK6qbhVK9kEf1cA/9EqNCd6nHujLvU7J1gHdISH9OqP/eG8Mc
baV56OacpjIHVkadCPpP/+NlV8gVtZ4a2xrYS1Onfj6A5vumtLXNHmjfUjW6xLH6
7rObspKm7ZCL3Vj/onzc+sXlebjMEEtu5x+uLUDtsvx+0PMSkwD3Pgvxp0h8WN5X
Fq875sKWgajdF2vkQaJbIXaCZc88Sq34VJRFMOBhxboIczbxKjJzP2s/O+eLgoZB
SDvoMBJDAEmyZqkaoIvio4CK1Xl5UXydIgHyNtT7AVIw7nZSX1nb45WqFQBwi+2Z
N0uBmgm/kuVrXpgL8GZnm7WwmyiPDYe8CnNOt5qE8JrCGHLFw6/9XzTO1uWJJORM
IFU43Y8TBKTkzR1qcUHLJB7gczYh4PQ37i785NywVL1a6ZNZu3RaooCPrzvKhn3r
fbAAceaBdjnhJyg8AuFiDItXpZLTdvUjYZBfUCFUO6YxrRBJE9/wJyb+LFiS619G
DvhLmQSy3SNOV92qBsm4B9/+tdQeEucZ7fA2XwMS+AbfCeWStt7ThESBGGYX86hB
Y9jRSPIScigM02vGPsRAcHKiff47lh6HeiVQkQudQXGHQnIHYHIy/kjE6n1nc8OO
iJeOLaJkvzGQtxp2eyTiznEULQ7QRupZlwY8e8xzd5A1n0ABrWzLM3jlkyWEbj95
Ym6YWhY2R0c=
=zrng
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQR6emmsWm8pV5k1AY7p6fZkQRCUPgUCYjLoiQAKCRDp6fZkQRCU
Pi6BAP9IHQZbsFl+ED4cob6F3GAyMXg/bRVNTQmYmhgFa2kroQEAxs88630OVzKi
y8+vXhldM5zirARSJycH9zhxurrVJAs=
=s6N+
-----END PGP SIGNATURE-----
Merge tag 'v1.10.7' into sc
* Fix a bug where URL previews could be enabled in the left-panel when they
should not have been.
* Add a config.json option to skip the built-in Jitsi welcome screen ([\#21190](https://github.com/vector-im/element-web/pull/21190 )).
* Add unexposed account setting for hiding poll creation ([\#7972](https://github.com/matrix-org/matrix-react-sdk/pull/7972 )).
* Allow pinning polls ([\#7922](https://github.com/matrix-org/matrix-react-sdk/pull/7922 )). Fixes #20152 .
* Make trailing `:` into a setting ([\#6711](https://github.com/matrix-org/matrix-react-sdk/pull/6711 )). Fixes #16682 . Contributed by @SimonBrandner.
* Location sharing > back button ([\#7958](https://github.com/matrix-org/matrix-react-sdk/pull/7958 )).
* use LocationAssetType ([\#7965](https://github.com/matrix-org/matrix-react-sdk/pull/7965 )).
* Location share type UI ([\#7924](https://github.com/matrix-org/matrix-react-sdk/pull/7924 )).
* Add a few more UIComponent flags, and ensure they are used in existing code ([\#7937](https://github.com/matrix-org/matrix-react-sdk/pull/7937 )).
* Add support for overriding strings in the app ([\#7886](https://github.com/matrix-org/matrix-react-sdk/pull/7886 )).
* Add support for redirecting to external pages after logout ([\#7905](https://github.com/matrix-org/matrix-react-sdk/pull/7905 )).
* Expose redaction power level in room settings ([\#7599](https://github.com/matrix-org/matrix-react-sdk/pull/7599 )). Fixes #20590 . Contributed by @SimonBrandner.
* Update and expand ways to access pinned messages ([\#7906](https://github.com/matrix-org/matrix-react-sdk/pull/7906 )). Fixes #21209 and #21211 .
* Add slash command to switch to a room's virtual room ([\#7839](https://github.com/matrix-org/matrix-react-sdk/pull/7839 )).
* Remove Lojban translation ([\#21302](https://github.com/vector-im/element-web/pull/21302 )).
* Merge pull request from GHSA-qmf4-7w7j-vf23 ([\#8059](https://github.com/matrix-org/matrix-react-sdk/pull/8059 )).
* Add another null guard for member ([\#7984](https://github.com/matrix-org/matrix-react-sdk/pull/7984 )). Fixes #21319 .
* Fix room account settings ([\#7999](https://github.com/matrix-org/matrix-react-sdk/pull/7999 )).
* Fix missing summary text for pinned message changes ([\#7989](https://github.com/matrix-org/matrix-react-sdk/pull/7989 )). Fixes #19823 .
* Pass room to getRoomTombstone to avoid racing with setState ([\#7986](https://github.com/matrix-org/matrix-react-sdk/pull/7986 )).
* Hide composer and call buttons when the room is tombstoned ([\#7975](https://github.com/matrix-org/matrix-react-sdk/pull/7975 )). Fixes #21286 .
* Fix bad ternary statement in autocomplete user pill insertions ([\#7977](https://github.com/matrix-org/matrix-react-sdk/pull/7977 )). Fixes #21307 .
* Fix sending locations into threads and fix i18n ([\#7943](https://github.com/matrix-org/matrix-react-sdk/pull/7943 )). Fixes #21267 .
* Fix location map attribution rendering over message action bar ([\#7974](https://github.com/matrix-org/matrix-react-sdk/pull/7974 )). Fixes #21297 .
* Fix wrongly asserting that PushRule::conditions is non-null ([\#7973](https://github.com/matrix-org/matrix-react-sdk/pull/7973 )). Fixes #21305 .
* Fix account & room settings race condition ([\#7953](https://github.com/matrix-org/matrix-react-sdk/pull/7953 )). Fixes #21163 .
* Fix bug with some space selections not being applied ([\#7971](https://github.com/matrix-org/matrix-react-sdk/pull/7971 )). Fixes #21290 .
* Revert "replace all require(.svg) with esm import" ([\#7969](https://github.com/matrix-org/matrix-react-sdk/pull/7969 )). Fixes #21293 .
* Hide unpinnable pinned messages in more cases ([\#7921](https://github.com/matrix-org/matrix-react-sdk/pull/7921 )).
* Fix room list being laggy while scrolling 🐌 ([\#7939](https://github.com/matrix-org/matrix-react-sdk/pull/7939 )). Fixes #21262 .
* Make pinned messages more reliably reflect edits ([\#7920](https://github.com/matrix-org/matrix-react-sdk/pull/7920 )). Fixes #17098 .
* Improve accessibility of the BetaPill ([\#7949](https://github.com/matrix-org/matrix-react-sdk/pull/7949 )). Fixes #21255 .
* Autofocus correct composer after sending reaction ([\#7950](https://github.com/matrix-org/matrix-react-sdk/pull/7950 )). Fixes #21273 .
* Consider polls as message events for rendering redactions ([\#7944](https://github.com/matrix-org/matrix-react-sdk/pull/7944 )). Fixes #21125 .
* Prevent event tiles being shrunk/collapsed by flexbox ([\#7942](https://github.com/matrix-org/matrix-react-sdk/pull/7942 )). Fixes #21269 .
* Fix ExportDialog title on export cancellation ([\#7936](https://github.com/matrix-org/matrix-react-sdk/pull/7936 )). Fixes #21260 . Contributed by @luixxiul.
* Mandate use of js-sdk/src/matrix import over js-sdk/src ([\#7933](https://github.com/matrix-org/matrix-react-sdk/pull/7933 )). Fixes #21253 .
* Fix backspace not working in the invite dialog ([\#7931](https://github.com/matrix-org/matrix-react-sdk/pull/7931 )). Fixes #21249 . Contributed by @SimonBrandner.
* Fix right panel soft crashes due to missing room prop ([\#7923](https://github.com/matrix-org/matrix-react-sdk/pull/7923 )). Fixes #21243 .
* fix color of location share caret ([\#7917](https://github.com/matrix-org/matrix-react-sdk/pull/7917 )).
* Wrap all EventTiles with a TileErrorBoundary and guard parsePermalink ([\#7916](https://github.com/matrix-org/matrix-react-sdk/pull/7916 )). Fixes #21216 .
* Fix changing space sometimes bouncing to the wrong space ([\#7910](https://github.com/matrix-org/matrix-react-sdk/pull/7910 )). Fixes #20425 .
* Ensure EventListSummary key does not change during backpagination ([\#7915](https://github.com/matrix-org/matrix-react-sdk/pull/7915 )). Fixes #9192 .
* Fix positioning of the thread context menu ([\#7918](https://github.com/matrix-org/matrix-react-sdk/pull/7918 )). Fixes #21236 .
* Inject sender into pinned messages ([\#7904](https://github.com/matrix-org/matrix-react-sdk/pull/7904 )). Fixes #20314 .
* Tweak info message padding in right panel timeline ([\#7901](https://github.com/matrix-org/matrix-react-sdk/pull/7901 )). Fixes #21212 .
* Fix another freeze on room switch ([\#7900](https://github.com/matrix-org/matrix-react-sdk/pull/7900 )). Fixes #21127 .
* Fix out of memory error when failing to acquire location ([\#7902](https://github.com/matrix-org/matrix-react-sdk/pull/7902 )). Fixes #21213 .
* Fix edge case in context menu chevron positioning ([\#7899](https://github.com/matrix-org/matrix-react-sdk/pull/7899 )).
* Fix composer format buttons on WebKit ([\#7898](https://github.com/matrix-org/matrix-react-sdk/pull/7898 )). Fixes #20868 .
* manage voicerecording state when deleting or sending a voice message ([\#7896](https://github.com/matrix-org/matrix-react-sdk/pull/7896 )). Fixes #21151 .
* Fix bug with useRoomHierarchy tight-looping loadMore on error ([\#7893](https://github.com/matrix-org/matrix-react-sdk/pull/7893 )).
* Fix upload button & shortcut not working for narrow composer mode ([\#7894](https://github.com/matrix-org/matrix-react-sdk/pull/7894 )). Fixes #21175 and #21142 .
* Fix emoji insertion in thread composer going to the main composer ([\#7895](https://github.com/matrix-org/matrix-react-sdk/pull/7895 )). Fixes #21202 .
* Try harder to keep context menus inside the window ([\#7863](https://github.com/matrix-org/matrix-react-sdk/pull/7863 )). Fixes #17527 and #18377 .
* Fix edge case around event list summary layout ([\#7891](https://github.com/matrix-org/matrix-react-sdk/pull/7891 )). Fixes #21180 .
* Fix event list summary 1 hidden message pluralisation ([\#7890](https://github.com/matrix-org/matrix-react-sdk/pull/7890 )). Fixes #21196 .
* Fix vanishing recently viewed menu ([\#7887](https://github.com/matrix-org/matrix-react-sdk/pull/7887 )). Fixes #20827 .
* Fix freeze on room switch ([\#7884](https://github.com/matrix-org/matrix-react-sdk/pull/7884 )). Fixes #21127 .
* Check 'useSystemTheme' in quick settings theme switcher ([\#7809](https://github.com/matrix-org/matrix-react-sdk/pull/7809 )). Fixes #21061 .
* Fix 'my threads' filtering to include participated threads ([\#7882](https://github.com/matrix-org/matrix-react-sdk/pull/7882 )). Fixes #20877 .
* Remove log line to try to fix freeze on answering VoIP call ([\#7883](https://github.com/matrix-org/matrix-react-sdk/pull/7883 )).
* Support social login & password on soft logout page ([\#7879](https://github.com/matrix-org/matrix-react-sdk/pull/7879 )). Fixes #21099 .
* Fix missing padding on server picker ([\#7864](https://github.com/matrix-org/matrix-react-sdk/pull/7864 )).
* Throttle RoomState.members handlers ([\#7876](https://github.com/matrix-org/matrix-react-sdk/pull/7876 )). Fixes #21127 .
* Only show joined/invited in search dialog ([\#7875](https://github.com/matrix-org/matrix-react-sdk/pull/7875 )). Fixes #21161 .
* Don't pillify code blocks ([\#7861](https://github.com/matrix-org/matrix-react-sdk/pull/7861 )). Fixes #20851 and #18687 .
* Fix keyboard shortcut icons on macOS ([\#7869](https://github.com/matrix-org/matrix-react-sdk/pull/7869 )).
2022-03-17 08:51:35 +01:00
su-ex
8c106cc13c
* Fix some crashes in the right panel
...
-----BEGIN PGP SIGNATURE-----
iQJFBAABCAAvFiEE6Vt2megLaKnq2aGaK6qbhVK9kEcFAmIeDBkRHHJlbGVhc2Vz
QHJpb3QuaW0ACgkQK6qbhVK9kEf4ZhAArSPk7uY4JOP7J6scm7X4EAV0Z5+HYVOv
J00ViIwO+krnfhRYGnqDs8LhT7iB+d7zfvRn5IKtuFRBagV9XNEKizZFwhAs5/dc
9OfX3c3StSyNy6y1cm1DlZAOvhN/UJHjw4NQFAXfzoFyN9cu98XnxbUVYE6xgXPa
kogNAtF8CxDHEGPDJWiAB5PuYsPom7bnujYWLEYSlmf81xP7JS16rVoBSVelN6sL
IwMCm/JHLIRp4qcD463Ct6d8nfoytylt5Xxct/HKDqvGmWP7UatNMHOAxzl3iVx/
l02kZ05HqcNhi4gORZBIC0bhTUf0BxpP3ibLWrGhfBoDJtVnZf8JWR68SZy3BNUy
itvrmFMC5i+ilfrqh2JqOR0dvUjxSQtA6MhsST1Sda5S0CXatk1nfPqKhyt9qh4z
g9q75TPeMb430HA64XCmocnOS5260GKzcjiXZJCXMpjkM8av9xIuoDev2sWlai3w
JW4TMqcRXgjQgyN/vipCpdFfVc2Iqw4QPLa5j3iqU9/Ndqfaid7kOzuvLY7UKCzS
4kPdDmt8Rewif0VGsgB/oXLXWmcQywCXf4VfOU+SPL7NDljrtwnm+k8zhGeX4xy3
2wGxg1lng4YBr7uaz9G/ptUnZExXSGFLdPWpEkWsXLfBf3mGCgqplmAriYyI5Pl7
CSJNcwkqTkc=
=Ez0P
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQR6emmsWm8pV5k1AY7p6fZkQRCUPgUCYiJM/wAKCRDp6fZkQRCU
PoEGAP0fYGH7EfPHn1sohLRbepRT4efONQL+PAMWQ8koo7p9HwD/UtHB5iu8Q+DG
mgp2TeXnDv1vcrLe0kWUb8uaxwjuiQg=
=DYwe
-----END PGP SIGNATURE-----
Merge tag 'v1.10.6' into sc
* Fix some crashes in the right panel
2022-03-04 18:31:41 +01:00
Kerry
30339bd9a3
fix webpack handling for svg imports ( #21311 )
2022-03-04 13:57:26 +01:00
Kerry
9a17a61809
add svgr loader for icons ( #21248 )
...
* add svgr loader for icons
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix config, move dep to dev
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add svg types
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add aria-hidden and role=img to svg
Signed-off-by: Kerry Archibald <kerrya@element.io>
* make svgProps explicitly overridable
Signed-off-by: Kerry Archibald <kerrya@element.io>
* role presentatino
Signed-off-by: Kerry Archibald <kerrya@element.io>
* update copyright
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-03-02 09:14:30 +00:00
Travis Ralston
95de708f4e
Make customisations (and general file overrides) easier to specify ( #21189 )
...
Intended for customisation endpoints - see included docs.
2022-02-24 12:52:08 -07:00
Michael Telatynski
52c86264dc
Tweak webpack config around stubbing node modules ( #21108 )
2022-02-17 09:00:45 +00:00
J. Ryan Stinnett
fa64d65e6e
Remove postcss-extend ( #21046 )
2022-02-11 14:22:56 +00:00
su-ex
7355e036a6
* Make double-clicking the PiP take you to the call room ([\#7142]( https://github.com/matrix-org/matrix-react-sdk/pull/7142 )). Fixes #18421 #15920 and #18421 . Contributed by @SimonBrandner.
...
* Add maximise widget functionality ([\#7098](https://github.com/matrix-org/matrix-react-sdk/pull/7098 )). Fixes #19619 , #19621 #19760 and #19619 .
* Add rainfall effect ([\#7086](https://github.com/matrix-org/matrix-react-sdk/pull/7086 )). Contributed by @justjosias.
* Add root folder to zip file created by export chat feature ([\#7097](https://github.com/matrix-org/matrix-react-sdk/pull/7097 )). Fixes #19653 and #19653 . Contributed by @aaronraimist.
* Improve VoIP UI/UX ([\#7048](https://github.com/matrix-org/matrix-react-sdk/pull/7048 )). Fixes #19513 and #19513 . Contributed by @SimonBrandner.
* Unified room context menus ([\#7072](https://github.com/matrix-org/matrix-react-sdk/pull/7072 )). Fixes #19527 and #19527 .
* In forgot password screen, show validation errors inline in the form, instead of in modals ([\#7113](https://github.com/matrix-org/matrix-react-sdk/pull/7113 )). Contributed by @psrpinto.
* Implement more meta-spaces ([\#7077](https://github.com/matrix-org/matrix-react-sdk/pull/7077 )). Fixes #18634 #17295 and #18634 .
* Expose power level control for m.space.child ([\#7120](https://github.com/matrix-org/matrix-react-sdk/pull/7120 )).
* Forget member-list query when switching out of a room ([\#7093](https://github.com/matrix-org/matrix-react-sdk/pull/7093 )). Fixes #19432 and #19432 . Contributed by @SimonBrandner.
* Do pre-submit availability check on username during registration ([\#6978](https://github.com/matrix-org/matrix-react-sdk/pull/6978 )). Fixes #9545 and #9545 .
* Adjust recovery key button sizes depending on text width ([\#7134](https://github.com/matrix-org/matrix-react-sdk/pull/7134 )). Fixes #19511 and #19511 . Contributed by @weeman1337.
* Fix bulk invite button getting a negative count ([\#7122](https://github.com/matrix-org/matrix-react-sdk/pull/7122 )). Fixes #19466 and #19466 . Contributed by @renancleyson-dev.
* Fix maximised / pinned widget state being loaded correctly ([\#7146](https://github.com/matrix-org/matrix-react-sdk/pull/7146 )). Fixes #19768 and #19768 .
* Don't reload the page when user hits enter when entering ban reason ([\#7145](https://github.com/matrix-org/matrix-react-sdk/pull/7145 )). Fixes #19763 and #19763 .
* Fix timeline text when sharing room layout ([\#7140](https://github.com/matrix-org/matrix-react-sdk/pull/7140 )). Fixes #19622 and #19622 .
* Fix look of emoji verification ([\#7133](https://github.com/matrix-org/matrix-react-sdk/pull/7133 )). Fixes #19740 and #19740 . Contributed by @SimonBrandner.
* Fixes element not remembering widget hidden state per room ([\#7136](https://github.com/matrix-org/matrix-react-sdk/pull/7136 )). Fixes #16672 , matrix-org/element-web-rageshakes#4407 , #15718 #15768 and #16672 .
* Don't keep spinning if joining space child failed ([\#7129](https://github.com/matrix-org/matrix-react-sdk/pull/7129 )). Fixes matrix-org/element-web-rageshakes#6813 and matrix-org/element-web-rageshakes#6813 .
* Guard around SpaceStore onAccountData handler prevEvent ([\#7123](https://github.com/matrix-org/matrix-react-sdk/pull/7123 )). Fixes #19705 and #19705 .
* Fix missing spaces in threads copy ([\#7119](https://github.com/matrix-org/matrix-react-sdk/pull/7119 )). Fixes #19702 and #19702 .
* Fix hover tile border ([\#7117](https://github.com/matrix-org/matrix-react-sdk/pull/7117 )). Fixes #19698 and #19698 . Contributed by @SimonBrandner.
* Fix quote button ([\#7096](https://github.com/matrix-org/matrix-react-sdk/pull/7096 )). Fixes #19659 and #19659 . Contributed by @SimonBrandner.
* Fix space panel layout edge cases ([\#7101](https://github.com/matrix-org/matrix-react-sdk/pull/7101 )). Fixes #19668 and #19668 .
* Update powerlevel/role when the user changes in the user info panel ([\#7099](https://github.com/matrix-org/matrix-react-sdk/pull/7099 )). Fixes #19666 and #19666 . Contributed by @SimonBrandner.
* Fix avatar disappearing when setting a room topic ([\#7092](https://github.com/matrix-org/matrix-react-sdk/pull/7092 )). Fixes #19226 and #19226 . Contributed by @SimonBrandner.
* Fix possible infinite loop on widget start ([\#7071](https://github.com/matrix-org/matrix-react-sdk/pull/7071 )). Fixes #15494 and #15494 .
* Use device IDs for nameless devices in device list ([\#7081](https://github.com/matrix-org/matrix-react-sdk/pull/7081 )). Fixes #19608 and #19608 .
* Don't re-sort rooms on no-op RoomUpdateCause.PossibleTagChange ([\#7053](https://github.com/matrix-org/matrix-react-sdk/pull/7053 )). Contributed by @bradtgmurray.
-----BEGIN PGP SIGNATURE-----
iQJFBAABCAAvFiEE6Vt2megLaKnq2aGaK6qbhVK9kEcFAmGbrDURHHJlbGVhc2Vz
QHJpb3QuaW0ACgkQK6qbhVK9kEfTBA//QkWKiVcZ7Eq7L9tnUM05lgP5uLaErKx4
FXbPYd/xRR2/yh35Yq6iOic/Gkub0OV6gO9z0iJHj0QWVBF0aFMUt5o+O/NdjhxZ
gATldDOv17sJBRvyLegg+Pw4OXqlqm45QdIh3eykLMKk1mnqe0S6CCeH82rQUEYw
RY1w8yAsucL2XAT5VKJGet9HIOVj9xgvcoT3IJ5kRq5zKRtusNpOezJRncR2E6O/
K+ur5Trq1n1A6N105JyVEtz+J4EqbvzwXmcJOqHS50+O01b637NR/oQKYCzH3CGC
GJxqKjfe0ej+GP5LG2RB7pFqCsl8cykXKXMXIe6/mHMCCaMFtt84VH5gCU47Rb+v
DKxb/afE5kTHntypPqS1ktdYApLgO+BsS7F3V3RW+ZNdg/Ob4jLqw4lMPJa5q8H0
35DB60Q8iXYutkcsTDUdclI8T5ScIflFBIeHz/CGubqUjktdrAInoWZCoQSGggQs
y3c9t75bBrIsfgvINYNggukho6FULtcli3CmEWqC3NDBwupqNBYUo2hg+R1VmAkm
f1KQIEZT9viMmv8u39n7CAIhyeOJtZsUhNxexaScnJYH7xSG3t9HA7rDuKeJfEMI
/FvYPjfJBXlCk0qs+Hmt9Mk8bBJrCQ64Rn0bGxaHxfpy6uwDsSQkDsAjB0R4DWUY
Q7tWZ/qMlrM=
=hLNt
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQR6emmsWm8pV5k1AY7p6fZkQRCUPgUCYZvnuQAKCRDp6fZkQRCU
PrQAAQDRVbC31w+YRboRd5SAfAOYagkAvnljzON0p4HwGBYbfgEAld+OVZRTXdS+
z8fsxP1IPcD1HBrIfCfqAZuwuvJ7zAA=
=XtLZ
-----END PGP SIGNATURE-----
Merge tag 'v1.9.5' into sc
* Make double-clicking the PiP take you to the call room ([\#7142](https://github.com/matrix-org/matrix-react-sdk/pull/7142 )). Fixes #18421 #15920 and #18421 . Contributed by @SimonBrandner.
* Add maximise widget functionality ([\#7098](https://github.com/matrix-org/matrix-react-sdk/pull/7098 )). Fixes #19619 , #19621 #19760 and #19619 .
* Add rainfall effect ([\#7086](https://github.com/matrix-org/matrix-react-sdk/pull/7086 )). Contributed by @justjosias.
* Add root folder to zip file created by export chat feature ([\#7097](https://github.com/matrix-org/matrix-react-sdk/pull/7097 )). Fixes #19653 and #19653 . Contributed by @aaronraimist.
* Improve VoIP UI/UX ([\#7048](https://github.com/matrix-org/matrix-react-sdk/pull/7048 )). Fixes #19513 and #19513 . Contributed by @SimonBrandner.
* Unified room context menus ([\#7072](https://github.com/matrix-org/matrix-react-sdk/pull/7072 )). Fixes #19527 and #19527 .
* In forgot password screen, show validation errors inline in the form, instead of in modals ([\#7113](https://github.com/matrix-org/matrix-react-sdk/pull/7113 )). Contributed by @psrpinto.
* Implement more meta-spaces ([\#7077](https://github.com/matrix-org/matrix-react-sdk/pull/7077 )). Fixes #18634 #17295 and #18634 .
* Expose power level control for m.space.child ([\#7120](https://github.com/matrix-org/matrix-react-sdk/pull/7120 )).
* Forget member-list query when switching out of a room ([\#7093](https://github.com/matrix-org/matrix-react-sdk/pull/7093 )). Fixes #19432 and #19432 . Contributed by @SimonBrandner.
* Do pre-submit availability check on username during registration ([\#6978](https://github.com/matrix-org/matrix-react-sdk/pull/6978 )). Fixes #9545 and #9545 .
* Adjust recovery key button sizes depending on text width ([\#7134](https://github.com/matrix-org/matrix-react-sdk/pull/7134 )). Fixes #19511 and #19511 . Contributed by @weeman1337.
* Fix bulk invite button getting a negative count ([\#7122](https://github.com/matrix-org/matrix-react-sdk/pull/7122 )). Fixes #19466 and #19466 . Contributed by @renancleyson-dev.
* Fix maximised / pinned widget state being loaded correctly ([\#7146](https://github.com/matrix-org/matrix-react-sdk/pull/7146 )). Fixes #19768 and #19768 .
* Don't reload the page when user hits enter when entering ban reason ([\#7145](https://github.com/matrix-org/matrix-react-sdk/pull/7145 )). Fixes #19763 and #19763 .
* Fix timeline text when sharing room layout ([\#7140](https://github.com/matrix-org/matrix-react-sdk/pull/7140 )). Fixes #19622 and #19622 .
* Fix look of emoji verification ([\#7133](https://github.com/matrix-org/matrix-react-sdk/pull/7133 )). Fixes #19740 and #19740 . Contributed by @SimonBrandner.
* Fixes element not remembering widget hidden state per room ([\#7136](https://github.com/matrix-org/matrix-react-sdk/pull/7136 )). Fixes #16672 , matrix-org/element-web-rageshakes#4407 , #15718 #15768 and #16672 .
* Don't keep spinning if joining space child failed ([\#7129](https://github.com/matrix-org/matrix-react-sdk/pull/7129 )). Fixes matrix-org/element-web-rageshakes#6813 and matrix-org/element-web-rageshakes#6813 .
* Guard around SpaceStore onAccountData handler prevEvent ([\#7123](https://github.com/matrix-org/matrix-react-sdk/pull/7123 )). Fixes #19705 and #19705 .
* Fix missing spaces in threads copy ([\#7119](https://github.com/matrix-org/matrix-react-sdk/pull/7119 )). Fixes #19702 and #19702 .
* Fix hover tile border ([\#7117](https://github.com/matrix-org/matrix-react-sdk/pull/7117 )). Fixes #19698 and #19698 . Contributed by @SimonBrandner.
* Fix quote button ([\#7096](https://github.com/matrix-org/matrix-react-sdk/pull/7096 )). Fixes #19659 and #19659 . Contributed by @SimonBrandner.
* Fix space panel layout edge cases ([\#7101](https://github.com/matrix-org/matrix-react-sdk/pull/7101 )). Fixes #19668 and #19668 .
* Update powerlevel/role when the user changes in the user info panel ([\#7099](https://github.com/matrix-org/matrix-react-sdk/pull/7099 )). Fixes #19666 and #19666 . Contributed by @SimonBrandner.
* Fix avatar disappearing when setting a room topic ([\#7092](https://github.com/matrix-org/matrix-react-sdk/pull/7092 )). Fixes #19226 and #19226 . Contributed by @SimonBrandner.
* Fix possible infinite loop on widget start ([\#7071](https://github.com/matrix-org/matrix-react-sdk/pull/7071 )). Fixes #15494 and #15494 .
* Use device IDs for nameless devices in device list ([\#7081](https://github.com/matrix-org/matrix-react-sdk/pull/7081 )). Fixes #19608 and #19608 .
* Don't re-sort rooms on no-op RoomUpdateCause.PossibleTagChange ([\#7053](https://github.com/matrix-org/matrix-react-sdk/pull/7053 )). Contributed by @bradtgmurray.
2021-11-22 19:55:49 +01:00
su-ex
1ce931a379
* Improve the look of tooltips ([\#7049]( https://github.com/matrix-org/matrix-react-sdk/pull/7049 )). Contributed by @SimonBrandner.
...
* Improve the look of the spinner ([\#6083](https://github.com/matrix-org/matrix-react-sdk/pull/6083 )). Contributed by @SimonBrandner.
* Polls: Creation form & start event ([\#7001](https://github.com/matrix-org/matrix-react-sdk/pull/7001 )).
* Show a gray shield when encrypted by deleted session ([\#6119](https://github.com/matrix-org/matrix-react-sdk/pull/6119 )). Contributed by @SimonBrandner.
* <notes> ([\#7057](https://github.com/matrix-org/matrix-react-sdk/pull/7057 )). Contributed by @ndarilek.
* Make message separator more accessible. ([\#7056](https://github.com/matrix-org/matrix-react-sdk/pull/7056 )). Contributed by @ndarilek.
* <notes> ([\#7035](https://github.com/matrix-org/matrix-react-sdk/pull/7035 )). Contributed by @ndarilek.
* Implement RequiresClient capability for widgets ([\#7005](https://github.com/matrix-org/matrix-react-sdk/pull/7005 )). Fixes #15744 and #15744 .
* Respect the system high contrast setting when using system theme ([\#7043](https://github.com/matrix-org/matrix-react-sdk/pull/7043 )).
* Remove redundant duplicate mimetype field which doesn't conform to spec ([\#7045](https://github.com/matrix-org/matrix-react-sdk/pull/7045 )). Fixes #17145 and #17145 .
* Make join button on space hierarchy action in the background ([\#7041](https://github.com/matrix-org/matrix-react-sdk/pull/7041 )). Fixes #17388 and #17388 .
* Add a high contrast theme (a variant of the light theme) ([\#7036](https://github.com/matrix-org/matrix-react-sdk/pull/7036 )).
* Improve timeline message for restricted join rule changes ([\#6984](https://github.com/matrix-org/matrix-react-sdk/pull/6984 )). Fixes #18980 and #18980 .
* Improve the appearance of the font size slider ([\#7038](https://github.com/matrix-org/matrix-react-sdk/pull/7038 )).
* Improve RovingTabIndex & Room List filtering performance ([\#6987](https://github.com/matrix-org/matrix-react-sdk/pull/6987 )). Fixes #17864 and #17864 .
* Remove outdated Spaces restricted rooms warning ([\#6927](https://github.com/matrix-org/matrix-react-sdk/pull/6927 )).
* Make /msg <message> param optional for more flexibility ([\#7028](https://github.com/matrix-org/matrix-react-sdk/pull/7028 )). Fixes #19481 and #19481 .
* Add decoration to space hierarchy for tiles which have already been j… ([\#6969](https://github.com/matrix-org/matrix-react-sdk/pull/6969 )). Fixes #18755 and #18755 .
* Add insert link button to the format bar ([\#5879](https://github.com/matrix-org/matrix-react-sdk/pull/5879 )). Contributed by @SimonBrandner.
* Improve visibility of font size chooser ([\#6988](https://github.com/matrix-org/matrix-react-sdk/pull/6988 )).
* Soften border-radius on selected/hovered messages ([\#6525](https://github.com/matrix-org/matrix-react-sdk/pull/6525 )). Fixes #18108 . Contributed by @SimonBrandner.
* Add a developer mode flag and use it for accessing space timelines ([\#6994](https://github.com/matrix-org/matrix-react-sdk/pull/6994 )). Fixes #19416 and #19416 .
* Position toggle switch more clearly ([\#6914](https://github.com/matrix-org/matrix-react-sdk/pull/6914 )). Contributed by @CicadaCinema.
* Validate email address in forgot password dialog ([\#6983](https://github.com/matrix-org/matrix-react-sdk/pull/6983 )). Fixes #9978 and #9978 . Contributed by @psrpinto.
* Handle and i18n M_THREEPID_IN_USE during registration ([\#6986](https://github.com/matrix-org/matrix-react-sdk/pull/6986 )). Fixes #13767 and #13767 .
* For space invite previews, use room summary API to get the right member count ([\#6982](https://github.com/matrix-org/matrix-react-sdk/pull/6982 )). Fixes #19123 and #19123 .
* Simplify Space Panel notification badge layout ([\#6977](https://github.com/matrix-org/matrix-react-sdk/pull/6977 )). Fixes #18527 and #18527 .
* Use prettier hsName during 3pid registration where possible ([\#6980](https://github.com/matrix-org/matrix-react-sdk/pull/6980 )). Fixes #19162 and #19162 .
* Add a condition to only activate the resizer which belongs to the clicked handle ([\#7055](https://github.com/matrix-org/matrix-react-sdk/pull/7055 )). Fixes #19521 and #19521 .
* Restore composer focus after event edit ([\#7065](https://github.com/matrix-org/matrix-react-sdk/pull/7065 )). Fixes #19469 and #19469 .
* Don't apply message bubble visual style to media messages ([\#7040](https://github.com/matrix-org/matrix-react-sdk/pull/7040 )).
* Handle no selected screen when screen-sharing ([\#7018](https://github.com/matrix-org/matrix-react-sdk/pull/7018 )). Fixes #19460 and #19460 . Contributed by @SimonBrandner.
* Add history entry before completing emoji ([\#7007](https://github.com/matrix-org/matrix-react-sdk/pull/7007 )). Fixes #19177 and #19177 . Contributed by @RafaelGoncalves8.
* Add padding between controls on edit form in message bubbles ([\#7039](https://github.com/matrix-org/matrix-react-sdk/pull/7039 )).
* Respect the roomState right container request for the Jitsi widget ([\#7033](https://github.com/matrix-org/matrix-react-sdk/pull/7033 )). Fixes #16552 and #16552 .
* Fix cannot read length of undefined for room upgrades ([\#7037](https://github.com/matrix-org/matrix-react-sdk/pull/7037 )). Fixes #19509 and #19509 .
* Cleanup re-dispatching around timelines and composers ([\#7023](https://github.com/matrix-org/matrix-react-sdk/pull/7023 )). Fixes #19491 and #19491 . Contributed by @SimonBrandner.
* Fix removing a room from a Space and interaction with `m.space.parent` ([\#6944](https://github.com/matrix-org/matrix-react-sdk/pull/6944 )). Fixes #19363 and #19363 .
* Fix recent css regression ([\#7022](https://github.com/matrix-org/matrix-react-sdk/pull/7022 )). Fixes #19470 and #19470 . Contributed by @CicadaCinema.
* Fix ModalManager reRender racing with itself ([\#7027](https://github.com/matrix-org/matrix-react-sdk/pull/7027 )). Fixes #19489 and #19489 .
* Fix fullscreening a call while connecting ([\#7019](https://github.com/matrix-org/matrix-react-sdk/pull/7019 )). Fixes #19309 and #19309 . Contributed by @SimonBrandner.
* Allow scrolling right in reply-quoted code block ([\#7024](https://github.com/matrix-org/matrix-react-sdk/pull/7024 )). Fixes #19487 and #19487 . Contributed by @SimonBrandner.
* Fix dark theme codeblock colors ([\#6384](https://github.com/matrix-org/matrix-react-sdk/pull/6384 )). Fixes #17998 . Contributed by @SimonBrandner.
* Show passphrase input label ([\#6992](https://github.com/matrix-org/matrix-react-sdk/pull/6992 )). Fixes #19428 and #19428 . Contributed by @RafaelGoncalves8.
* Always render disabled settings as disabled ([\#7014](https://github.com/matrix-org/matrix-react-sdk/pull/7014 )).
* Make "Security Phrase" placeholder look consistent cross-browser ([\#6870](https://github.com/matrix-org/matrix-react-sdk/pull/6870 )). Fixes #19006 and #19006 . Contributed by @neer17.
* Fix direction override characters breaking member event text direction ([\#6999](https://github.com/matrix-org/matrix-react-sdk/pull/6999 )).
* Remove redundant text in verification dialogs ([\#6993](https://github.com/matrix-org/matrix-react-sdk/pull/6993 )). Fixes #19290 and #19290 . Contributed by @RafaelGoncalves8.
* Fix space panel name overflowing ([\#6995](https://github.com/matrix-org/matrix-react-sdk/pull/6995 )). Fixes #19455 and #19455 .
* Fix conflicting CSS on syntax highlighted blocks ([\#6991](https://github.com/matrix-org/matrix-react-sdk/pull/6991 )). Fixes #19445 and #19445 .
-----BEGIN PGP SIGNATURE-----
iQJFBAABCAAvFiEE6Vt2megLaKnq2aGaK6qbhVK9kEcFAmGJZkcRHHJlbGVhc2Vz
QHJpb3QuaW0ACgkQK6qbhVK9kEftCw/+Pdh+w/042yNAyS38bWPpby3daTtWeGBL
R7yXCNNsR9SPlrIUQMkoISXz0oNoICvEfLHvkaR6l7ftviZkUeZHYSbf150iRP6U
r5Tk5+eRM6sT/Yqp5ERIGKU74kxdp84zFI4Dgkf7B+p+Hl5NzlJlML1ITf+nuuo6
9vHNvsqJEyQtLuAisYBniWjte3xYr1syKDk6FqKuaDVXquDKUAf0TJAJ6hZlciw9
ZIhh8T04NQd5r08989dwuAtdHdfRpAJ9MUB39rwMLmO/CsD9l+ikZesCq4cz2S1Z
xGSe/J5OTP6jB9p3gKxKMcXzYUpv33RmGs9m+jmN0UjtcdrCBT14yd9pgRYRq1/r
BZBLFFngWilZ6Koin3t12NLQExKMjHJC+FxT4WHW3MMOhJOjNfATQy5GdJOH9kXr
k63iqCp1TFcOXzSQicPM1tJRAGZT8UlPFCD810I/7WtE7Bl66IOJHnqf+bGtArqj
+dldUty9U132yHRLrc9vnAKM8w5tHkoi4HsYAx1qT8xjdme/bEDCrB+xHA9Ruut/
7Ik3Z87eddLJLZZX0jZ2BXjxkzu+ggi0Dy4osvksF94qumL+1T7HbXI+/5DwP+9R
6sfk8k0JvZx2hJjENbT1geEHgUdk6rnIxCWp4caYvPVaU3uVYsAdUdqdxHhsJRLy
yNXsrbnWFwA=
=/uMv
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQR6emmsWm8pV5k1AY7p6fZkQRCUPgUCYYl3ywAKCRDp6fZkQRCU
PrGHAP0R3IGQhsJp3dA1bnEFg9G+Qj+9+tzqC1HALtyx9/+gRQD/bzKoLzpf5oxR
PanpOfqc7oVe0FpV9584KK6ycTwLNAw=
=L8Wt
-----END PGP SIGNATURE-----
Merge tag 'v1.9.4' into sc
* Improve the look of tooltips ([\#7049](https://github.com/matrix-org/matrix-react-sdk/pull/7049 )). Contributed by @SimonBrandner.
* Improve the look of the spinner ([\#6083](https://github.com/matrix-org/matrix-react-sdk/pull/6083 )). Contributed by @SimonBrandner.
* Polls: Creation form & start event ([\#7001](https://github.com/matrix-org/matrix-react-sdk/pull/7001 )).
* Show a gray shield when encrypted by deleted session ([\#6119](https://github.com/matrix-org/matrix-react-sdk/pull/6119 )). Contributed by @SimonBrandner.
* <notes> ([\#7057](https://github.com/matrix-org/matrix-react-sdk/pull/7057 )). Contributed by @ndarilek.
* Make message separator more accessible. ([\#7056](https://github.com/matrix-org/matrix-react-sdk/pull/7056 )). Contributed by @ndarilek.
* <notes> ([\#7035](https://github.com/matrix-org/matrix-react-sdk/pull/7035 )). Contributed by @ndarilek.
* Implement RequiresClient capability for widgets ([\#7005](https://github.com/matrix-org/matrix-react-sdk/pull/7005 )). Fixes #15744 and #15744 .
* Respect the system high contrast setting when using system theme ([\#7043](https://github.com/matrix-org/matrix-react-sdk/pull/7043 )).
* Remove redundant duplicate mimetype field which doesn't conform to spec ([\#7045](https://github.com/matrix-org/matrix-react-sdk/pull/7045 )). Fixes #17145 and #17145 .
* Make join button on space hierarchy action in the background ([\#7041](https://github.com/matrix-org/matrix-react-sdk/pull/7041 )). Fixes #17388 and #17388 .
* Add a high contrast theme (a variant of the light theme) ([\#7036](https://github.com/matrix-org/matrix-react-sdk/pull/7036 )).
* Improve timeline message for restricted join rule changes ([\#6984](https://github.com/matrix-org/matrix-react-sdk/pull/6984 )). Fixes #18980 and #18980 .
* Improve the appearance of the font size slider ([\#7038](https://github.com/matrix-org/matrix-react-sdk/pull/7038 )).
* Improve RovingTabIndex & Room List filtering performance ([\#6987](https://github.com/matrix-org/matrix-react-sdk/pull/6987 )). Fixes #17864 and #17864 .
* Remove outdated Spaces restricted rooms warning ([\#6927](https://github.com/matrix-org/matrix-react-sdk/pull/6927 )).
* Make /msg <message> param optional for more flexibility ([\#7028](https://github.com/matrix-org/matrix-react-sdk/pull/7028 )). Fixes #19481 and #19481 .
* Add decoration to space hierarchy for tiles which have already been j… ([\#6969](https://github.com/matrix-org/matrix-react-sdk/pull/6969 )). Fixes #18755 and #18755 .
* Add insert link button to the format bar ([\#5879](https://github.com/matrix-org/matrix-react-sdk/pull/5879 )). Contributed by @SimonBrandner.
* Improve visibility of font size chooser ([\#6988](https://github.com/matrix-org/matrix-react-sdk/pull/6988 )).
* Soften border-radius on selected/hovered messages ([\#6525](https://github.com/matrix-org/matrix-react-sdk/pull/6525 )). Fixes #18108 . Contributed by @SimonBrandner.
* Add a developer mode flag and use it for accessing space timelines ([\#6994](https://github.com/matrix-org/matrix-react-sdk/pull/6994 )). Fixes #19416 and #19416 .
* Position toggle switch more clearly ([\#6914](https://github.com/matrix-org/matrix-react-sdk/pull/6914 )). Contributed by @CicadaCinema.
* Validate email address in forgot password dialog ([\#6983](https://github.com/matrix-org/matrix-react-sdk/pull/6983 )). Fixes #9978 and #9978 . Contributed by @psrpinto.
* Handle and i18n M_THREEPID_IN_USE during registration ([\#6986](https://github.com/matrix-org/matrix-react-sdk/pull/6986 )). Fixes #13767 and #13767 .
* For space invite previews, use room summary API to get the right member count ([\#6982](https://github.com/matrix-org/matrix-react-sdk/pull/6982 )). Fixes #19123 and #19123 .
* Simplify Space Panel notification badge layout ([\#6977](https://github.com/matrix-org/matrix-react-sdk/pull/6977 )). Fixes #18527 and #18527 .
* Use prettier hsName during 3pid registration where possible ([\#6980](https://github.com/matrix-org/matrix-react-sdk/pull/6980 )). Fixes #19162 and #19162 .
* Add a condition to only activate the resizer which belongs to the clicked handle ([\#7055](https://github.com/matrix-org/matrix-react-sdk/pull/7055 )). Fixes #19521 and #19521 .
* Restore composer focus after event edit ([\#7065](https://github.com/matrix-org/matrix-react-sdk/pull/7065 )). Fixes #19469 and #19469 .
* Don't apply message bubble visual style to media messages ([\#7040](https://github.com/matrix-org/matrix-react-sdk/pull/7040 )).
* Handle no selected screen when screen-sharing ([\#7018](https://github.com/matrix-org/matrix-react-sdk/pull/7018 )). Fixes #19460 and #19460 . Contributed by @SimonBrandner.
* Add history entry before completing emoji ([\#7007](https://github.com/matrix-org/matrix-react-sdk/pull/7007 )). Fixes #19177 and #19177 . Contributed by @RafaelGoncalves8.
* Add padding between controls on edit form in message bubbles ([\#7039](https://github.com/matrix-org/matrix-react-sdk/pull/7039 )).
* Respect the roomState right container request for the Jitsi widget ([\#7033](https://github.com/matrix-org/matrix-react-sdk/pull/7033 )). Fixes #16552 and #16552 .
* Fix cannot read length of undefined for room upgrades ([\#7037](https://github.com/matrix-org/matrix-react-sdk/pull/7037 )). Fixes #19509 and #19509 .
* Cleanup re-dispatching around timelines and composers ([\#7023](https://github.com/matrix-org/matrix-react-sdk/pull/7023 )). Fixes #19491 and #19491 . Contributed by @SimonBrandner.
* Fix removing a room from a Space and interaction with `m.space.parent` ([\#6944](https://github.com/matrix-org/matrix-react-sdk/pull/6944 )). Fixes #19363 and #19363 .
* Fix recent css regression ([\#7022](https://github.com/matrix-org/matrix-react-sdk/pull/7022 )). Fixes #19470 and #19470 . Contributed by @CicadaCinema.
* Fix ModalManager reRender racing with itself ([\#7027](https://github.com/matrix-org/matrix-react-sdk/pull/7027 )). Fixes #19489 and #19489 .
* Fix fullscreening a call while connecting ([\#7019](https://github.com/matrix-org/matrix-react-sdk/pull/7019 )). Fixes #19309 and #19309 . Contributed by @SimonBrandner.
* Allow scrolling right in reply-quoted code block ([\#7024](https://github.com/matrix-org/matrix-react-sdk/pull/7024 )). Fixes #19487 and #19487 . Contributed by @SimonBrandner.
* Fix dark theme codeblock colors ([\#6384](https://github.com/matrix-org/matrix-react-sdk/pull/6384 )). Fixes #17998 . Contributed by @SimonBrandner.
* Show passphrase input label ([\#6992](https://github.com/matrix-org/matrix-react-sdk/pull/6992 )). Fixes #19428 and #19428 . Contributed by @RafaelGoncalves8.
* Always render disabled settings as disabled ([\#7014](https://github.com/matrix-org/matrix-react-sdk/pull/7014 )).
* Make "Security Phrase" placeholder look consistent cross-browser ([\#6870](https://github.com/matrix-org/matrix-react-sdk/pull/6870 )). Fixes #19006 and #19006 . Contributed by @neer17.
* Fix direction override characters breaking member event text direction ([\#6999](https://github.com/matrix-org/matrix-react-sdk/pull/6999 )).
* Remove redundant text in verification dialogs ([\#6993](https://github.com/matrix-org/matrix-react-sdk/pull/6993 )). Fixes #19290 and #19290 . Contributed by @RafaelGoncalves8.
* Fix space panel name overflowing ([\#6995](https://github.com/matrix-org/matrix-react-sdk/pull/6995 )). Fixes #19455 and #19455 .
* Fix conflicting CSS on syntax highlighted blocks ([\#6991](https://github.com/matrix-org/matrix-react-sdk/pull/6991 )). Fixes #19445 and #19445 .
2021-11-08 20:17:25 +01:00
James Salter
cb0f9022f9
Sentry sourcemaps without CI minification ( #19602 )
...
* Revert "Revert "Update minification and sourcemap settings on CI builds for sentry (#19583 )" (#19601 )"
This reverts commit 516e38c82d
.
* Disable minification in CI as it exceeds memory limits for poor buildkite
2021-11-03 13:19:21 +00:00
James Salter
516e38c82d
Revert "Update minification and sourcemap settings on CI builds for sentry ( #19583 )" ( #19601 )
...
This reverts commit d9f72ec0b6
.
2021-11-03 13:09:25 +00:00
James Salter
d9f72ec0b6
Update minification and sourcemap settings on CI builds for sentry ( #19583 )
...
With previous settings, our JS files for develop are so large that sentry's webserver rejects the upload.
* re-enable minification to reduce the size of the files
* update the CI sourcemap setting from eval-source-map to source-map to move the embedded source out of the .js payload and into .js.map files
2021-11-03 09:55:28 +00:00
Travis Ralston
85b489b3a7
Artificially set a VERSION environment variable during build steps ( #19518 )
...
Fixes https://github.com/vector-im/element-web/issues/19485
The variable should be set when it needs to by CI, but in every other environment it's not important. Simply setting it to *something* makes EnvironmentPlugin happy. We print a warning just in case people expect it to be set, and use a clear value in case the environment variable doesn't get properly set.
2021-10-27 08:16:04 -06:00
Andy Balaam
0adad257c0
Build the high contrast theme into element-web ( #19477 )
2021-10-25 10:38:05 +01:00
James Salter
f550d63198
Pass our VERSION to sentry plugin's release arg via env ( #19474 )
...
Use our existing VERSION, deduced by the packaging script, as the release for sentry sourcemaps.
This will be undefined for dev builds.
2021-10-22 15:06:14 +01:00
James Salter
d24348de81
Upload sourcemaps to sentry during build ( #19403 )
2021-10-20 11:18:47 +01:00
su-ex
a3259cc139
Merge remote-tracking branch 'upstream/master' into sc
2021-10-14 17:48:33 +02:00
Šimon Brandner
017e4bd84b
Convert index to TS
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-09-24 20:51:02 +02:00
su-ex
20fb5bf36e
Merge remote-tracking branch 'upstream/master' into sc
2021-09-15 08:30:12 +02:00
su-ex
306ff895cf
Merge remote-tracking branch 'upstream/master' into sc
2021-09-07 19:25:02 +02:00
Travis Ralston
219ea134ca
Disable HMR error page by default
...
see diff
2021-08-25 09:57:46 -06:00
Travis Ralston
24a076a202
Merge pull request #18665 from psrpinto/fix/theme-hot-reload
...
Fix isues with CSS hot-reload
2021-08-24 09:55:23 -06:00
Dariusz Niemczyk
231ff3a73d
Fix CI having invalid node_env
2021-08-23 12:35:43 +02:00
Paulo Pinto
f16f804637
Fix theme key
...
The key must match the theme name, otherwise the getThemesImports() function
will exit with an error.
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-08-20 15:44:28 +01:00
Paulo Pinto
412a7554c7
Remove commented out code
2021-08-18 17:15:07 +01:00
Paulo Pinto
c3c47f170c
Improve phrasing
2021-08-18 17:12:36 +01:00
Paulo Pinto
0eb8d3f4d1
Make code consistent with the comment above
2021-08-18 17:11:12 +01:00
su-ex
4519752585
Merge remote-tracking branch 'upstream/master' into sc
2021-08-17 18:14:11 +02:00
Dariusz Niemczyk
71dcb0dd0d
Fix wrong variables in webpack config
2021-08-12 18:32:13 +02:00
Dariusz Niemczyk
f56e8d7489
Add full HMR that actually somehow works!
2021-08-08 20:40:01 +02:00
Travis Ralston
d4fc3ed354
Properly handle react-sdk's recorder worklet
...
Fixes https://github.com/vector-im/element-web/issues/18393
2021-08-04 15:08:52 -06:00
Dariusz Niemczyk
06d536afbc
Revert nameModules in webpackConfig
2021-08-03 18:38:00 +02:00
su-ex
fd6ad570e9
Merge remote-tracking branch 'upstream/master' into sc
2021-08-02 22:59:09 +02:00
Dariusz Niemczyk
10fb3859fa
Add better docs and iframe support
2021-08-02 22:46:16 +02:00
Dariusz Niemczyk
88df5c33a9
Update webpack.config.js
...
Co-authored-by: Germain <germain@souquet.com>
2021-08-02 14:38:25 +02:00
Dariusz Niemczyk
da4a49fd31
Add a default theme for CI
2021-08-02 14:38:25 +02:00
Dariusz Niemczyk
a9f3f873a5
Add a .env config and explanation how to use HMR
2021-08-02 14:38:25 +02:00
Dariusz Niemczyk
b677edbc58
Make CSS Hot-reload work in a hacky way
2021-08-02 14:38:25 +02:00
Travis Ralston
5e6b791617
Update webpack path for new worker location
2021-07-22 09:26:53 -06:00
su-ex
f008fecccf
Merge remote-tracking branch 'upstream/master' into sc
2021-07-20 19:09:51 +02:00
Michael Telatynski
66ada58101
Use webpack worker-loader to load the IndexedDB worker instead of homegrown hack
2021-07-12 18:43:21 +01:00
Šimon Brandner
2760a36f47
Convert a few files to TS
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-07-06 21:41:02 +02:00
Germain Souquet
72d762ea0d
Deprecate postcss calc()
2021-06-30 17:17:27 +01:00
su-ex
12595d777e
Merge remote-tracking branch 'upstream/master' into sc
2021-06-24 16:51:47 +02:00
J. Ryan Stinnett
a1c53e59fb
Fix lint errors in Webpack config
2021-06-10 15:19:38 +01:00
J. Ryan Stinnett
8d05d8481a
Preload only woff2
fonts
...
All of our supported browsers understand `woff2`, so there's no need to make
everyone preload the older `woff` as well.
2021-06-10 13:02:21 +01:00
su-ex
347b863f47
Merge remote-tracking branch 'upstream/master' into sc
2021-05-29 03:40:24 +02:00
fooness
10194fe445
Prevent minification of .html
files generated by new verison html-webpack-plugin
...
This described in https://github.com/vector-im/element-web/issues/17330#issuecomment-842530812 , this should prevent the newly introduced version of `html-webpack-plugin` from minifying `.html` files, like e.g. `index.html`, `jitsi.html`, et cetera …
Quoting @jryans via: https://github.com/vector-im/element-web/issues/17330#issuecomment-842415694
> The content of the `index.html` file is not a supported API surface, so it might change at any time.
>
> This document minification was not done on purpose, but instead it happened as a side effect of upgrading. We would happily accept a PR to fix this, but it is also not a priority for the core team.
Could please someone test and, hopefully, accept this change back to not minifying the `.html` files?
2021-05-18 12:35:51 +02:00
su-ex
ae14f97249
Merge remote-tracking branch 'upstream/master' into sc
2021-05-11 00:52:44 +02:00
Travis Ralston
07a0af2aae
Add required webpack config to load Safari support modules
...
See https://github.com/matrix-org/matrix-react-sdk/pull/5989
2021-05-06 21:51:03 -06:00