Skip to content

Commit dbc9773

Browse files
committed
Add CHANGELOG.md
Fixes #21
1 parent 9ad0ede commit dbc9773

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
0.6.1 / 2016-04-07
2+
==================
3+
- [fix] Do not infer interactivity of components that are not low-level DOM elements.
4+
5+
6+
0.6.0 / 2016-04-06
7+
==================
8+
- [breaking] Allow alt="" when role="presentation" on img-uses-alt rule.
9+
- [new] More descriptive error messaging for img-uses-alt rule.
10+
11+
12+
0.5.2 / 2016-04-05
13+
==================
14+
- [fix] Handle token lists for valid-aria-role.
15+
16+
17+
0.5.1 / 2016-04-05
18+
==================
19+
- [fix] Handle null valued props for valid-aria-role.
20+
21+
22+
0.5.0 / 2016-04-02
23+
==================
24+
- [new] Implement valid-aria-role rule. Based on [AX_ARIA_01](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_aria_01)
25+
26+
27+
0.4.3 / 2016-03-29
28+
==================
29+
- [fix] Handle LogicalExpression attribute types when extracting values. LogicalExpressions are of form `<Component prop={foo || "foobar"} />`
30+
31+
32+
0.4.2 / 2016-03-24
33+
==================
34+
- [fix] Allow component names of form `Object.Property` i.e. `UX.Layout`
35+
36+
37+
0.3.0 / 2016-03-02
38+
==================
39+
- [new] Implement [no-hash-href](docs/rules/no-hash-href.md) rule.
40+
- [fix] Fixed TemplateLiteral AST value building to get more exact values from template strings.
41+
42+
43+
0.2.0 / 2016-03-01
44+
==================
45+
- [new] Implement [redunant-alt](docs/rules/redundant-alt.md) rule.
46+
47+
48+
0.1.2 / 2016-03-01
49+
==================
50+
- Initial pre-release.

0 commit comments

Comments
 (0)