Skip to content

Commit bb8dc4d

Browse files
author
Ethan Cohen
committed
Update CHANGELOG for v5.
1 parent 24b6193 commit bb8dc4d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
5.0.0 / 2017-05-05
2+
==================
3+
- [breaking] Refactor `img-has-alt` rule into `alt-text` rule
4+
- [breaking] Rule `onclick-has-role` is removed. Replaced with `no-static-element-interactions` and `no-noninteractive-element-interactions`.
5+
- [breaking] Rule `onclick-has-focus` is removed. Replaced with `interactive-supports-focus`.
6+
- [new] - Add rule `media-has-caption` rule
7+
- [new] - Add `ignoreNonDOM` option to `no-autofocus`.
8+
- [new] - Add rule `no-interactive-element-to-noninteractive-role`
9+
- [new] - Add rule `no-noninteractive-element-to-interactive-role`
10+
- [new] - Add rule `no-noninteractive-tabindex`
11+
- [new] - Configs split into "recommended" and "strict".
12+
- [enhanced] - Configuration options added to `no-static-element-interactions` and `no-noninteractive-element-interactions`. Options allow for fine-tuning of elements and event handlers to check.
13+
114
4.0.0 / 2017-02-04
215
==================
316
Add new rules:

0 commit comments

Comments
 (0)