- Package upgrades
- Support for Handlebars #39
- Disabled ARIA roles for
div
andspan
this can be undone in the settings. #36 - Removed server trace from extension settings
- Exclude
aria-hidden
onspan
for useage with font-awesome #33
- 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
- Correct spelling mistakes pull #23 by Gilles Leblanc
- Updated/Upgraded dependencies
- Added check for
type="hidden"
on input #25
- Bug fix #21: Meta viewport recommendation of adding user-scalable displays after fix
- Added different severity levels based on the filter rules
- Bug fix #20: Error: Cannot find module './patterns' - server not restarted after 3rd try
- Fixed naming of Extension Settings.
- 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
- 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]
- If the document gets closed, problems disappear.
- Removed all comments that had no real function.
- Changed the flag for
<a>
. It had way too many wavy lines! - Remove typo from changelog
- Added Regex for
<input>
- Refactored case handling
- Moved pattern case handling to
Patterns.ts
- 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
- Removed foreach loop
- Moved
_diagnostics
from while loop - Better Regex patterns
- Added Regex for
<title>
, multi-line<head>
, multi-line<a>
- Moved RegEx patterns to Patterns.ts
- Refactored RegEx to be more readable
- Changed switch statements to be more forgiving with typos
- Added RegEx search qeuries for
<div>, <span>, <a>, <img>, <meta>, <html>
- Added messages for above coding errors
- Changed extension type to
language-server
- Auto-generated extension for Visual Studio Code with Yocode