Path to this page:
Subject: CVS commit: pkgsrc/chat/element-web
From: Jonathan Schleifer
Date: 2024-11-27 00:32:21
Message id: 20241126233221.75DF8FC7D@cvs.NetBSD.org
Log Message:
Update chat/element-web to 1.11.86
Changes in \
[1.11.86](https://github.com/element-hq/element-web/releases/tag/v1.11.86) \
(2024-11-19)
================================================================================ \
==================
## ✨ Features
* Deduplicate icons using Compound Design Tokens \
([#28419](https://github.com/element-hq/element-web/pull/28419)). Contributed by \
@t3chguy.
* Let widget driver send error details \
([#28357](https://github.com/element-hq/element-web/pull/28357)). Contributed by \
@AndrewFerr.
* Deduplicate icons using Compound Design Tokens \
([#28381](https://github.com/element-hq/element-web/pull/28381)). Contributed by \
@t3chguy.
* Auto approvoce `io.element.call.reaction` capability for element call widgets \
([#28401](https://github.com/element-hq/element-web/pull/28401)). Contributed by \
@toger5.
* Show message type prefix in thread root \& reply previews \
([#28361](https://github.com/element-hq/element-web/pull/28361)). Contributed by \
@t3chguy.
* Support sending encrypted to device messages from widgets \
([#28315](https://github.com/element-hq/element-web/pull/28315)). Contributed by \
@hughns.
## 🐛 Bug Fixes
* Feed events to widgets as they are decrypted (even if out of order) \
([#28376](https://github.com/element-hq/element-web/pull/28376)). Contributed by \
@robintown.
* Handle authenticated media when downloading from ImageView \
([#28379](https://github.com/element-hq/element-web/pull/28379)). Contributed by \
@t3chguy.
* Ignore `m.3pid_changes` for Identity service 3PID changes \
([#28375](https://github.com/element-hq/element-web/pull/28375)). Contributed by \
@t3chguy.
* Fix markdown escaping wrongly passing html through \
([#28363](https://github.com/element-hq/element-web/pull/28363)). Contributed by \
@t3chguy.
* Remove "Upgrade your encryption" flow in `CreateSecretStorageDialog` \
([#28290](https://github.com/element-hq/element-web/pull/28290)). Contributed by \
@florianduros.
Changes in \
[1.11.85](https://github.com/element-hq/element-web/releases/tag/v1.11.85) \
(2024-11-12)
================================================================================ \
==================
# Security
- Fixes for [CVE-2024-51750](https://www.cve.org/CVERecord?id=CVE-2024-51750) / \
[GHSA-w36j-v56h-q9pc](https://github.com/element-hq/element-web/security/advisories/GHSA-w36j-v56h-q9pc)
- Fixes for [CVE-2024-51749](https://www.cve.org/CVERecord?id=CVE-2024-51749) / \
[GHSA-5486-384g-mcx2](https://github.com/element-hq/element-web/security/advisories/GHSA-5486-384g-mcx2)
- Update JS SDK with the fixes for \
[CVE-2024-50336](https://www.cve.org/CVERecord?id=CVE-2024-50336) / \
[GHSA-xvg8-m4x3-w6xr](https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr)
Changes in \
[1.11.84](https://github.com/element-hq/element-web/releases/tag/v1.11.84) \
(2024-11-05)
================================================================================ \
==================
## ✨ Features
* Remove abandoned MSC3886, MSC3903, MSC3906 implementations \
([#28274](https://github.com/element-hq/element-web/pull/28274)). Contributed by \
@t3chguy.
* Update to React 18 \
([#24763](https://github.com/element-hq/element-web/pull/24763)). Contributed by \
@t3chguy.
* Deduplicate icons using Compound \
([#28239](https://github.com/element-hq/element-web/pull/28239)). Contributed by \
@t3chguy.
* Replace legacy Tooltips with Compound tooltips \
([#28231](https://github.com/element-hq/element-web/pull/28231)). Contributed by \
@t3chguy.
* Deduplicate icons using Compound Design Tokens \
([#28219](https://github.com/element-hq/element-web/pull/28219)). Contributed by \
@t3chguy.
* Add reactions to html export \
([#28210](https://github.com/element-hq/element-web/pull/28210)). Contributed by \
@langleyd.
* Remove feature\_dehydration \
([#28173](https://github.com/element-hq/element-web/pull/28173)). Contributed by \
@florianduros.
## 🐛 Bug Fixes
* Remove upgrade encryption in `DeviceListener` and `SetupEncryptionToast` \
([#28299](https://github.com/element-hq/element-web/pull/28299)). Contributed by \
@florianduros.
* Fix 'remove alias' button in room settings \
([#28269](https://github.com/element-hq/element-web/pull/28269)). Contributed by \
@Dev-Gurjar.
* Add back unencrypted path in `StopGapWidgetDriver.sendToDevice` \
([#28295](https://github.com/element-hq/element-web/pull/28295)). Contributed by \
@florianduros.
* Fix other devices not being decorated as such \
([#28279](https://github.com/element-hq/element-web/pull/28279)). Contributed by \
@t3chguy.
* Fix pill contrast in invitation dialog \
([#28250](https://github.com/element-hq/element-web/pull/28250)). Contributed by \
@florianduros.
* Close right panel chat when minimising maximised voip widget \
([#28241](https://github.com/element-hq/element-web/pull/28241)). Contributed by \
@t3chguy.
* Fix develop changelog parsing \
([#28232](https://github.com/element-hq/element-web/pull/28232)). Contributed by \
@t3chguy.
* Fix Ctrl+F shortcut not working with minimised room summary card \
([#28223](https://github.com/element-hq/element-web/pull/28223)). Contributed by \
@t3chguy.
* Fix network dropdown missing checkbox \& aria-checked \
([#28220](https://github.com/element-hq/element-web/pull/28220)). Contributed by \
@t3chguy.
Changes in \
[1.11.83](https://github.com/element-hq/element-web/releases/tag/v1.11.83) \
(2024-10-29)
================================================================================ \
==================
## ✨ Features
* Enable Element Call by default on release instances \
([#28314](https://github.com/element-hq/element-web/pull/28314)). Contributed by \
@t3chguy.
Changes in \
[1.11.82](https://github.com/element-hq/element-web/releases/tag/v1.11.82) \
(2024-10-22)
================================================================================ \
==================
## ✨ Features
* Deduplicate more icons using Compound Design Tokens \
([#132](https://github.com/element-hq/matrix-react-sdk/pull/132)). Contributed \
by @t3chguy.
* Always show link new device flow even if unsupported \
([#147](https://github.com/element-hq/matrix-react-sdk/pull/147)). Contributed \
by @t3chguy.
* Update design of files list in right panel \
([#144](https://github.com/element-hq/matrix-react-sdk/pull/144)). Contributed \
by @t3chguy.
* Remove feature\_dehydration \
([#138](https://github.com/element-hq/matrix-react-sdk/pull/138)). Contributed \
by @florianduros.
* Upgrade emojibase-bindings and remove local handling of emoticon variations \
([#127](https://github.com/element-hq/matrix-react-sdk/pull/127)). Contributed \
by @langleyd.
* Add support for rendering media captions \
([#43](https://github.com/element-hq/matrix-react-sdk/pull/43)). Contributed by \
@tulir.
* Replace composer icons with Compound variants \
([#123](https://github.com/element-hq/matrix-react-sdk/pull/123)). Contributed \
by @t3chguy.
* Tweak default right panel size to be 320px except for maximised widgets at \
420px ([#110](https://github.com/element-hq/matrix-react-sdk/pull/110)). \
Contributed by @t3chguy.
* Add a pinned message badge under a pinned message \
([#118](https://github.com/element-hq/matrix-react-sdk/pull/118)). Contributed \
by @florianduros.
* Ditch right panel tabs and re-add close button \
([#99](https://github.com/element-hq/matrix-react-sdk/pull/99)). Contributed by \
@t3chguy.
* Force verification even for refreshed clients \
([#44](https://github.com/element-hq/matrix-react-sdk/pull/44)). Contributed by \
@dbkr.
* Update emoji text, border and background colour in timeline \
([#119](https://github.com/element-hq/matrix-react-sdk/pull/119)). Contributed \
by @florianduros.
* Disable ICE fallback based on well-known configuration \
([#111](https://github.com/element-hq/matrix-react-sdk/pull/111)). Contributed \
by @t3chguy.
* Remove legacy room header and promote beta room header \
([#105](https://github.com/element-hq/matrix-react-sdk/pull/105)). Contributed \
by @t3chguy.
* Respect `io.element.jitsi` `useFor1To1Calls` in well-known \
([#112](https://github.com/element-hq/matrix-react-sdk/pull/112)). Contributed \
by @t3chguy.
* Use Compound close icon in favour of mishmash of x/close icons \
([#108](https://github.com/element-hq/matrix-react-sdk/pull/108)). Contributed \
by @t3chguy.
## 🐛 Bug Fixes
* Correct typo in option documentation \
([#28148](https://github.com/element-hq/element-web/pull/28148)). Contributed by \
@AndrewKvalheim.
* Revert #124 and #135 \
([#139](https://github.com/element-hq/matrix-react-sdk/pull/139)). Contributed \
by @dbkr.
* Add aria-label to e2e icon \
([#136](https://github.com/element-hq/matrix-react-sdk/pull/136)). Contributed \
by @florianduros.
* Fix bell icons on room list hover being black squares \
([#135](https://github.com/element-hq/matrix-react-sdk/pull/135)). Contributed \
by @dbkr.
* Fix vertical overflow on the mobile register screen \
([#137](https://github.com/element-hq/matrix-react-sdk/pull/137)). Contributed \
by @langleyd.
* Allow to unpin redacted event \
([#98](https://github.com/element-hq/matrix-react-sdk/pull/98)). Contributed by \
@florianduros.
Files: