Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Kloots committed Jun 8, 2015
1 parent 0dd51c3 commit bd7cc9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.2.0 - Mon, 08 Jun 2015 19:27:33 GMT
--------------------------------------

- [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


v0.1.1 - Thu, 21 May 2015 17:25:45 GMT
--------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-a11y",
"version": "0.1.1",
"version": "0.2.0",
"description": "Warns about potential accessibility issues with your React elements.",
"main": "./dist/index.js",
"repository": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"react",
"a11y"
]
}
}

0 comments on commit bd7cc9a

Please sign in to comment.