Skip to content

Commit 047c50b

Browse files
strakerWilcoFiers
authored andcommitted
chore(release): 4.0.3
1 parent cc4551f commit 047c50b

10 files changed

Lines changed: 87 additions & 8 deletions

CHANGELOG.md

Lines changed: 51 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+
### [4.0.3](https://github.com/dequelabs/axe-core/compare/v4.0.2...v4.0.3) (2021-05-14)
6+
7+
### Bug Fixes
8+
9+
- add noHtml to axe.configure ([e1aafb1](https://github.com/dequelabs/axe-core/commit/e1aafb1f43183d24b13b86013fa99395573eca3e))
10+
- do not allow postMessage with axe version of x.y.z ([cc4551f](https://github.com/dequelabs/axe-core/commit/cc4551f5b171e6249073fc47850978f2db14d38c))
11+
512
### [4.0.2](https://github.com/dequelabs/axe-core/compare/v4.0.1...v4.0.2) (2020-09-08)
613

714
### Bug Fixes
@@ -134,6 +141,13 @@ The following checks were deprecated in axe-core 3.x, and are removed in 4.0:
134141
- **types:** Add "wcag21aa" and "wcag21a" to our TS definition ([#2272](https://github.com/dequelabs/axe-core/issues/2272)) ([23674d4](https://github.com/dequelabs/axe-core/commit/23674d4403a7088996a758d0081b869516be4aea))
135142
- **types:** Add missing properties to `Spec` ([#2273](https://github.com/dequelabs/axe-core/issues/2273)) ([c39ba9f](https://github.com/dequelabs/axe-core/commit/c39ba9ffbd3a9777660da1d7e27d2471fc4158cd))
136143

144+
### [3.5.6](https://github.com/dequelabs/axe-core/compare/v3.5.5...v3.5.6) (2021-05-12)
145+
146+
### Bug Fixes
147+
148+
- add noHtml to axe.configure ([8982c1a](https://github.com/dequelabs/axe-core/commit/8982c1a44cd2330da5be783f74a65fca121d96cb))
149+
- do not allow postMessage with axe version of x.y.z ([fde6ab2](https://github.com/dequelabs/axe-core/commit/fde6ab2ab247ea1e8138829534fde630bb342ed2))
150+
137151
### [3.5.5](https://github.com/dequelabs/axe-core/compare/v3.5.4...v3.5.5) (2020-06-16)
138152

139153
### Bug Fixes
@@ -261,6 +275,13 @@ The following checks were deprecated in axe-core 3.x, and are removed in 4.0:
261275
- **typings:** add proper return value to getRule ([#1900](https://github.com/dequelabs/axe-core/issues/1900)) ([4d907f8](https://github.com/dequelabs/axe-core/commit/4d907f86b0152122f92cceae0b242e09aff0f49a))
262276
- **unicode:** stop parsing escaped unicode strings ([#1997](https://github.com/dequelabs/axe-core/issues/1997)) ([7447d03](https://github.com/dequelabs/axe-core/commit/7447d03bcfd118897d8114fded1ea8a42f3da08f))
263277

278+
### [3.4.3](https://github.com/dequelabs/axe-core/compare/v3.4.2...v3.4.3) (2021-05-12)
279+
280+
### Bug Fixes
281+
282+
- add noHtml to axe.configure ([eec4282](https://github.com/dequelabs/axe-core/commit/eec42827c971ca60b3363d45d427ebd969fe0156))
283+
- do not allow postMessage with axe version of x.y.z ([b317100](https://github.com/dequelabs/axe-core/commit/b3171004a6a427a74d65aee3d311315691b635cc))
284+
264285
## [3.4.2](https://github.com/dequelabs/axe-core/compare/v3.4.1...v3.4.2) (2020-02-04)
265286

266287
### Bug Fixes
@@ -332,6 +353,13 @@ The following checks were deprecated in axe-core 3.x, and are removed in 4.0:
332353
- **runVirtualNode:** Allow serialised nodes [experimental](<[512d51b](https://github.com/dequelabs/axe-core/commit/512d51b)>)
333354
- **video-description:** deprecate video-description rule ([#1737](https://github.com/dequelabs/axe-core/issues/1737)) ([e91c25f](https://github.com/dequelabs/axe-core/commit/e91c25f))
334355

356+
### [3.3.4](https://github.com/dequelabs/axe-core/compare/v3.3.3...v3.3.4) (2021-05-11)
357+
358+
### Bug Fixes
359+
360+
- add noHtml to axe.configure ([ec5a4d7](https://github.com/dequelabs/axe-core/commit/ec5a4d783ad8a417df65dc1e5e4781efdeddbfa8))
361+
- do not allow postMessage with axe version of x.y.z ([7ccd858](https://github.com/dequelabs/axe-core/commit/7ccd858fb2b58b29a955f8174298f94f87f71d26))
362+
335363
## [3.3.3](https://github.com/dequelabs/axe-core/compare/v3.3.2...v3.3.3) (2020-02-04)
336364

337365
### Bug Fixes
@@ -439,6 +467,13 @@ The following checks were deprecated in axe-core 3.x, and are removed in 4.0:
439467
- only run IE11 tests in appveyor ([#1571](https://github.com/dequelabs/axe-core/issues/1571)) ([35261ef](https://github.com/dequelabs/axe-core/commit/35261ef))
440468
- watch integration html and json files ([#1598](https://github.com/dequelabs/axe-core/issues/1598)) ([3de0b05](https://github.com/dequelabs/axe-core/commit/3de0b05))
441469

470+
## [3.2.4](https://github.com/dequelabs/axe-core/compare/v3.2.3...v3.2.4) (2021-05-10)
471+
472+
### Bug Fixes
473+
474+
- add noHtml to axe.configure ([e994323](https://github.com/dequelabs/axe-core/commit/e99432311dfd45d20c8bafe823f7f8eb61065cb0))
475+
- do not allow postMessage with axe version of x.y.z ([a05264f](https://github.com/dequelabs/axe-core/commit/a05264f0d1615e0434d5dd1efa4fca5ef76f7021))
476+
442477
## [3.2.3](https://github.com/dequelabs/axe-core/compare/v3.2.2...v3.2.3) (2020-02-04)
443478

444479
### Bug Fixes
@@ -521,6 +556,15 @@ The following checks were deprecated in axe-core 3.x, and are removed in 4.0:
521556

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

559+
<a name="3.1.3"></a>
560+
561+
## [3.1.3](https://github.com/dequelabs/axe-core/compare/v3.1.2...v3.1.3) (2021-05-05)
562+
563+
### Bug Fixes
564+
565+
- add noHtml to axe.configure ([dee205b](https://github.com/dequelabs/axe-core/commit/dee205b))
566+
- do not allow postMessage with axe version of x.y.z ([e93f394](https://github.com/dequelabs/axe-core/commit/e93f394))
567+
524568
<a name="3.1.2"></a>
525569

526570
## [3.1.2](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.1.2) (2018-09-07)
@@ -591,6 +635,13 @@ The following checks were deprecated in axe-core 3.x, and are removed in 4.0:
591635
- **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))
592636
- **deprecate:** Deprecate audio-caption rule ([#1071](https://github.com/dequelabs/axe-core/issues/1071)) ([3b05fee](https://github.com/dequelabs/axe-core/commit/3b05fee))
593637

638+
## [3.0.4](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.0.4) (2021-04-30)
639+
640+
### Bug Fixes
641+
642+
- add noHtml to axe.configure ([2e18f0c](https://github.com/dequelabs/axe-core/commit/2e18f0c))
643+
- do not allow postMessage with axe version of x.y.z ([9e62c8c](https://github.com/dequelabs/axe-core/commit/9e62c8c))
644+
594645
<a name="3.0.3"></a>
595646

596647
## [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": "4.0.2",
3+
"version": "4.0.3",
44
"contributors": [
55
{
66
"name": "David Sturley",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "4.0.2",
4+
"version": "4.0.3",
55
"license": "MPL-2.0",
66
"engines": {
77
"node": ">=4"

sri-history.json

Lines changed: 28 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-KpiyZmcHc5wnCsMY7WLhvQEuB3wz1mjV7UA//ifbCK4="
133+
},
126134
"3.2.0": {
127135
"axe.js": "sha256-wdCvSfDepBhwcvTqB0gm586ywpla6Yi81qLCHjegILM=",
128136
"axe.min.js": "sha256-Tvf4toyAt1NFmmkuLsgStXW+4pcG5GG9ugopPoOvOwg="
@@ -139,6 +147,10 @@
139147
"axe.js": "sha256-l36pxPggxG0w7W9WFK21lyw9uaObTj3M5gS1Fl7ZABo=",
140148
"axe.min.js": "sha256-c+LGvM2VcJVUXwaqzmDeKLDBMJSZgKUhnW9GK3JkZ5o="
141149
},
150+
"3.2.4": {
151+
"axe.js": "sha256-ivWpHKUmPbJou+nUFAChPX5yPDjqikwFrNZ86P2iqVU=",
152+
"axe.min.js": "sha256-UdB2/jj+GtCW6wjDSS6a2k1s07pFKbL/77mtyqU45Wc="
153+
},
142154
"3.3.0": {
143155
"axe.js": "sha256-9qKFcrJohPVSRdWg+nYMf1cnxUz00rojnrcDbRpofP4=",
144156
"axe.min.js": "sha256-t2QDE4+vMfgX52JfOztdvXHLxDJLc9Gc1O583kc4l/s="
@@ -155,6 +167,10 @@
155167
"axe.js": "sha256-cWikFVL1B7T3kafsX1ESurvIh/+2bFrhX8CKJJUNnQ0=",
156168
"axe.min.js": "sha256-L/faUr+k2zA3fuo4l2T7mIpMxL8vPB3CWsSujoLyKLk="
157169
},
170+
"3.3.4": {
171+
"axe.js": "sha256-hcKoJVuQBu5iOURV1//SJrAFn4Gx8rooN/SmKOr5o9g=",
172+
"axe.min.js": "sha256-P/yLNTZPLmpl/OLh4pfocIWG8J6HDuv9oXNhFIRvIOc="
173+
},
158174
"3.4.0": {
159175
"axe.js": "sha256-J7v+KmmfiDeImDENld25aBnvcJyhg2Z/PayxJyJmL3A=",
160176
"axe.min.js": "sha256-3uvAwJcMTsYRtepeqr32rrpy5zZ/fMYjiKEKPZM6Rtc="
@@ -167,6 +183,10 @@
167183
"axe.js": "sha256-1O2tV4TBC/8pYjxbIwj192fUX1SJvsjn8KQH3PdJUuU=",
168184
"axe.min.js": "sha256-XXgQWSZNsMKcqEQnEU2BDkIfCzV6gCjOjrwnrzioYm4="
169185
},
186+
"3.4.3": {
187+
"axe.js": "sha256-LXZe95eb9DuMf/3PrOrvTDc4iCv21lAL9cip+CeTsTU=",
188+
"axe.min.js": "sha256-8jNedr26E3lFWRNi6slBbBsy3+hmmQbOiUXZsSzlvuc="
189+
},
170190
"3.5.0": {
171191
"axe.js": "sha256-w/zYk9v7UUawn15gNmZHGrh8WdzCI1bSxmRM2N7Uk4o=",
172192
"axe.min.js": "sha256-p3SZwFLtGBl/V92T6V9wJvUEkr5GvLswqkPy8rt49S0="
@@ -191,6 +211,10 @@
191211
"axe.js": "sha256-u+Xkb1EmxyRof8YJD9nPMbq9e3VXBj5cO99aEtr2uEs=",
192212
"axe.min.js": "sha256-ODhTB+pG6Fxp1+zEO2uNekC30gj1q8gQ4iCZZpMQhuE="
193213
},
214+
"3.5.6": {
215+
"axe.js": "sha256-kEgieHQSxGEe1pEXRrbCXuzUtQe3riQHWP3b9GCB2vc=",
216+
"axe.min.js": "sha256-0fQXgcsl+WahejLCUoWzSNSPChr65aPlw5P7jsCpoVc="
217+
},
194218
"4.0.0": {
195219
"axe.js": "sha256-F408iSv2h/vUtSWZ0hzzKvfoV6TVr25kzqD4CZE3gnk=",
196220
"axe.min.js": "sha256-TtQRMYXl4FFwO5r1PgEpv9qfeYUQTUKv4w6M0Mu3wnE="
@@ -202,5 +226,9 @@
202226
"4.0.2": {
203227
"axe.js": "sha256-J5lSA5Tjmd8TJgXJw1nplpRsm+0oZdxZhzh3svJCRTA=",
204228
"axe.min.js": "sha256-Lalcd7gfejE06N+Tl7ZMgGdmyHp77fT8Jlu4mQLH7Nc="
229+
},
230+
"4.0.3": {
231+
"axe.js": "sha256-VQi0wRLTfYCI6xi/IuxJw54g36VbqYkmR61gKkop0f8=",
232+
"axe.min.js": "sha256-lQoBfvmYSxUMKoH5XANiG3ubapXmQ7v+iYjlJ9UngWA="
205233
}
206234
}

test/mock/frames/responder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body>
77
<script>
88
var axe = {
9-
version: '4.0.2',
9+
version: '4.0.3',
1010
constants: {}
1111
};
1212
</script>

test/mock/frames/results-timeout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body>
77
<script>
88
var axe = {
9-
version: '4.0.2',
9+
version: '4.0.3',
1010
constants: {}
1111
};
1212
</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: '4.0.2'
11+
version: '4.0.3'
1212
};
1313
</script>
1414
<script src="../../../tmp/core/base/cache.js"></script>

test/mock/frames/throwing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body>
77
<script>
88
var axe = {
9-
version: '4.0.2',
9+
version: '4.0.3',
1010
constants: {}
1111
};
1212
</script>

test/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
// This enables free communication between frames with
44
// to the current version of axe:
5-
axe.version = '4.0.2';
5+
axe.version = '4.0.3';

0 commit comments

Comments
 (0)