Skip to content

Commit 74232d1

Browse files
author
Todd Kloots
committed
release v0.2.2
1 parent ca8ab73 commit 74232d1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.2.2 - Tue, 09 Jun 2015 18:06:39 GMT
2+
--------------------------------------
3+
4+
- [8f2a22a](../../commit/8f2a22a) [fixed] bug where label assertion didn't account for the label being an image created by a custom component (resolves #52) [fixed] bug where label assertion wouldn't fail when none of the child Components have label text (resolves #53)
5+
- [2c47c8d](../../commit/2c47c8d) [fixed] issue where elements with the presentation role required a label. resolves #50
6+
7+
18
v0.2.1 - Mon, 08 Jun 2015 23:02:25 GMT
29
--------------------------------------
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-a11y",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Warns about potential accessibility issues with your React elements.",
55
"main": "./dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)