We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c16747 commit b632b14Copy full SHA for b632b14
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
+v0.1.1 - Thu, 21 May 2015 17:25:45 GMT
2
+--------------------------------------
3
+
4
+- [7c16747](../../commit/7c16747) Add filtering for different device types.
5
6
7
v0.1.0 - Thu, 21 May 2015 03:41:08 GMT
8
--------------------------------------
9
10
- [6475a4a](../../commit/6475a4a) Add a means of filtering failures on a per-component basis
11
- [9c0f970](../../commit/9c0f970) Add Travis build status
12
- [34533d7](../../commit/34533d7) Drop React from peerDependency and rely on passing it in
package.json
@@ -1,6 +1,6 @@
{
"name": "react-a11y",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Warns about potential accessibility issues with your React elements.",
"main": "./dist/index.js",
"repository": {
0 commit comments