Releases: joedolson/wp-accessibility
Releases · joedolson/wp-accessibility
WP Accessibility v1.9.0
= 1.9.0 =
- Update: Significant reorganization of settings.
- Feature: Create & prepend simplified content summaries.
- Feature: Raise warning on long alt text.
- Feature: Generate color contrast via GET to make bookmarkable.
- Increase boldness of automatic focus outline.
- Set default focus outline color.
- Use wp_add_inline_styles for customizable CSS.
- Update automatic link underlines to skip
nav
elements. - Bug fix: some incorrect textdomains.
- Bug fix: toolbar tooltips should be dismissable without changing focus or hover. Support
esc
key. - Bug fix: Incorrect variable passed to color contrast, causing incorrect values.
- Auto generation of hook documentation: https://joedolson.github.io/wp-accessibility/
WP Accessibility v1.8.1
= 1.8.1 =
- Update: Fix accessibility issues in longdesc disclosure button.
- Add: style variations on longdesc disclosure to adjust position. (.top-left, .top-right, .bottom-right)
- Update tested to for WP 6.0.
WP Accessibility v1.8.0
= 1.8.0 =
- Update: tabindex check should not remove tabindex on
a
elements withouthref
. - Update: check for the button role on elements that are not focusable and add tabindex.
- Update: Larger longdesc button.
- Update admin script & css enqueuing.
- Change color picker.
- Make admin responsive.
- Admin text updates.
- Return false for accessible theme test if Oxygen Builder active.
WP Accessibility v1.7.14
= 1.7.14 =
- Bug fix: incorrectly called variable broke responsive toolbar.
WP Accessibility v1.7.13
= 1.7.13 =
- Bug fix: empty space in toolbar attachment point field created uncaught exception in JS.
WP Accessibility v1.7.12
= 1.7.12 =
- Bug fix: Improved automatic labeling; checks for existing aria-label or aria-labelledby values.
- Improved escaping and sanitizing.
- Change: add 'no-scroll' to skip links to prevent enfold from scrolling.
- Feature: Option to search media library on alternative text.
- Feature: Detect and replace user-scalable=no if found.
WP Accessibility v1.7.11
= 1.7.11 =
- Bug fix: Better handling of invalid toolbar attachment points.
- Change: Use title casing for Skip to Content link to clarify pronunciation by JAWS.
- New: Option to disable full screen block editor by default.
WP Accessibility v1.7.10
= 1.7.10 =
- Bug fix: If attachment ID not in classes, get from img ID attribute.
- Insert toolbar without jQuery.
WP Accessibility v1.7.9
= 1.7.9 =
- Bug fix: potentially undeclared variable in 1.7.8.
WP Accessibility v1.7.8
= 1.7.8 =
- Bug fix: Avoid showing longdesc interface if no description defined.
- Bug fix: Update screen reader text classes from antiquated versions.
- Removal: Adding role attributes to HTML5 structures is no longer significant.
- Removal: Remove option to make row actions visible. Now available via screen options in core.
- Removal: Remove tabindex=-1 on skiplink targets. No longer required.
- Improvement: Catch more potentially invalid or suspicious alt text patterns.
- Refactor: Move footer scripts into external JS file.