Skip to content

Commit 2a49028

Browse files
jessebeachbeefancohen
authored andcommitted
CHANGELOG updates for upcoming version 7.0.0
1 parent 584d21a commit 2a49028

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
6.1.0 / 2018-06-26
2+
==================
3+
- [new] Support for eslint v5, #451
4+
- [new] aria-query updated to latest version
5+
- [new] eslint-config-airbnb-base updated to the latest version
6+
- [deprecate] The rule label-has-for is deprecated and replaced with label-has-associated-control
7+
- [fix] heading-has-content updated to work with custom components, #431
8+
- [fix] aria-errormessage prop is now a valid ARIA property, #424
9+
110
6.0.2 / 2017-06-28
211
==================
312
- [fix] Prefix directories in `.npmignore` with `/` so it only matches the top-level directory

docs/rules/label-has-for.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# label-has-for
1+
# [Deprecated] label-has-for
2+
3+
*This rule was deprecated in v6.1.0. It will no longer be maintained.*
24

35
Enforce label tags have associated control.
46

src/rules/label-has-for.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const getValidityStatus = (node, required, allowChildren) => {
7474

7575
module.exports = {
7676
meta: {
77+
deprecated: true,
7778
docs: {
7879
url: 'https://github.com/evcohen/eslint-plugin-jsx-a11y/tree/master/docs/rules/label-has-for.md',
7980
},

0 commit comments

Comments
 (0)