Skip to content

Releases: ymrl/a11y-visualizer

v5.4.2

24 Oct 10:26
Compare
Choose a tag to compare

What's Changed

  • Fix ja/UsersGuide.md by @matamatanot in #191
  • ✨ add inline styles to a11y-visualizer root element by @ymrl in #192
  • Fix typo in UsersGuide, accessibilty -> accessibility by @ma10 in #193
  • Update crxjs to fit Chrome 130+ by @ymrl in #195
  • 🆙 update node version by @ymrl in #196

New Contributors

Full Changelog: v5.4.1...v5.4.2

v5.4.1

06 Sep 01:53
Compare
Choose a tag to compare

What's Changed

  • 👍 add xlink:href of a in svg by @ymrl in #190

Full Changelog: v5.4.0...v5.4.1

v5.4.0

05 Sep 13:33
Compare
Choose a tag to compare

What's Changed

  • 🎉 Accessibility Visualizer now works on Google Docs by @ymrl in #189

Full Changelog: v5.3.1...v5.4.0

v5.3.1

17 Aug 06:35
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix announcements disappear when tips disabled by @ymrl in #185
  • 🐛 Fix double-rendering live regions by @ymrl in #186
  • ♻️ use portals for iframes and top-layers by @ymrl in #187

Full Changelog: v5.3.0...v5.3.1

v5.3.0

28 Jul 13:49
Compare
Choose a tag to compare

What's Changed

  • Completly support listed role attributes #172
  • Add hgroup element to heading #173
  • Add dialog element, dialog role, and alertdialog role to section #175
  • Add Lists tips #178 #179 #180 #182

bugfixes

  • Fix some input types shows WAI-ARIA atrribute error (because of no correspending role in html-aria spec) #176
  • Fix table headers cannot work if id contains CSS selector symbol calacters #177
  • Fix some input types shows target-size warnings when using default styles #181
  • Fix "cannot be focused" error appears on aria-disabled="true" elements #183
  • Fix target-size warning always appears on area element #184

Full Changelog: v5.2.0...v5.3.0

v5.2.0

21 Jul 14:20
Compare
Choose a tag to compare

What's Changed

  • Tips now will be rendered in closed shadowDOM. It does not affect to other test such as axe-core #165
  • Rules what tips be shown were separated to indivisual files #166
  • Fixed rendering reduncant elements after re-enabled #167
  • and some refactorings #168 #169 #170

Full Changelog: v5.1.0...v5.2.0

v5.1.0

07 Jul 14:16
Compare
Choose a tag to compare

What's Changed

bugfixes

  • 🐛 fix closed detail descendants cannot be handled as hidden by @ymrl in #140
  • ✨ fix table header logic to fit to spec by @ymrl in #139
  • 👍 apply enabled/disabled when visibilitychange by @ymrl in #150
  • 👍 add content-visibility: hidden to and remove hidden attr from isHidden by @ymrl in #157
  • 🐛 fix Tips in area element not shown in firefox by @ymrl in #164

New Features

Performance

Full Changelog: v5.0.1...v5.1.0

v5.0.1

17 Jun 14:19
Compare
Choose a tag to compare

this is operation recovery, without any changs.

Full Changelog: v5.0.0...v5.0.1

v5.0.0

17 Jun 12:28
Compare
Choose a tag to compare

What's Changed

  • Improve performances: Render tips only visible on scrolling range #128
  • New element and tip type
    • Page shows the title and lang attribute #134
    • Table shows size of tables, headers and position of each cells #104
  • and some bugfixes

Full Changelog: v4.0.0...v5.0.0

v4.0.0

09 Jun 13:59
Compare
Choose a tag to compare

What's Changed

  • Showing the statuses of elements: aria-busy, aria-current, aria-checked (and checked state of <input type="checkbox"> and <input type="radio">), aria-disabled (and disabled attribute), aria-expanded, aria-invalid, aria-pressed and aria-selected #107 #111 #113 #116
  • Users can change the font size of tips and live region announces #109 #121
  • Changed image tips for svg, added "may be skipped" warning #115
  • Added summary element and menuitem role to the "Button" type tips #117 #120
  • Some performance improvements #119 #123
  • Set minimum browser version (Chrome 89 and Firefox 109) #103

Full Changelog: v3.2.2...v4.0.0