Releases: mvdschee/web-accessibility
Releases · mvdschee/web-accessibility
Release 0.2.8
- Added support for
vue-html
pull #27 by Kemal Ahmed - Added support for
vue
linting - Changed patterns to be less prone to false positives
- Updated readme
Release 0.2.7
- Correct spelling mistakes pull #23 by Gilles Leblanc 📝
- Updated/Upgraded dependencies ⬆
- Added check for
type="hidden"
on input #25 ✨
Release 0.2.6
- Bug fix #21: Meta viewport recommendation of adding user-scalable displays after fix 🐛
- Added different severity levels based on the filter rules ✨
Release 0.2.5
- Bug fix #20: Error: Cannot find module './patterns' - server not restarted after 3rd try 🐛
- Fixed naming of Extension Settings. 🐛
Release 0.2.4
- Enhancement #17: Option to disable semantically transparent elements highlight ✨
- Enhancement #15: Make sure all frames and iframes have a title attribute ✨
- Enhancement #12: Span check for button doesn't trigger on usage of btn ✨
- Added support for React #13 ✨
- Fixed diagnostic source displaying as
undefined
🐛 - Updated dependencies ⬆️
Release 0.2.3
- Enhancement #6 by Liz Certa (@ecerta): adds more checks for alt text, removes whitespace, fixes false positive on alt="" pull #9 ✨
- Enhancement #7: Added check for
tabindex
✨ - Bug #8: Title check does not trigger when
<head>
is empty and right next to</head>
🐛 - Fixed issue with completionProvider 🐛
- Changed some error messages to show a contrast between hint/description and a [code example] 📝
Release 0.2.2
- If the document gets closed, problems disappear. 🔥
- Removed all comments that had no real function. 📝
Release 0.2.1
- Changed the flag for
<a>
. It had way too many wavy lines! - Remove typo from changelog
Release 0.2.0
- Added Regex for
<input>
- Refactored case handling
- Moved pattern case handling to
Patterns.ts
Release 0.1.3
- Fixed issue with filter tag being flagged on multiple patterns 🐛
- Fixed issue with multi-flag within
<head>
element 🐛 - Fixed issue with
<a>
not being flagged correct 🐛