Skip to content

Commit 37c82f5

Browse files
authored
Merge pull request #18 from mvdschee/dev
Version 0.2.4
2 parents 2578e15 + ae2bf24 commit 37c82f5

11 files changed

Lines changed: 542 additions & 732 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# CHANGELOG
2+
## Version 0.2.4
3+
* Enhancement [#17](https://github.com/mvdschee/web-accessibility/issues/17): Option to disable semantically transparent elements highlight
4+
* Enhancement [#15](https://github.com/mvdschee/web-accessibility/issues/15): Make sure all frames and iframes have a title attribute
5+
* Enhancement [#12](https://github.com/mvdschee/web-accessibility/issues/12): Span check for button doesn't trigger on usage of btn
6+
* Added support for React [#13](https://github.com/mvdschee/web-accessibility/pull/13)
7+
* Fixed diagnostic source displaying as `undefined`
8+
* Updated dependencies
9+
210
## Version 0.2.3
311
* Enhancement [#6](https://github.com/mvdschee/web-accessibility/issues/6) by [Liz Certa (@ecerta)](https://github.com/ecerta): adds more checks for alt text, removes whitespace, fixes false positive on alt="" [pull #9](https://github.com/mvdschee/web-accessibility/pull/9)
412
* Enhancement [#7](https://github.com/mvdschee/web-accessibility/issues/7): Added check for `tabindex`

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ The extension can do the following for you:
1515

1616

1717
## 🔒Extension Settings
18-
At this point, you can enable/disable the extension, which is not that amazing.
18+
The settings can be found at `File > Preferences > Settings > Extensions > Configuration`
19+
20+
| Settings | Type | Default |
21+
| ---- | ---- | ---- |
22+
| Max Number Of Problems | number | 100 |
23+
| Semantic HTML | boolean | false |
24+
| Trace: Server | string | off |
1925

2026
## 🐛Known Issues
2127
The following Issues will be dealt with soon.

0 commit comments

Comments
 (0)