From 57b5fc8f4763c9c823d444919d8ce888fc00d1b6 Mon Sep 17 00:00:00 2001 From: dheidler <> Date: Wed, 13 Nov 2024 14:29:27 +0000 Subject: [PATCH] Update element-web to version 1.11.85 / rev 68 via SR 1223673 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opensuse.org/request/show/1223673 by user dheidler + anag+factory - Version 1.11.85 # Security - Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-w36j-v56h-q9pc - Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-5486-384g-mcx2 - Update JS SDK with the fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr Version 1.11.84 ## ✨ Features * Remove abandoned MSC3886, MSC3903, MSC3906 implementations (https://github.com/element-hq/element-web/pull/28274). Contributed by @t3chguy. * Update to React 18 (https://github.com/element-hq/element-web/pull/24763). Contributed by @t3chguy. * Deduplicate icons using Compound (https://github.com/element-hq/element-web/pull/28239). Contributed by @t3chguy. * Replace legacy Tooltips with Compound tooltips (https://githu --- packages/e/element-web/.files | Bin 427 -> 427 bytes packages/e/element-web/.rev | 31 ++++++++++++++++ .../e/element-web/element-web-1.11.83.tar.gz | 1 - .../e/element-web/element-web-1.11.85.tar.gz | 1 + packages/e/element-web/element-web.changes | 33 ++++++++++++++++++ packages/e/element-web/element-web.spec | 2 +- .../npm-packages-offline-cache.tar.gz | 2 +- 7 files changed, 67 insertions(+), 3 deletions(-) delete mode 120000 packages/e/element-web/element-web-1.11.83.tar.gz create mode 120000 packages/e/element-web/element-web-1.11.85.tar.gz diff --git a/packages/e/element-web/.files b/packages/e/element-web/.files index 4893a7fc0405462ab0dbc708e1f0714d9bd338ee..58c6e040029c69716d0420e95e08f33810eb59c7 100644 GIT binary patch delta 222 zcmYj~F>1p=5CCOF2q@2F_Ue%-0b?ctTz~erd3Thq-*Of`Yt=$I)4&)F1*|x6LZa>T{O=U% jdznvuU7wEYZ|ozDnL)=50`Z9=cvL|yBx+f1Z@bq&oANwb delta 238 zcmYk$Jxc>Y5XSKfhX`jQ*jZg;ndN48W?u^Nv&`(yB!!0H9SAmJV;}M{@(JxcyY$bG z=YQ!h{oQe1rkkPfy6*P$`~1b&rVNDEQb>v%N}`I%Q&1sBT6Yins&9H&wjV04?)k9O zc^EYqYxYer6Xl$k$W{)*AZ7tqcz+G&qt;=BN`O+eL}|!W9DB|sh+*_bJpKPYUa>7W p0GESX_}%S3&$#hpG^)jGP02h+Y-_D>mE3}$#bW25&C}`o 1219072 + + 6dbc2c8833afe1ceec68601bbe7dc3dc + 1.11.85 + + anag+factory + - Version 1.11.85 + # Security +- Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-w36j-v56h-q9pc +- Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-5486-384g-mcx2 +- Update JS SDK with the fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr +Version 1.11.84 + ## ✨ Features + * Remove abandoned MSC3886, MSC3903, MSC3906 implementations (https://github.com/element-hq/element-web/pull/28274). Contributed by @t3chguy. + * Update to React 18 (https://github.com/element-hq/element-web/pull/24763). Contributed by @t3chguy. + * Deduplicate icons using Compound (https://github.com/element-hq/element-web/pull/28239). Contributed by @t3chguy. + * Replace legacy Tooltips with Compound tooltips (https://github.com/element-hq/element-web/pull/28231). Contributed by @t3chguy. + * Deduplicate icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28219). Contributed by @t3chguy. + * Add reactions to html export (https://github.com/element-hq/element-web/pull/28210). Contributed by @langleyd. + * Remove feature\_dehydration (https://github.com/element-hq/element-web/pull/28173). Contributed by @florianduros. + ## 🐛 Bug Fixes + * Remove upgrade encryption in `DeviceListener` and `SetupEncryptionToast` (https://github.com/element-hq/element-web/pull/28299). Contributed by @florianduros. + * Fix 'remove alias' button in room settings (https://github.com/element-hq/element-web/pull/28269). Contributed by @Dev-Gurjar. + * Add back unencrypted path in `StopGapWidgetDriver.sendToDevice` (https://github.com/element-hq/element-web/pull/28295). Contributed by @florianduros. + * Fix other devices not being decorated as such (https://github.com/element-hq/element-web/pull/28279). Contributed by @t3chguy. + * Fix pill contrast in invitation dialog (https://github.com/element-hq/element-web/pull/28250). Contributed by @florianduros. + * Close right panel chat when minimising maximised voip widget (https://github.com/element-hq/element-web/pull/28241). Contributed by @t3chguy. + * Fix develop changelog parsing (https://github.com/element-hq/element-web/pull/28232). Contributed by @t3chguy. + * Fix Ctrl+F shortcut not working with minimised room summary card (https://github.com/element-hq/element-web/pull/28223). Contributed by @t3chguy. + * Fix network dropdown missing checkbox \& aria-checked (https://github.com/element-hq/element-web/pull/28220). Contributed by @t3chguy. + 1223673 + diff --git a/packages/e/element-web/element-web-1.11.83.tar.gz b/packages/e/element-web/element-web-1.11.83.tar.gz deleted file mode 120000 index 05c8a2daf69..00000000000 --- a/packages/e/element-web/element-web-1.11.83.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiasm6hjjn3ok4dkito6vvkbedzxcscatrbiaaaw2vnbq44av2fk24 \ No newline at end of file diff --git a/packages/e/element-web/element-web-1.11.85.tar.gz b/packages/e/element-web/element-web-1.11.85.tar.gz new file mode 120000 index 00000000000..54b7b14d97f --- /dev/null +++ b/packages/e/element-web/element-web-1.11.85.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeicu5d6fnri7lvcfeog5gx4mhhxb7h476p2illbf5rx35pvye3wdaq \ No newline at end of file diff --git a/packages/e/element-web/element-web.changes b/packages/e/element-web/element-web.changes index cc0c7cab6ba..dadbcf086d7 100644 --- a/packages/e/element-web/element-web.changes +++ b/packages/e/element-web/element-web.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Nov 12 12:40:51 UTC 2024 - Dominik Heidler + +- Version 1.11.85 + # Security +- Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-w36j-v56h-q9pc +- Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-5486-384g-mcx2 +- Update JS SDK with the fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr + + +Version 1.11.84 + ## ✨ Features + + * Remove abandoned MSC3886, MSC3903, MSC3906 implementations (https://github.com/element-hq/element-web/pull/28274). Contributed by @t3chguy. + * Update to React 18 (https://github.com/element-hq/element-web/pull/24763). Contributed by @t3chguy. + * Deduplicate icons using Compound (https://github.com/element-hq/element-web/pull/28239). Contributed by @t3chguy. + * Replace legacy Tooltips with Compound tooltips (https://github.com/element-hq/element-web/pull/28231). Contributed by @t3chguy. + * Deduplicate icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28219). Contributed by @t3chguy. + * Add reactions to html export (https://github.com/element-hq/element-web/pull/28210). Contributed by @langleyd. + * Remove feature\_dehydration (https://github.com/element-hq/element-web/pull/28173). Contributed by @florianduros. + + ## 🐛 Bug Fixes + + * Remove upgrade encryption in `DeviceListener` and `SetupEncryptionToast` (https://github.com/element-hq/element-web/pull/28299). Contributed by @florianduros. + * Fix 'remove alias' button in room settings (https://github.com/element-hq/element-web/pull/28269). Contributed by @Dev-Gurjar. + * Add back unencrypted path in `StopGapWidgetDriver.sendToDevice` (https://github.com/element-hq/element-web/pull/28295). Contributed by @florianduros. + * Fix other devices not being decorated as such (https://github.com/element-hq/element-web/pull/28279). Contributed by @t3chguy. + * Fix pill contrast in invitation dialog (https://github.com/element-hq/element-web/pull/28250). Contributed by @florianduros. + * Close right panel chat when minimising maximised voip widget (https://github.com/element-hq/element-web/pull/28241). Contributed by @t3chguy. + * Fix develop changelog parsing (https://github.com/element-hq/element-web/pull/28232). Contributed by @t3chguy. + * Fix Ctrl+F shortcut not working with minimised room summary card (https://github.com/element-hq/element-web/pull/28223). Contributed by @t3chguy. + * Fix network dropdown missing checkbox \& aria-checked (https://github.com/element-hq/element-web/pull/28220). Contributed by @t3chguy. + ------------------------------------------------------------------- Tue Oct 29 15:30:46 UTC 2024 - Dominik Heidler diff --git a/packages/e/element-web/element-web.spec b/packages/e/element-web/element-web.spec index 86d87473258..8698b3287af 100644 --- a/packages/e/element-web/element-web.spec +++ b/packages/e/element-web/element-web.spec @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.83 +Version: 1.11.85 Release: 0 Summary: A glossy Matrix collaboration client - web files License: AGPL-3.0-only or GPL-3.0-only diff --git a/packages/e/element-web/npm-packages-offline-cache.tar.gz b/packages/e/element-web/npm-packages-offline-cache.tar.gz index 851b0fdfc3e..1779d05416f 120000 --- a/packages/e/element-web/npm-packages-offline-cache.tar.gz +++ b/packages/e/element-web/npm-packages-offline-cache.tar.gz @@ -1 +1 @@ -/ipfs/bafybeiew2mpa4dyq5q7qka5gwbqkqh7bacgpen32kh6x5qw3ejbopjevr4 \ No newline at end of file +/ipfs/bafybeiglpnppi44f4braa42eklyifnaldmwnx33wtpbthpfrush232yjlu \ No newline at end of file