Skip to content

Commit bd7cc9a

Browse files
author
Todd Kloots
committed
release v0.2.0
1 parent 0dd51c3 commit bd7cc9a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.2.0 - Mon, 08 Jun 2015 19:27:33 GMT
2+
--------------------------------------
3+
4+
- [c4d52fc](../../commit/c4d52fc) [fixed] Issue where label assertion returns a false negative when label is inside a child Component (fixes #44) [added] Tests to ensure anchors with a tabIndex but without an href require an ARIA button role (fixes #45) [added] selection and option to the list of interactive elements that require labels [removed] getFailures() method since all failures are now logged asynchronously
5+
6+
17
v0.1.1 - Thu, 21 May 2015 17:25:45 GMT
28
--------------------------------------
39

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-a11y",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Warns about potential accessibility issues with your React elements.",
55
"main": "./dist/index.js",
66
"repository": {
@@ -49,4 +49,4 @@
4949
"react",
5050
"a11y"
5151
]
52-
}
52+
}

0 commit comments

Comments
 (0)