diff --git a/develop/admin/index.html b/develop/admin/index.html index 994c40e03..f46db343f 100644 --- a/develop/admin/index.html +++ b/develop/admin/index.html @@ -796,5 +796,5 @@

Release Documentation

\ No newline at end of file diff --git a/develop/admin/sitemap.xml.gz b/develop/admin/sitemap.xml.gz index c5f02e46b..f863ca73e 100644 Binary files a/develop/admin/sitemap.xml.gz and b/develop/admin/sitemap.xml.gz differ diff --git a/develop/commit b/develop/commit index b8609a8ad..c7c4445c8 100644 --- a/develop/commit +++ b/develop/commit @@ -1,9 +1,113 @@ -commit 35154fe67677f7fb2bba8695d3b8be308a80910a -Author: Greg Logan -Date: Wed Feb 28 15:22:01 2024 -0600 +commit cc0ef3d47e0b2e3e45470334449af06947a76ccd +Author: Lars Kiesow +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. +
+ Release notes +

Sourced from react-select's + releases.

+
+

react-select@5.8.0

+

Minor Changes

+
    +
  • +

    884f1c42 + #5758 + Thanks @​Ke1sy! - 1. + Added 'aria-activedescendant' for input and functionality to calculate + it;

    +
      +
    1. Added role 'option' and 'aria-selected' for option;
    2. +
    3. Added role 'listbox' for menu;
    4. +
    5. Added tests for 'aria-activedescendant';
    6. +
    7. Changes in aria-live region:
    8. +
    +
      +
    • the instructions how to use select will be announced only one time + when user focuses the input for the first time.
    • +
    • instructions for menu or selected value will be announced only once + after focusing them.
    • +
    • 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).
    • +
    • separated ariaContext into ariaFocused, ariaResults, ariaGuidance to + avoid announcing redundant information and higlight only current + change.
    • +
    +
  • +
+
+
+
+ Commits + +
+
- 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) + + --- + +
+ Dependabot commands and options +
+ + 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 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) + + +
diff --git a/develop/developer/index.html b/develop/developer/index.html index 626a3c093..8a55485fe 100644 --- a/develop/developer/index.html +++ b/develop/developer/index.html @@ -422,5 +422,5 @@

Opencast Development Guides

\ No newline at end of file diff --git a/develop/developer/sitemap.xml.gz b/develop/developer/sitemap.xml.gz index 5f191deff..49d774f9e 100644 Binary files a/develop/developer/sitemap.xml.gz and b/develop/developer/sitemap.xml.gz differ