Skip to content

Commit 85dde52

Browse files
author
Andrew Lee
committed
Release v1.1.0
1 parent 58ecd56 commit 85dde52

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
# 1.1.0 / 2019-09-09
3+
4+
* Bumps axe-core to v3.3
5+
* Adds concurrent-axe strict check to counter next() 0 value
6+
* Fixes #124, allows a11yAudit to account for axe inlude/exclude context param
7+
* Fixes #127, removes use of Ember.Logger
8+
* Fixes #107 by adding app re-exports
9+
210
# 0.5.7 / 2019-03-08
311

412
* Axe-core version bump to 3.2.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-a11y-testing",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "The future of accessibility testing in Ember",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)