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): v4.7.0 #3990

Merged
merged 61 commits into from
Apr 17, 2023
Merged

chore(release): v4.7.0 #3990

merged 61 commits into from
Apr 17, 2023

Conversation

attest-team-ci
Copy link
Contributor

@attest-team-ci attest-team-ci commented Apr 17, 2023

4.7.0 (2023-04-17)

Features

  • aria-roledescription: deprecate rule (#3948) (1913a9e)
  • aria-roles: deprecate the ARIA directory role (#3952) (893fdd0)
  • d.ts: setup/teardown, reporters & metadata definitions (#3966) (78264ee)
  • deprecate bower (#3889) (651d811)
  • deprecate color.filteredRectStack, color.getRectStack, and dom.visuallyContains (#3859) (3be2bad)
  • dom.focusDisabled,dom.isVisibleForScreenreader: support the inert attribute (#3857) (273c971)
  • metadata: add Trusted Tester tag (#3986) (1f6a2a6)
  • support the dialog element (#3902) (d4522cd)

Bug Fixes

  • aria-allowed-attrs: allow aria-description and aria-braille* attrs (#3956) (2842395)
  • aria-input-field-name: skip combobox popups (#3886) (3dcdd42)
  • aria-required-children: allow separator in menu(bar) (#3868) (ec9f507)
  • aria-required-children: do not fail for children with aria-hidden (#3949) (8714d6b)
  • aria-required-children: list elements that are not allowed (#3951) (cce7586)
  • autocomplete-valid: allow webauthn token (#3866) (fd3010f)
  • color-contrast: correcly apply opacity to foreground color (#3973) (d7db279)
  • color-contrast: correctly calculate contrast of flex/grid items with z-index (#3884) (cef96be)
  • color-contrast: correctly compute background color for elements with opacity (#3944) (c051fe8), closes #3932
  • color-contrast: correctly compute color contrast of elements (#3847) (4c3a00c)
  • color-contrast: do not check contrast on elemets that are inerted (#3894) (da19946)
  • color-contrast: skip ligature icons (#3867) (9486288)
  • create-grid: correctly compute stack order for non-positioned stacking contexts (#3930) (8db2c24), closes #3932
  • css-orientation-lock: support the css rotate property (#3958) (c51f8bf)
  • focus-order-semantics: Add ARIA role article to list of valid roles for scrollable regions (#3927) (f029271)
  • is-icon-ligature: prevent canvas2d warning willReadFrequently (#3931) (b3c52bb)
  • link-in-text-block: allow links with identical colors (#3861) (5f90040)
  • respondable: work with CDP Page.setDocumentContent (#3921) (66f23e5)
  • scrollable-region-focusable: change impact to serious (#3959) (e3a5c21)
  • scrollable-region-focusable: skip native controls (#3862) (b0bdefa)

This PR was opened by a robot 🤖 🎉

stephenmathieson and others added 30 commits January 3, 2023 09:18
chore: merge master into develop
chore: merge master into develop
* ci: verify sri-history in release pr

* typo

* run in master
* ci: cache axe.js build

* use correct brackets

* skip install if cache exists

* test skip

* finalize

* add axe.min.js
…nts (#3847)

* fix(color-contrast): correctly compute color contrast of <slot> elements

* Update lib/commons/dom/create-grid.js

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
* chore: update dependencies

* update examples

* 🤖 Automated formatting fixes

* fix jsdoc

Co-authored-by: straker <straker@users.noreply.github.com>
* ci: checkout before installing chrome

* checkout before install
* tests: refactor is-focusable tests

* negative tabindex

* Update test/commons/dom/is-natively-focusable.js

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
…rt attribute (#3857)

* feat(dom.focus-disabled,dom.is-visible-for-screenreader): support the inert attribute

* typos

* integration tests
…with z-index (#3884)

* fix(color-contrast): correctly calculate contrast of flex/grid items with z-index

* Update test/integration/rules/color-contrast/color-contrast.html

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>

* Update test/commons/dom/get-element-stack.js

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>

* 🤖 Automated formatting fixes

* suggestions

* no inline flex/grid (with space)

* in test too

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
Co-authored-by: straker <straker@users.noreply.github.com>
* fix(aria-input-field-name): skip combobox popups

* skip popups on no-naming-method-matches

* Test isComboboxPopup

* Improve to run better on virtual trees

* modals require a name though

* Resolve feedback
straker and others added 24 commits March 15, 2023 08:49
…acking contexts (#3930)

* fix(create-grid): correctly compute stack order for non-positioned stacking contexts

* chore: Refactor createStackingOrder (#3932)

* chore: Refactor createStackingOrder

* Remove magic numbers

* use treewalker nodeIndex

* no floatpoint precision errors

* pass nodeIndex to createGrid for shadowDom

* do it properly

* remove whitespace

* test for outside tree elements

---------

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
#3949)

* fix(aria-required-children): do not fail for children with aria-hidden

* es6
* feat(aria-roles): deprecate the ARIA directory role

* update tests
…with opacity (#3944)

* fix(create-grid): correctly compute stack order for non-positioned stacking contexts

* chore: Refactor createStackingOrder (#3932)

* chore: Refactor createStackingOrder

* Remove magic numbers

* use treewalker nodeIndex

* no floatpoint precision errors

* pass nodeIndex to createGrid for shadowDom

* do it properly

* remove whitespace

* fix(color-contrast): correctly handle opacity on parent elements

* working

* idea finalized

* remove comments

* move function

* tests!

* fix comments

* fix stuff

---------

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
* fix(scrollable-region-focusable): change impact to serious

* forgot check
…rs (#3956)

* fix(aria-allowed-attrs): allow aria-description and aria-braille* attrs

* fix test
* fix(aria-required-children): list elements that are not allowed

* jsdoc

* fix tests

* remove dups
* feat(rules): deprecate duplicate-id, duplicate-id-active, and duplicate-id-aria rules

* later
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
* fix(css-orientation-lock): support the css rotate property

* fix tests

* update act, apply both rotate and transform
* fix(color-contrast): correcly apply opacity to foreground color

* finalize

* add test

* fix test

* suggestions
* Generate missing keys with Grunt

* Translated into Japanese

* Handling of translation omissions

* Changed the argument of the message that was causing an error in the test

* Add missing translations

tabindexを「マイナス」という表現を元の翻訳と合わせ「負」に変更

* Change of terminology

letter-spacing = 文字の間隔
word-spacing = 単語の間隔

* Generate missing keys with Grunt

* Translated into Japanese

* Handling of translation omissions

* Changed the argument of the message that was causing an error in the test

* Add missing translations

tabindexを「マイナス」という表現を元の翻訳と合わせ「負」に変更

* Change of terminology

letter-spacing = 文字の間隔
word-spacing = 単語の間隔
* docs(release-and-support): Adjust  release cadence

* Update doc/release-and-support.md

Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>

---------

Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
* feat(metadata): add Trusted Tester tag

* Apply suggestions from code review

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>

* changes

---------

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
@attest-team-ci attest-team-ci requested a review from a team as a code owner April 17, 2023 16:00
@CLAassistant
Copy link

CLAassistant commented Apr 17, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@WilcoFiers WilcoFiers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WilcoFiers WilcoFiers merged commit c7957d2 into master Apr 17, 2023
@WilcoFiers WilcoFiers deleted the release-2023-04-17 branch April 17, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.