Skip to content

Commit 0745af3

Browse files
committed
Merge tag 'v5.1.1'
2 parents d5a442a + 1e13e04 commit 0745af3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@
2020
- [fix] README updates explaining recommended and strict configs. Thanks @Donaldini.
2121
- [fix] Updated to [email protected], which includes new ARIA 1.1 properties. Previously, the `aria-props` rule incorrectly threw errors for these new properties.
2222

23+
5.1.1 / 2017-07-03
24+
==================
25+
- [fix] revert v6 breaking changes unintentionally added in v5.1 (#283)
26+
27+
5.1.0 / 2017-06-26
28+
==================
29+
- [new] Support eslint v4. (#267)
30+
- [new] `label-has-for`: add "required" option to allow customization (#240)
31+
- [new] add `anchor-is-valid` (#224)
32+
- [new] `interactive-supports-focus`: Split interactive supports focus into tabbable and focusable cases (#236)
33+
- [new] `anchor-is-valid`: add `aspects` option (#251)
34+
- [Deps] Bump aria-query to 0.7.0
2335

2436
5.0.3 / 2017-05-16
2537
==================

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"flow": "if [ ! -e ./.flowconfig ]; then echo \"Could not find .flowconfig\"; else flow; test $? -eq 0 -o $? -eq 2; fi",
2424
"lint:fix": "npm run lint -- --fix",
2525
"lint": "eslint --config .eslintrc src __tests__ __mocks__ scripts",
26-
"prepublish": "npm run lint && npm run flow && npm run test && npm run build",
26+
"prepublish": "safe-publish-latest && npm run lint && npm run flow && npm run test && npm run build",
2727
"pretest": "npm run lint:fix && npm run flow",
2828
"test:ci": "npm test -- --ci --runInBand",
2929
"test": "jest --coverage __tests__/**/*"
@@ -50,6 +50,7 @@
5050
"minimist": "^1.2.0",
5151
"object.assign": "^4.0.4",
5252
"rimraf": "^2.6.1",
53+
"safe-publish-latest": "^1.1.1",
5354
"to-ast": "^1.0.0"
5455
},
5556
"engines": {

0 commit comments

Comments
 (0)