Skip to content

Releases: joedolson/wp-accessibility

WP Accessibility v2.2.6

24 Oct 22:06

Choose a tag to compare

= 2.2.6 =

  • Bug fix: Incorrect call to .removeAttr triggered catch condition on all URLs, throwing unnecessary console messages.

WP Accessibility v2.2.5

03 Oct 22:10

Choose a tag to compare

= 2.2.5 =

  • Bug fix: Toolbar preference cookies not set.

WP Accessibility v2.2.4

30 Sep 19:04

Choose a tag to compare

= 2.2.4 =

  • Bug fix: Remove html { will-change: filter } due to Safari/iOS conflicts.
  • Change: Treat role="slider" the same as role="button" for high contrast.
  • Change: log cases where href is a non-link-like value.

WP Accessibility v2.2.3

19 Sep 18:12

Choose a tag to compare

= 2.2.3 =

  • Change: Support and synchronize multiple toolbars on a single screen.
  • Feature: Option to switch the default File block behavior to 'link' instead of 'embed'.

WP Accessibility v2.2.2

04 Sep 23:50

Choose a tag to compare

= 2.2.2 =

  • Bug fix: Rewrite in JS changed the data format sent to the server for stats.
  • Bug fix: Incorrect selector for tracking stats on fontsize switcher.
  • Bug fix: Internal label in stats incorrect for contrast changes.

WP Accessibility v2.2.1

03 Sep 21:04

Choose a tag to compare

= 2.2.1 =

  • Bug fix: Undeclared variable in JS.
  • Bug fix: Incorrect variable used to report errors in console.
  • Change: Only add longdesc image block variation if a UI is enabled.

WP Accessibility v2.2.0

31 Aug 21:22

Choose a tag to compare

= 2.2.0 =

  • Feature: Option for automatic insertion of play/pause button on autoplay videos without controls.
  • Feature: Automatically pause autoplay videos if prefers-reduced-motion enabled.
  • Change: Refactor all front-end JS to remove jQuery dependency.
  • Change: Design changes to alt text and long description buttons for consistency.
  • Change: Expand focusable element selector list: more thorough, now does not select the a11y toolbar itself.
  • Change: Add design CSS for longdesc link.
  • Change: Omit buttons with role="button" from fake button selector.
  • Change: Keep title attributes on images if they are different from the alt text.
  • Change: Also remove target attributes on URL fragments.
  • Change: Find non-link elements with role="link" and make focusable.
  • Change: Make links using a with role="link" and no href focusable.
  • Change: Add link styles on role="link".
  • Bug Fix: Apply grayscale on html element to prevent shifts in position.
  • Bug Fix: Modernize screen reader text classes.
  • Bug Fix: Change how version number is handled. Automatic updates don't execute activation, so version wasn't getting incremented.

WP Accessibility v2.1.19

20 Jul 17:37

Choose a tag to compare

= 2.1.19 =

  • Bug fix: Don't load admin JS outside of WP Accessibility settings.
  • Bug fix: Allow text selection on headings.
  • Bug fix: If toolbar custom location is invalid, change attachment to body.
  • Change: Remove an extraneous fieldset in settings.
  • Change: Change download icon to universal access in stats.
  • Change: Set all WP A11y scripts to use the defer loading strategy.

WP Accessibility v2.1.18

01 Jun 21:51

Choose a tag to compare

= 2.1.18 =

  • Feature: On block themes, add aria-describedby to continue reading links to provide expanded context.
  • Bug fix: Only fetch toolbar bounds when the toolbar is present.
  • Bug fix: Use autorefresh parameter on codemirror field to fix rendering.

WP Accessibility v2.1.17

03 Apr 16:41

Choose a tag to compare

= 2.1.17 =

  • Bug fix: When using the default attachment location, passed empty class to classList.
  • Bug fix: When using a custom attachment location, do not adjust scroll position.