Skip to content

Releases: ymrl/a11y-visualizer

Release v6.7.0

23 Sep 09:55

Choose a tag to compare

What's Changed

  • Reduce useEffect and addEventListener for interactiveMode by @ymrl in #295
  • Show "group" tip top inner-right-top by @ymrl in #297
  • add tab-index rule by @ymrl in #296

Full Changelog: v6.6.0...v6.7.0

Release v6.6.0

18 Sep 22:55

Choose a tag to compare

What's Changed

  • Force no alt error wheter img element has accessible name by @ymrl in #289
  • Add japanese test page by @ymrl in #290
  • always show non-alt/alt="" message by @ymrl in #291
  • Work on Firefox for Android by @ymrl in #293

Full Changelog: v6.5.1...v6.6.0

Release v6.5.1

13 Sep 06:49

Choose a tag to compare

What's Changed

  • Place heading tips on outer-top by @ymrl in #281
  • add row role to the allow-list aria-posinset and aria-setsize by @ymrl in #282
  • use elementDocument in id-reference by @ymrl in #283
  • Use ClientRects for interactive mode instead of BoundingClientRect by @ymrl in #284
  • Use element.elementDocment, and add iframe tests by @ymrl in #285

Full Changelog: v6.5.0...v6.5.1

Release v6.5.0

11 Sep 13:54

Choose a tag to compare

What's Changed

  • Refactor & Adjust the tip placemont logic by @ymrl in #268, #270
  • Add "Uncheck all" button to customs by @ymrl in #271
  • Interactive mode changed not to use pointer-events, and add "Hide visually obscured elements" checkbox by @ymrl in #273, #276
  • Not to warn aria-hidden if it doesn't have any content by @ymrl in #275

Full Changelog: v6.4.1...v6.5.0

Release v6.4.1

06 Sep 10:53

Choose a tag to compare

What's Changed

This will not be released to the stores. It is to clarify what is changed on the next release with diffs.

  • install biome to browser_extension by @ymrl in #266

Full Changelog: v6.4.0...v6.4.1

Release v6.4.0

04 Sep 00:20

Choose a tag to compare

What's Changed

  • add spacing exception to target-size rule by @ymrl in #261
  • Warn <svg> may be skipped only when it is named but any role is given by @ymrl in #262
  • Hide name if the element is (in) aria-hidden by @ymrl in #263
  • Show aria attributes as grouped by @ymrl in #264

Full Changelog: v6.3.0...v6.4.0

Release v6.3.0

26 Aug 23:40

Choose a tag to compare

What's Changed

Bug fix

  • Fix cannot announce only changed if aria-atomic="false" by @ymrl in #246
  • Hide live region announcement sequentially by @ymrl in #247
  • Fix aria-relevant multiple values invalid by @ymrl in #250
  • Not to show the name of undefined/prohibited role by @ymrl in #254
  • Fix labels of tips are broken if including : symbol by @ymrl in #255
  • Revise WAI-ARIA rules by @ymrl in #257

New Feature

  • Add icon to assertive message of live regions by @ymrl in #248
  • Live region updates (role="alert", aria-atomic, simultaneous update polite and assertive, aria-busy) by @ymrl in #249
  • Add rules for contenteditable attribute by @ymrl in #253
  • Show error for prohibited naming by @ymrl in #256
  • Ignore missing id in some conditions by @ymrl in #259

Full Changelog: v6.2.0...v6.3.0

Release v6.2.0

17 Aug 04:41

Choose a tag to compare

What's Changed

New Feature

  • Hide tips and stop notification outside modals by @ymrl in #238
  • Add iframe-name rule, modify naming of SVG Elements, and exampe page by @ymrl in #241
  • Change id reference to warning by @ymrl in #243

Bug fix

  • Fix bug the element of Accessibiilty viusualizer will be duplicated on re-enabled by @ymrl in #239
  • Fix modal detection to detect only shown modal by @ymrl in #240
  • Fix display position by @ymrl in #242

Full Changelog: v6.1.0...v6.2.0

Release v6.1.0

07 Jul 10:22

Choose a tag to compare

What's Changed

New Feature: Showing WAI-ARIA details

  • Add language select to option page by @ymrl in #223
  • Enable status tips for aria-label and aria-labelledby by @ymrl in #227
  • Show all WAI-ARIA attributes by @ymrl in #233
  • Show invalid WAI-ARIA attribute value by @ymrl in #235
  • show errors for missing ids by @ymrl in #236

Users Guide and Website

Others

  • Change test setting not to save screenshots by @ymrl in #234

Full Changelog: v6.0.2...v6.1.0

Release v6.0.2

16 Jun 10:23

Choose a tag to compare

What's Changed

  • fix tips displayed even if disabled when tab changed by @ymrl in #220

Full Changelog: v6.0.1...v6.0.2