Releases: equalizedigital/accessibility-checker
Releases · equalizedigital/accessibility-checker
v1.17.0
What's Changed
- added: ignore permission logic to ignore button by @SteveJonesDev in #827
- Fix: URLs with 100% score will always be 0 by @pattonwebz in #828
- Enhancement: Retry frontend highlighter init later by @pattonwebz in #829
- Add an endpoint to retrieve the site scan summary over a rest call by @pattonwebz in #830
- Add New Window Warning Fix by @pattonwebz in #822
Full Changelog: v1.16.4...v1.17.0
v1.16.4
What's Changed
- Backport: Release/1.16.3 by @pattonwebz in #818
- Handle editorLink passed via edac_script_vars by @pattonwebz in #816
- Show a notice when fixes settings are saved on options page by @pattonwebz in #817
- Replace node sass with sass and by @pattonwebz in #819
- Fix: Improve table header detection logic to correctly validate row headers by @SteveJonesDev in #820
- Remove a duplicated siteid reference in query by @pattonwebz in #823
- Update where a scan button link points to by @pattonwebz in #824
- Release/1.16.4 by @pattonwebz in #825
Full Changelog: v1.16.3...v1.16.4
v1.16.3
What's Changed
- Restore the correct nicename for the label form fields fix by @pattonwebz in #813
- Add fixes settings to site health by @pattonwebz in #814
Full Changelog: v1.16.2...v1.16.3
v1.16.2
What's Changed
- Output fancy name as the thickbox modal title by @pattonwebz in #807
- Convert link_pdf rule and link_ms_office_doc to js by @pattonwebz in #810
- Check the label and labelled-by items before the text content for ambiguous_link_text by @pattonwebz in #808
- BF2024 date notice by @pattonwebz in #809
- Release v1.16.2 by @pattonwebz in #811
Full Changelog: v1.16.1...v1.16.2
v1.16.1
= 1.16.1 =
- Fix: Remove redundant empty_form_label rule definition.
What's Changed
- Remove the empty form label rule definition again by @pattonwebz in #805
Full Changelog: v1.16.0...v1.16.1
v1.16.0
= 1.16.0 =
- New: Introduced a system to handle automated fixes for issues that the scanner would discover.
- New: Fix to remove or update bad tabindex values on elements.
- New: Fix to remove title attributes in favor of preferred accessible names to elements.
- New: Fix to add missing lang and dir attributes to the element.
- New: Fix to add skip links to pages where they are missing.
- New: Fix to add labels to comment and search forms.
- New: Fix to ensure that the meta viewport tag does not prevent user scaling or zooming.
- New: Fix to ensure that focus outlines are present on focusable elements.
- Enhancement: Improve the tabindex_modified check to handle every element with tabindex.
- Enhancement: Improve the link_blank rule to check on fully rendered pages.
- Enhancement: Improve the link_ambiguous_text rule to check on fully rendered pages.
- Enhancement: Improve the broken_skip_anchor_link rule to check on fully rendered pages.
- Enhancement: Improve the html lang and dir attribute check to on check fully rendered pages.
- Enhancement: Improve the document title check to check on fully rendered pages.
- Enhancement: Add a clear button to the editor to allow for .
- Enhancement: Improved GTM iframe detection.
- Fix: Avoid showing 100% passed results when scans are not complete.
- Fix: Improve or add better aria-labels in several places.
- Fix: Don't flag empty paragraphs if they have aria-hidden.
What's Changed
- updated: highlight button aria-label to be unique and added aria-haspopup equal to dialog by @SteveJonesDev in #729
- added: aria label to the disable styles button by @SteveJonesDev in #728
- updated: scan stats passed percentage default value by @SteveJonesDev in #730
- Add framework to handle various different fixes that the plugin can apply by @pattonwebz in #725
- Added: Fix for adding skip links when they are not there by @pattonwebz in #731
- Fix: add lang and dir attributes to html element by @pattonwebz in #734
- added: comment and search form labels fix by @SteveJonesDev in #735
- Added: remove tab index fix by @SteveJonesDev in #736
- Added: additional check for figcaption to the Duplicate Alternative Text check by @SteveJonesDev in #733
- Make some skip link option labels less ambiguous by @pattonwebz in #743
- added: Fix that can remove target="_blank" from links by @pattonwebz in #739
- Added: Fix for unscalable meta viewport tags by @pattonwebz in #742
- added: force underline fix by @SteveJonesDev in #740
- Add a fix class for adding post title to read more links by @pattonwebz in #737
- Added: Fix to Remove Title If Preferred Accessible attribute is usable by @pattonwebz in #744
- Focus Outline Fix by @SteveJonesDev in #746
- Steve/no issue/focus outline conditional by @SteveJonesDev in #747
- Add Fix class to add file size and extension to file links by @pattonwebz in #749
- added: an early return for nav menus by @SteveJonesDev in #748
- William/7652418924/skip link fix feedback by @pattonwebz in #752
- Delete fix option keys on uninstall by @pattonwebz in #750
- Include settings for pro fix callouts by @pattonwebz in #757
- Focus ring fix use browser styles by @pattonwebz in #755
- Use a more user friendly title for this fix by @pattonwebz in #754
- Prevent links opening new tabs tweaks by @pattonwebz in #753
- Merge hotfixes back to develop by @pattonwebz in #759
- Add help link feature for fix descriptions by @pattonwebz in #760
- Move fix setting to the settings page in a tab by @SteveJonesDev in #764
- updated: missing_lang_attr rule to use axe core rules by @SteveJonesDev in #765
- updated: tab_order_modified rule to use axe-core by @SteveJonesDev in #766
- Remove the text statistics test dir from a dist build by @pattonwebz in #761
- updated: missing_title to use axe-core document-title by @SteveJonesDev in #767
- updated: broken skip anchor link to JavaScript by @SteveJonesDev in #772
- Don't flag an issue for empty paragraph if it has aria-hidden by @pattonwebz in #773
- Convert link ambiguous text to js rule by @pattonwebz in #774
- Convert the
link_blank
rule to a js rule by @pattonwebz in #771 - Rework some checks for removing title attribute in favour of a preferred accessible name by @pattonwebz in #775
- Bump upload-artefact in action to v4 by @pattonwebz in #776
- Exclude the query monitor container from the JS scan. by @pattonwebz in #777
- Manage fix settings in details panel and frontend highlighter by @pattonwebz in #762
- Prevent modal from having aria hidden incorrectly added by @pattonwebz in #778
- Don't show skip link fixes on broken_skip_link_anchor rule by @pattonwebz in #780
- updated: missing_form_label and empty_form_label to use axe-core label rule by @SteveJonesDev in #768
- Iinline frontend highlighter fix button by @pattonwebz in #781
- Option delete on uninstall by @pattonwebz in #783
- Details fix modal focus handling by @pattonwebz in #782
- Add a Clear Issues button in the editor by @pattonwebz in #779
- William/7652430604/attach correct fix to missing title rule by @pattonwebz in #787
- Make skip links have their own individual containers by @pattonwebz in #786
- Handle permissions and display for fixes by @pattonwebz in #785
- Various style adjustments to frontend highlighter fix modal by @pattonwebz in #784
- William/7949329495/allow fix action to appear in all issues page by @pattonwebz in #790
- Style more elements to try prevent leaking from theme into modal by @pattonwebz in #789
- Assorted bug fixes and tweaks for releases RC by @pattonwebz in #791
- Handle timing issue for fix button that triggers thickbox by @pattonwebz in #792
- More style tweaks to frontend highlighter fixes modal by @pattonwebz in #793
- Rework tabindex fix to handle all elements with tabindex by @pattonwebz in #795
- Use
.currentTarget
rather than.target
when looking for the aria-… by @pattonwebz in #794 - Integration branch: Fixes system and initial fixes by @pattonwebz in #738
- Tweaks and changes to prepair for next release (1.16.0) by @pattonwebz in #798
- updated: fixes setting description to not be plural by @SteveJonesDev in #799
- Add help ID to fields for comment and search form labels fix by @p...
v1.15.3
What's Changed
- Enhancement: Detect missing labels on more elements.
- Enhancement: Detect slick slider that gets initialized after the page loads.
Full Changelog: v1.15.2...v1.15.3
v1.15.2
v1.15.1
What's Changed
- Fix: When creating new post in Gutenberg the JS checks were not run till page reload by @pattonwebz in #719
- Add a loop and retry for the email modal by @pattonwebz in #722
Full Changelog: v1.15.0...v1.15.1
v1.15.0
What's Changed
- Enahcement: Image inputs with alt text shouldn't flag for missing_form_label by @pattonwebz in #696
- Minor cleanup of admin styles by @pattonwebz in #705
- Fix: Don't flag .avif as missing trascript or video present by @pattonwebz in #695
- Purge the post data if the saved post is in or is moving to trash by @pattonwebz in #692
- Wraps the pro callout button and tweak z-index to handle stacking contexts by @pattonwebz in #704
- Add PHPStan to the project by @pattonwebz in #709
- Inline some single use variables at function returns by @pattonwebz in #710
- Add a retry logic on some flaky tests that rely on httpbin by @pattonwebz in #713
- Add wp cli commands to get stats and delete stats by @pattonwebz in #679
- Add a basic PR template by @pattonwebz in #714
- PHP 8.4 deprecation notice fix for implicitly nullable Meta_Boxes by @pattonwebz in #712
- Fixed: background size style placement by @SteveJonesDev in #717
- Release v1.15.0 by @pattonwebz in #715
Full Changelog: v1.14.3...v1.15.0