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

chore(release): 4.2.2 #2976

Merged
merged 14 commits into from
Jun 3, 2021
Merged

chore(release): 4.2.2 #2976

merged 14 commits into from
Jun 3, 2021

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    b260e4e View commit details
    Browse the repository at this point in the history
  2. FIX: JS error in @axe-core/react caused by stale reference to heading

    Noticed a small bug when testing out a newer version of @axe-core/react (we were on a pretty old version of react-axe), we have a case where a heading gets removed during an animation and it seems that heading-order-after is called with a stale result such that when trying to find it's index in the heading order it can't be found and we see a error in the console like `TypeError: Cannot read property 'level' of undefined`. This is a simple naive fix to not use the index if it is -1, but I'm happy to try a different strategy if somebody with more context has a better one!
    agreene-coursera authored and straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    3afda4e View commit details
    Browse the repository at this point in the history
  3. fix formatting tabs -> spaces

    agreene-coursera authored and straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    f892cf3 View commit details
    Browse the repository at this point in the history
  4. fix(aria-allowed-attr): allow aria-posinset and aria-setsize on row e…

    …lements for treegrids (#2952)
    
    * allow posinset and setsize on row elements
    
    * remove update from lookup table
    
    Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
    
    Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
    2 people authored and straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    3023e69 View commit details
    Browse the repository at this point in the history
  5. fix(meta-viewport) Don't check zooming/scaling ability in iframe-embe…

    …dded pages (#2951)
    
    * only check meta-viewport for disabled scaling on the main page, not within iframes
    
    * remove matches that doesn't do anything on a check
    
    * add integration tests
    
    * fix integration test to not use scrdoc and include axe
    clottman authored and straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c6829fd View commit details
    Browse the repository at this point in the history
  6. fix(meta-viewport): test that a user-scalable number does not prevent…

    … zoom
    
    check if the user-scalable attribute of the viewport meta is between -1 & 1 to be able to zoom
    raroul authored and straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    048c5c1 View commit details
    Browse the repository at this point in the history
  7. chore(i18n): update locales/ja.json (#2812)

    * chore(i18n): update locales/ja.json
    
        Add ja translation for td-headers-attr.incomplete
        Add ja translation for svg-non-empty-title.{fail,incomplete}
        Correct ja translation for svg-non-empty-title.pass
        Add ja translation for presentational-role
        Add ja translation for non-empty-value.fail
        Correct ja translation for non-empty-value.pass
        Add ja translation for non-empty-title.fail
        Add ja translation for non-empty-placeholder
        Add ja translation for non-empty-alt.fail
        Add ja translation for has-visible-text.incomplete
        Add ja translation for button-has-visible-text.incomplete
        Add ja translation for aria-labelledby.incomplete
        Add ja translation for has-lang.fail
        Add ja translation for implicit-label.incomplete
        Add ja translation for hidden-explicit-label.incomplete
        Add ja translation for explicit-label.incomplete
        Add ja translation for no-focusable-content
        Add ja translation for frame-focusable-content
        Add ja translation for focusable-no-name.incomplete
        Add ja translation for color-contrast.incomplete.pseudoContent
        Add ja translation for is-element-focusable
        Add ja translation for has-global-aria-attribute
        Add ja translation for aria-prohibited-attr
        Add ja translation for aria-errormessage.incomplete
        Add ja translation for select-name
        Add ja translation for presentation-role-conflict
        Add ja translation for nested-interactive
        Add ja translation for frame-focusable-content
        Add ja translation for aria-treeitem-name
        Add ja translation for aria-tooltip-name
        Add ja translation for aria-text
        Add ja translation for aria-progressbar-name
        Add ja translation for aria-meter-name
        Add ja translation for aria-dialog-name
        Add ja translation for aria-command-name
        grunt translate --lang=ja (ran at Thu Feb 18 12:39:25 2021 +0900)
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * Update locales/ja.json
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    
    * fix merge conflict
    
    Co-authored-by: Kiyochika Nakamura <kiyochika@gmail.com>
    Co-authored-by: Steven Lambert <steven.lambert@deque.com>
    3 people committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    042e5f0 View commit details
    Browse the repository at this point in the history
  8. fix(heading-order): Prevent crash on page with iframes but no headings (

    #2965)
    
    * fix(heading-order): Crash on page with iframes but no headings
    
    * chore: Fix linter issues
    
    * chore: fewer things undefined
    
    * chore: attempt to fix IE stuff
    
    * chore: refactor
    
    * chore: tweak heading-order test
    
    * fix: heading-order properly filter placeholders
    WilcoFiers authored and straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    4b7db37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe3c4b5 View commit details
    Browse the repository at this point in the history
  10. fix(2859) presentation role conflict (#2948)

    * fix typo
    
    * add matcher so rule only applies when element has an implicit role that could conflict
    
    * add matcher so rule only applies when element has an implicit role that could conflict
    
    * use virtual node
    
    * add chromium implicit roles to lookup
    
    * remove temp variable
    
    Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
    
    * use chromiumroles for getimplicitrole in this matcher
    
    Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
    
    * rename chromiumRoles to includeChromiumRoles to add clarity and add it to getRole
    
    * refactor aria-prohibited-attr and add test
    
    * rename to has-implicit-chromium-role-matches
    
    * put chromium role on standards/html-elm and use it to get the implicit chromium role
    
    * consolidate function parameters
    
    Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
    
    * rename option to just chromium
    
    Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
    2 people authored and straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    98bbb6f View commit details
    Browse the repository at this point in the history
  11. chore(i18n): update locales/ja.json (#2973)

    * grunt translate --lang=ja (ran at 2021-06-03 03:47 UTC)
    
    Add ja translation for rules/empty-table-header
    
    Add ja translation for checks/aria-prohibited-attr/incomplete
    
    * Add ja translation for checks/heading-order/incomplete
    
    * Bring back a part of my original commit which was reverted accidentally
    by the previous commit.
    ma10 authored and straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    8ba96c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e00c7d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a97553b View commit details
    Browse the repository at this point in the history
  14. chore(release): 4.2.2

    straker committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    4e24d7b View commit details
    Browse the repository at this point in the history