-
Notifications
You must be signed in to change notification settings - Fork 779
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
chore(release): v4.7.0 #3990
Conversation
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
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>
…visuallyContains (#3859)
…rt attribute (#3857) * feat(dom.focus-disabled,dom.is-visible-for-screenreader): support the inert attribute * typos * integration tests
chore: merge master into develop
…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
…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>
WilcoFiers
approved these changes
Apr 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release Audit
- ci: verify sri-history in release pr #3845
- fix(focus-order-semantics): Add ARIA role article to list of valid roles for scrollable regions #3927
- fix(css-orientation-lock): support the css rotate property #3958 Arguably this should have been a "feat" instead of a "fix".
- https://github.com/dequelabs/axe-core/pull/3957/files
- feat(metadata): add Trusted Tester tag #3986
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
4.7.0 (2023-04-17)
Features
Bug Fixes
Page.setDocumentContent
(#3921) (66f23e5)This PR was opened by a robot 🤖 🎉