Skip to content

Commit

Permalink
Merge pull request #18 from mvdschee/dev
Browse files Browse the repository at this point in the history
Version 0.2.4
  • Loading branch information
mvdschee authored Feb 17, 2019
2 parents 2578e15 + ae2bf24 commit 37c82f5
Show file tree
Hide file tree
Showing 11 changed files with 542 additions and 732 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# CHANGELOG
## Version 0.2.4
* Enhancement [#17](https://github.com/mvdschee/web-accessibility/issues/17): Option to disable semantically transparent elements highlight
* Enhancement [#15](https://github.com/mvdschee/web-accessibility/issues/15): Make sure all frames and iframes have a title attribute
* Enhancement [#12](https://github.com/mvdschee/web-accessibility/issues/12): Span check for button doesn't trigger on usage of btn
* Added support for React [#13](https://github.com/mvdschee/web-accessibility/pull/13)
* Fixed diagnostic source displaying as `undefined`
* Updated dependencies

## Version 0.2.3
* 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)
* Enhancement [#7](https://github.com/mvdschee/web-accessibility/issues/7): Added check for `tabindex`
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ The extension can do the following for you:


## 🔒Extension Settings
At this point, you can enable/disable the extension, which is not that amazing.
The settings can be found at `File > Preferences > Settings > Extensions > Configuration`

| Settings | Type | Default |
| ---- | ---- | ---- |
| Max Number Of Problems | number | 100 |
| Semantic HTML | boolean | false |
| Trace: Server | string | off |

## 🐛Known Issues
The following Issues will be dealt with soon.
Expand Down
Loading

0 comments on commit 37c82f5

Please sign in to comment.