We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ecd56 commit 85dde52Copy full SHA for 85dde52
CHANGELOG.md
@@ -1,4 +1,12 @@
1
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
10
# 0.5.7 / 2019-03-08
11
12
* Axe-core version bump to 3.2.2
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-a11y-testing",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "The future of accessibility testing in Ember",
"keywords": [
"ember-addon",
0 commit comments