Skip to content

Commit

Permalink
release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Kloots committed Jun 11, 2015
1 parent 32d9075 commit 9e8b71a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.2.5 - Thu, 11 Jun 2015 06:05:16 GMT
--------------------------------------

- [4d1f885](../../commit/4d1f885) [fixed] bug where placeholder links required a tabindex and an ARIA role (closes #62) [fixed] bug where elements with role=none required a label (closes #63) [fixed] bug where elements with aria-hidden required a label (closes #64) [added] test to ensure interactive elements hidden using aria-hidden are removed from the tab flow


v0.2.4 - Wed, 10 Jun 2015 20:33:32 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-a11y",
"version": "0.2.4",
"version": "0.2.5",
"description": "Warns about potential accessibility issues with your React elements.",
"main": "./dist/index.js",
"repository": {
Expand Down

0 comments on commit 9e8b71a

Please sign in to comment.