Releases: ymrl/a11y-visualizer
Releases · ymrl/a11y-visualizer
v5.4.2
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
- @matamatanot made their first contribution in #191
- @ma10 made their first contribution in #193
Full Changelog: v5.4.1...v5.4.2
v5.4.1
v5.4.0
What's Changed
Full Changelog: v5.3.1...v5.4.0
v5.3.1
v5.3.0
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
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
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
- 👍 add linkTarget tip by @ymrl in #142
- 👍 Work on local files by @ymrl in #146
- 👍 add error message to nested interactive elements by @ymrl in #147 #148
- 👍 add small target warning by @ymrl in #151 #152 #153 #154 #160
Performance
Full Changelog: v5.0.1...v5.1.0
v5.0.1
this is operation recovery, without any changs.
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- Improve performances: Render tips only visible on scrolling range #128
- New element and tip type
- and some bugfixes
Full Changelog: v4.0.0...v5.0.0
v4.0.0
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