Update vectorim/element-web Docker tag to v1.11.62 #216

Merged
AverageMarcus merged 1 commits from renovate/vectorim-element-web-1.x into master 2024-03-27 10:10:26 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
vectorim/element-web patch v1.11.61 -> v1.11.62

Release Notes

element-hq/element-web (vectorim/element-web)

v1.11.62

Compare Source

Features

  • Change user permission by using a new apply button (#​12346). Contributed by @​florianduros.
  • Mark as Unread (#​12254). Contributed by @​dbkr.
  • Refine the colors of some more components (#​12343). Contributed by @​robintown.
  • TAC: Order rooms by most recent after notification level (#​12329). Contributed by @​florianduros.
  • Make EC widget theme reactive - Update widget url when the theme changes (#​12295). Contributed by @​toger5.
  • Refine styles of menus, toasts, popovers, and modals (#​12332). Contributed by @​robintown.
  • Element Call: fix widget shown while its still loading (waitForIframeLoad=false) (#​12292). Contributed by @​toger5.
  • Improve Forward Dialog a11y by switching to roving tab index interactions (#​12306). Contributed by @​t3chguy.
  • Call guest access link creation to join calls as a non registered user via the EC SPA (#​12259). Contributed by @​toger5.
  • Use strong element to semantically denote visually emphasised content (#​12320). Contributed by @​t3chguy.
  • Handle up/down arrow keys as well as left/right for horizontal toolbars for improved a11y (#​12305). Contributed by @​t3chguy.

🐛 Bug Fixes

  • Backport staging] Remove the glass border from modal spinners ([#​12369](https://github.com/matrix-org/matrix-react-sdk/pull/12369)). Contributed by [@​RiotRobot](https://github.com/RiotRobot).
    
  • Fix incorrect check for private read receipt support (#​12348). Contributed by @​tulir.
  • TAC: Fix hover state when expanded (#​12337). Contributed by @​florianduros.
  • Fix the image view (#​12341). Contributed by @​robintown.
  • Use correct push rule to evaluate room-wide mentions (#​12318). Contributed by @​t3chguy.
  • Reset power selector on API failure to prevent state mismatch (#​12319). Contributed by @​t3chguy.
  • Fix spotlight opening in TAC (#​12315). Contributed by @​florianduros.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vectorim/element-web](https://github.com/element-hq/element-web) | patch | `v1.11.61` -> `v1.11.62` | --- ### Release Notes <details> <summary>element-hq/element-web (vectorim/element-web)</summary> ### [`v1.11.62`](https://github.com/element-hq/element-web/releases/tag/v1.11.62) [Compare Source](https://github.com/element-hq/element-web/compare/v1.11.61...v1.11.62) #### ✨ Features - Change user permission by using a new apply button ([#&#8203;12346](https://github.com/matrix-org/matrix-react-sdk/pull/12346)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). - Mark as Unread ([#&#8203;12254](https://github.com/matrix-org/matrix-react-sdk/pull/12254)). Contributed by [@&#8203;dbkr](https://github.com/dbkr). - Refine the colors of some more components ([#&#8203;12343](https://github.com/matrix-org/matrix-react-sdk/pull/12343)). Contributed by [@&#8203;robintown](https://github.com/robintown). - TAC: Order rooms by most recent after notification level ([#&#8203;12329](https://github.com/matrix-org/matrix-react-sdk/pull/12329)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). - Make EC widget theme reactive - Update widget url when the theme changes ([#&#8203;12295](https://github.com/matrix-org/matrix-react-sdk/pull/12295)). Contributed by [@&#8203;toger5](https://github.com/toger5). - Refine styles of menus, toasts, popovers, and modals ([#&#8203;12332](https://github.com/matrix-org/matrix-react-sdk/pull/12332)). Contributed by [@&#8203;robintown](https://github.com/robintown). - Element Call: fix widget shown while its still loading (`waitForIframeLoad=false`) ([#&#8203;12292](https://github.com/matrix-org/matrix-react-sdk/pull/12292)). Contributed by [@&#8203;toger5](https://github.com/toger5). - Improve Forward Dialog a11y by switching to roving tab index interactions ([#&#8203;12306](https://github.com/matrix-org/matrix-react-sdk/pull/12306)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Call guest access link creation to join calls as a non registered user via the EC SPA ([#&#8203;12259](https://github.com/matrix-org/matrix-react-sdk/pull/12259)). Contributed by [@&#8203;toger5](https://github.com/toger5). - Use `strong` element to semantically denote visually emphasised content ([#&#8203;12320](https://github.com/matrix-org/matrix-react-sdk/pull/12320)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Handle up/down arrow keys as well as left/right for horizontal toolbars for improved a11y ([#&#8203;12305](https://github.com/matrix-org/matrix-react-sdk/pull/12305)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). #### 🐛 Bug Fixes - \[Backport staging] Remove the glass border from modal spinners ([#&#8203;12369](https://github.com/matrix-org/matrix-react-sdk/pull/12369)). Contributed by [@&#8203;RiotRobot](https://github.com/RiotRobot). - Fix incorrect check for private read receipt support ([#&#8203;12348](https://github.com/matrix-org/matrix-react-sdk/pull/12348)). Contributed by [@&#8203;tulir](https://github.com/tulir). - TAC: Fix hover state when expanded ([#&#8203;12337](https://github.com/matrix-org/matrix-react-sdk/pull/12337)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). - Fix the image view ([#&#8203;12341](https://github.com/matrix-org/matrix-react-sdk/pull/12341)). Contributed by [@&#8203;robintown](https://github.com/robintown). - Use correct push rule to evaluate room-wide mentions ([#&#8203;12318](https://github.com/matrix-org/matrix-react-sdk/pull/12318)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Reset power selector on API failure to prevent state mismatch ([#&#8203;12319](https://github.com/matrix-org/matrix-react-sdk/pull/12319)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Fix spotlight opening in TAC ([#&#8203;12315](https://github.com/matrix-org/matrix-react-sdk/pull/12315)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI3MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2024-03-26 18:02:29 +00:00
AverageMarcus merged commit 93a712cb3d into master 2024-03-27 10:10:26 +00:00
AverageMarcus deleted branch renovate/vectorim-element-web-1.x 2024-03-27 10:10:27 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#216
No description provided.