Skip to content

Releases: mvdschee/web-accessibility

Release 0.2.8

06 Oct 13:32
4785c3c
Compare
Choose a tag to compare
  • 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

25 Aug 14:47
1f67fd7
Compare
Choose a tag to compare
  • Correct spelling mistakes pull #23 by Gilles Leblanc 📝
  • Updated/Upgraded dependencies ⬆
  • Added check for type="hidden" on input #25

Release 0.2.6

25 Apr 20:20
Compare
Choose a tag to compare
  • 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

03 Apr 19:09
Compare
Choose a tag to compare
  • Bug fix #20: Error: Cannot find module './patterns' - server not restarted after 3rd try 🐛
  • Fixed naming of Extension Settings. 🐛

Release 0.2.4

17 Feb 18:42
37c82f5
Compare
Choose a tag to compare
  • 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

09 Jan 09:11
027198a
Compare
Choose a tag to compare
  • 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

23 Dec 16:06
233a945
Compare
Choose a tag to compare
  • If the document gets closed, problems disappear. 🔥
  • Removed all comments that had no real function. 📝

Release 0.2.1

08 Dec 16:31
bbf48ec
Compare
Choose a tag to compare
  • Changed the flag for <a>. It had way too many wavy lines!
  • Remove typo from changelog

Release 0.2.0

08 Dec 16:24
f550e69
Compare
Choose a tag to compare
  • Added Regex for <input>
  • Refactored case handling
  • Moved pattern case handling to Patterns.ts

Release 0.1.3

26 Nov 17:46
Compare
Choose a tag to compare
  • 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 🐛