-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build of develop from Thu Feb 29 22:55:36 UTC 2024
- Loading branch information
1 parent
b3212dd
commit 01e4320
Showing
5 changed files
with
112 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,113 @@ | ||
commit 35154fe67677f7fb2bba8695d3b8be308a80910a | ||
Author: Greg Logan <[email protected]> | ||
Date: Wed Feb 28 15:22:01 2024 -0600 | ||
commit cc0ef3d47e0b2e3e45470334449af06947a76ccd | ||
Author: Lars Kiesow <[email protected]> | ||
Date: Thu Feb 29 23:54:58 2024 +0100 | ||
|
||
Merge branch '360Video' of mgilvera/opencast into develop | ||
Bump react-select from 5.7.7 to 5.8.0 in /modules/lti (#5565) | ||
|
||
Pull request #5592 | ||
Bumps [react-select](https://github.com/JedWatson/react-select) from | ||
5.7.7 to 5.8.0. | ||
<details> | ||
<summary>Release notes</summary> | ||
<p><em>Sourced from <a | ||
href="https://github.com/JedWatson/react-select/releases">react-select's | ||
releases</a>.</em></p> | ||
<blockquote> | ||
<h2>[email protected]</h2> | ||
<h3>Minor Changes</h3> | ||
<ul> | ||
<li> | ||
<p><a | ||
href="https://github.com/JedWatson/react-select/commit/884f1c42549faad7cb210169223b427ad6f0c9fd"><code>884f1c42</code></a> | ||
<a | ||
href="https://redirect.github.com/JedWatson/react-select/pull/5758">#5758</a> | ||
Thanks <a href="https://github.com/Ke1sy"><code>@Ke1sy</code></a>! - 1. | ||
Added 'aria-activedescendant' for input and functionality to calculate | ||
it;</p> | ||
<ol start="2"> | ||
<li>Added role 'option' and 'aria-selected' for option;</li> | ||
<li>Added role 'listbox' for menu;</li> | ||
<li>Added tests for 'aria-activedescendant';</li> | ||
<li>Changes in aria-live region:</li> | ||
</ol> | ||
<ul> | ||
<li>the instructions how to use select will be announced only one time | ||
when user focuses the input for the first time.</li> | ||
<li>instructions for menu or selected value will be announced only once | ||
after focusing them.</li> | ||
<li>removed aria-live for focused option because currently with correct | ||
aria-attributes it will be announced by screenreader natively as well as | ||
the status of this option (active or disabled).</li> | ||
<li>separated ariaContext into ariaFocused, ariaResults, ariaGuidance to | ||
avoid announcing redundant information and higlight only current | ||
change.</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</blockquote> | ||
</details> | ||
<details> | ||
<summary>Commits</summary> | ||
<ul> | ||
<li><a | ||
href="https://github.com/JedWatson/react-select/commit/17ab36ec89e6e2b05071cdafecb44421f1e91334"><code>17ab36e</code></a> | ||
Version Packages (<a | ||
href="https://redirect.github.com/JedWatson/react-select/issues/5797">#5797</a>)</li> | ||
<li><a | ||
href="https://github.com/JedWatson/react-select/commit/884f1c42549faad7cb210169223b427ad6f0c9fd"><code>884f1c4</code></a> | ||
Accessibility - screenreader announces "blank" while reading | ||
the options (<a | ||
href="https://redirect.github.com/JedWatson/react-select/issues/5758">#5758</a>)</li> | ||
<li><a | ||
href="https://github.com/JedWatson/react-select/commit/2f94e8d228ea32dbd0faa1f7685a67b74c70420f"><code>2f94e8d</code></a> | ||
Update docs for Custom Select props (<a | ||
href="https://redirect.github.com/JedWatson/react-select/issues/5776">#5776</a>)</li> | ||
<li>See full diff in <a | ||
href="https://github.com/JedWatson/react-select/compare/[email protected]@5.8.0">compare | ||
view</a></li> | ||
</ul> | ||
</details> | ||
<br /> | ||
|
||
Patch for 360° Video | ||
|
||
[![Dependabot compatibility | ||
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-select&package-manager=npm_and_yarn&previous-version=5.7.7&new-version=5.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) | ||
|
||
Dependabot will resolve any conflicts with this PR as long as you don't | ||
alter it yourself. You can also trigger a rebase manually by commenting | ||
`@dependabot rebase`. | ||
|
||
[//]: # (dependabot-automerge-start) | ||
[//]: # (dependabot-automerge-end) | ||
|
||
--- | ||
|
||
<details> | ||
<summary>Dependabot commands and options</summary> | ||
<br /> | ||
|
||
You can trigger Dependabot actions by commenting on this PR: | ||
- `@dependabot rebase` will rebase this PR | ||
- `@dependabot recreate` will recreate this PR, overwriting any edits | ||
that have been made to it | ||
- `@dependabot merge` will merge this PR after your CI passes on it | ||
- `@dependabot squash and merge` will squash and merge this PR after | ||
your CI passes on it | ||
- `@dependabot cancel merge` will cancel a previously requested merge | ||
and block automerging | ||
- `@dependabot reopen` will reopen this PR if it is closed | ||
- `@dependabot close` will close this PR and stop Dependabot recreating | ||
it. You can achieve the same result by closing it manually | ||
- `@dependabot show <dependency name> ignore conditions` will show all | ||
of the ignore conditions of the specified dependency | ||
- `@dependabot ignore this major version` will close this PR and stop | ||
Dependabot creating any more for this major version (unless you reopen | ||
the PR or upgrade to it yourself) | ||
- `@dependabot ignore this minor version` will close this PR and stop | ||
Dependabot creating any more for this minor version (unless you reopen | ||
the PR or upgrade to it yourself) | ||
- `@dependabot ignore this dependency` will close this PR and stop | ||
Dependabot creating any more for this dependency (unless you reopen the | ||
PR or upgrade to it yourself) | ||
|
||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.