Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2021-09-14]RI of dev to main #8804

Merged
merged 8 commits into from
Sep 14, 2021
Merged

[2021-09-14]RI of dev to main #8804

merged 8 commits into from
Sep 14, 2021

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    32a9cbf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    b88d286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d421b7d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Order vulnerabilities by severity (#8780)

    Addresses #8703
    sipmann committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    7041064 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. [A11y] Label the maintainers link (#8795)

    Screen reader will now announce `Contact the maintainers of the X client` after focusing the maintainers link.
    
    Part of #8790
    loic-sharma committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    1ede04e View commit details
    Browse the repository at this point in the history
  2. [A11y] Make Windows Narrator announce redesign tabs properly (#8799)

    Bootstrap 3 tabs do not have `aria-expanded` or `aria-selected` attributes until the user switches the tab. This causes issues with Windows Narrator. This change manually adds the `aria-expanded` and `aria-selected` attributes to ensure Windows Narrator properly announces these tabs.
    
    Part of #8790
    loic-sharma committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    cd8eb6a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. [A11y] Prevent hidden text when increasing text spacing (#8796)

    Content in the Used By section gets incorrectly hidden when increasing the spacing in text. This fixes the accessibility bug by using `clamp.js` to clamp text. Note that this bug affects both the old and new designs, however, this fix only targets the redesign.
    
    See WCAG 2.1 requirement: https://www.w3.org/TR/WCAG21/#text-spacing
    
    Part of #8790
    loic-sharma committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    526705c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Merge pull request #8803 from NuGet/main

    [2021-09-14] FI of main to DEV
    shishirx34 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    cd383ec View commit details
    Browse the repository at this point in the history