Skip to content

Commit b80c4d2

Browse files
committed
chore(release): 3.2.4
1 parent a05264f commit b80c4d2

11 files changed

Lines changed: 46 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.2.4](https://github.com/dequelabs/axe-core/compare/v3.2.3...v3.2.4) (2021-05-10)
6+
7+
### Bug Fixes
8+
9+
- add noHtml to axe.configure ([e994323](https://github.com/dequelabs/axe-core/commit/e99432311dfd45d20c8bafe823f7f8eb61065cb0))
10+
- do not allow postMessage with axe version of x.y.z ([a05264f](https://github.com/dequelabs/axe-core/commit/a05264f0d1615e0434d5dd1efa4fca5ef76f7021))
11+
512
## [3.2.3](https://github.com/dequelabs/axe-core/compare/v3.2.2...v3.2.3) (2020-02-04)
613

714
### Bug Fixes
@@ -84,6 +91,15 @@ All notable changes to this project will be documented in this file. See [standa
8491

8592
- Deprecate axe.commons.utils namespace ([#1330](https://github.com/dequelabs/axe-core/issues/1330)) ([df93272](https://github.com/dequelabs/axe-core/commit/df93272))
8693

94+
<a name="3.1.3"></a>
95+
96+
## [3.1.3](https://github.com/dequelabs/axe-core/compare/v3.1.2...v3.1.3) (2021-05-05)
97+
98+
### Bug Fixes
99+
100+
- add noHtml to axe.configure ([dee205b](https://github.com/dequelabs/axe-core/commit/dee205b))
101+
- do not allow postMessage with axe version of x.y.z ([e93f394](https://github.com/dequelabs/axe-core/commit/e93f394))
102+
87103
<a name="3.1.2"></a>
88104

89105
## [3.1.2](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.1.2) (2018-09-07)
@@ -154,6 +170,15 @@ All notable changes to this project will be documented in this file. See [standa
154170
- **i18n:** Update ja (Japanese) locale for 3.1 release ([#1101](https://github.com/dequelabs/axe-core/issues/1101)) ([ef6cd86](https://github.com/dequelabs/axe-core/commit/ef6cd86))
155171
- **deprecate:** Deprecate audio-caption rule ([#1071](https://github.com/dequelabs/axe-core/issues/1071)) ([3b05fee](https://github.com/dequelabs/axe-core/commit/3b05fee))
156172

173+
<a name="3.0.4"></a>
174+
175+
## [3.0.4](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.0.4) (2021-04-30)
176+
177+
### Bug Fixes
178+
179+
- add noHtml to axe.configure ([2e18f0c](https://github.com/dequelabs/axe-core/commit/2e18f0c))
180+
- do not allow postMessage with axe version of x.y.z ([9e62c8c](https://github.com/dequelabs/axe-core/commit/9e62c8c))
181+
157182
<a name="3.0.3"></a>
158183

159184
## [3.0.3](https://github.com/dequelabs/axe-core/compare/v3.0.2...v3.0.3) (2018-06-04)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-core",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"contributors": [
55
{
66
"name": "David Sturley",

build/tasks/langs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*eslint-env node */
22
'use strict';
33
var http = require('http');
4-
var Promise = require('promise');
4+
var Promise = require('es6-promise').Promise;
55
module.exports = function(grunt) {
66
function getLine(data, start) {
77
var len = data.length;

build/tasks/test-webdriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ max-statements: ["error", 20],
44
*/
55
'use strict';
66

7-
var Promise = require('promise');
7+
var Promise = require('es6-promise').Promise;
88
var WebDriver = require('selenium-webdriver');
99

1010
module.exports = function(grunt) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axe-core",
33
"description": "Accessibility engine for automated Web UI testing",
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"license": "MPL-2.0",
66
"engines": {
77
"node": ">=4"

sri-history.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
"axe.js": "sha256-QhYA1btt0EGa6HUDloEPZ5p6ZArWsL8J9C7PDoqi320=",
112112
"axe.min.js": "sha256-Xlzi+kk/RJRo2x/+w04BppEgcrO/Cy9xTSbuIp6m/CU="
113113
},
114+
"3.0.4": {
115+
"axe.js": "sha256-l8dI6H61gah8+nZRMFdcZkCU08rxvMgpUaRx0Hs/lL8=",
116+
"axe.min.js": "sha256-cqgH55deHQaFac6ItvRSV9eRcUbf4dlqjc3Nwp1jUUI="
117+
},
114118
"3.1.0": {
115119
"axe.js": "sha256-qUMvWIpNXGal2tqBIDJsrXde0clrbTcATxlteQSyA4M=",
116120
"axe.min.js": "sha256-q1K/bHXBTINVndnMyDdntNSJHTAei0YhN/kNqeaGD5A="
@@ -123,6 +127,10 @@
123127
"axe.js": "sha256-goUY5vBRPoITOCdg7HK/vfHRs50+RdQRQQkNCU3lnMs=",
124128
"axe.min.js": "sha256-wIvlzfT77n6fOnSL6/oLbzB873rY7QHTW/e0Z0mOoYs="
125129
},
130+
"3.1.3": {
131+
"axe.js": "sha256-X/FaOBNaYhVis9NrSYGNPLyjzkmTD1OqSc8o7A9y2RA=",
132+
"axe.min.js": "sha256-B+Q2vcp+xHVaLSmSGxWBr4DYEui6qr+32iuRMUmyNj8="
133+
},
126134
"3.2.0": {
127135
"axe.js": "sha256-wdCvSfDepBhwcvTqB0gm586ywpla6Yi81qLCHjegILM=",
128136
"axe.min.js": "sha256-Tvf4toyAt1NFmmkuLsgStXW+4pcG5GG9ugopPoOvOwg="
@@ -138,5 +146,9 @@
138146
"3.2.3": {
139147
"axe.js": "sha256-l36pxPggxG0w7W9WFK21lyw9uaObTj3M5gS1Fl7ZABo=",
140148
"axe.min.js": "sha256-c+LGvM2VcJVUXwaqzmDeKLDBMJSZgKUhnW9GK3JkZ5o="
149+
},
150+
"3.2.4": {
151+
"axe.js": "sha256-EBY9p4epOAuqOfHhHDmA03TuKUqarplY3FA97bGDwyY=",
152+
"axe.min.js": "sha256-yBQwW2CnHtQ7spDIkIgN9iQSrOp8MtA4MtEZgeCgJYk="
141153
}
142154
}

test/mock/frames/responder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script>
99
var utils = {};
1010
var axe = {
11-
version: '3.2.3'
11+
version: '3.2.4'
1212
};
1313
</script>
1414
<script src="../../../lib/core/utils/respondable.js"></script>

test/mock/frames/results-timeout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script>
99
var utils = {};
1010
var axe = {
11-
version: '3.2.3'
11+
version: '3.2.4'
1212
};
1313
</script>
1414
<script src="../../../lib/core/utils/respondable.js"></script>

test/mock/frames/send-command-to-parent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script>
99
var utils = {};
1010
var axe = {
11-
version: '3.0.3'
11+
version: '3.2.4'
1212
};
1313
</script>
1414
<script src="../../../lib/core/utils/respondable.js"></script>

test/mock/frames/throwing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script>
99
var utils = {};
1010
var axe = {
11-
version: '3.2.3'
11+
version: '3.2.4'
1212
};
1313
</script>
1414
<script src="../../../lib/core/utils/respondable.js"></script>

0 commit comments

Comments
 (0)