Skip to content

Commit

Permalink
chore(release): 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored and WilcoFiers committed Jun 16, 2021
1 parent 7ccd858 commit 40c977e
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 8 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [3.3.4](https://github.com/dequelabs/axe-core/compare/v3.3.3...v3.3.4) (2021-05-11)

### Bug Fixes

- add noHtml to axe.configure ([ec5a4d7](https://github.com/dequelabs/axe-core/commit/ec5a4d783ad8a417df65dc1e5e4781efdeddbfa8))
- do not allow postMessage with axe version of x.y.z ([7ccd858](https://github.com/dequelabs/axe-core/commit/7ccd858fb2b58b29a955f8174298f94f87f71d26))

### [3.3.3](https://github.com/dequelabs/axe-core/compare/v3.3.2...v3.3.3) (2020-02-04)

### Features
Expand Down Expand Up @@ -124,6 +131,20 @@ All notable changes to this project will be documented in this file. See [standa
- only run IE11 tests in appveyor ([#1571](https://github.com/dequelabs/axe-core/issues/1571)) ([35261ef](https://github.com/dequelabs/axe-core/commit/35261ef))
- watch integration html and json files ([#1598](https://github.com/dequelabs/axe-core/issues/1598)) ([3de0b05](https://github.com/dequelabs/axe-core/commit/3de0b05))

## [3.2.4](https://github.com/dequelabs/axe-core/compare/v3.2.3...v3.2.4) (2021-05-10)

### Bug Fixes

- add noHtml to axe.configure ([e994323](https://github.com/dequelabs/axe-core/commit/e99432311dfd45d20c8bafe823f7f8eb61065cb0))
- do not allow postMessage with axe version of x.y.z ([a05264f](https://github.com/dequelabs/axe-core/commit/a05264f0d1615e0434d5dd1efa4fca5ef76f7021))

## [3.2.3](https://github.com/dequelabs/axe-core/compare/v3.2.2...v3.2.3) (2020-02-04)

### Bug Fixes

- **color-contrast:** support IE extension context ([#2008](https://github.com/dequelabs/axe-core/issues/2008)) ([cd651a0](https://github.com/dequelabs/axe-core/commit/cd651a0713fa2f4b307cc7fc2be033f8636b40d2))
- **unicode:** stop parsing escaped unicode strings ([#1997](https://github.com/dequelabs/axe-core/issues/1997)) ([523a31c](https://github.com/dequelabs/axe-core/commit/523a31c19fefd330e0b4f4c45f51d400c6f66164))

## [3.2.2](https://github.com/dequelabs/axe-core/compare/v3.2.0...v3.2.2) (2019-03-07)

### Bug Fixes
Expand Down Expand Up @@ -199,6 +220,15 @@ All notable changes to this project will be documented in this file. See [standa

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

<a name="3.1.3"></a>

## [3.1.3](https://github.com/dequelabs/axe-core/compare/v3.1.2...v3.1.3) (2021-05-05)

### Bug Fixes

- add noHtml to axe.configure ([dee205b](https://github.com/dequelabs/axe-core/commit/dee205b))
- do not allow postMessage with axe version of x.y.z ([e93f394](https://github.com/dequelabs/axe-core/commit/e93f394))

<a name="3.1.2"></a>

## [3.1.2](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.1.2) (2018-09-07)
Expand Down Expand Up @@ -269,6 +299,13 @@ All notable changes to this project will be documented in this file. See [standa
- **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))
- **deprecate:** Deprecate audio-caption rule ([#1071](https://github.com/dequelabs/axe-core/issues/1071)) ([3b05fee](https://github.com/dequelabs/axe-core/commit/3b05fee))

## [3.0.4](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.0.4) (2021-04-30)

### Bug Fixes

- add noHtml to axe.configure ([2e18f0c](https://github.com/dequelabs/axe-core/commit/2e18f0c))
- do not allow postMessage with axe version of x.y.z ([9e62c8c](https://github.com/dequelabs/axe-core/commit/9e62c8c))

<a name="3.0.3"></a>

## [3.0.3](https://github.com/dequelabs/axe-core/compare/v3.0.2...v3.0.3) (2018-06-04)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core",
"version": "3.3.3",
"version": "3.3.4",
"contributors": [
{
"name": "David Sturley",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "3.3.3",
"version": "3.3.4",
"license": "MPL-2.0",
"engines": {
"node": ">=4"
Expand Down
22 changes: 21 additions & 1 deletion sri-history.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
"axe.js": "sha256-QhYA1btt0EGa6HUDloEPZ5p6ZArWsL8J9C7PDoqi320=",
"axe.min.js": "sha256-Xlzi+kk/RJRo2x/+w04BppEgcrO/Cy9xTSbuIp6m/CU="
},
"3.0.4": {
"axe.js": "sha256-l8dI6H61gah8+nZRMFdcZkCU08rxvMgpUaRx0Hs/lL8=",
"axe.min.js": "sha256-cqgH55deHQaFac6ItvRSV9eRcUbf4dlqjc3Nwp1jUUI="
},
"3.1.0": {
"axe.js": "sha256-qUMvWIpNXGal2tqBIDJsrXde0clrbTcATxlteQSyA4M=",
"axe.min.js": "sha256-q1K/bHXBTINVndnMyDdntNSJHTAei0YhN/kNqeaGD5A="
Expand All @@ -123,6 +127,10 @@
"axe.js": "sha256-goUY5vBRPoITOCdg7HK/vfHRs50+RdQRQQkNCU3lnMs=",
"axe.min.js": "sha256-wIvlzfT77n6fOnSL6/oLbzB873rY7QHTW/e0Z0mOoYs="
},
"3.1.3": {
"axe.js": "sha256-X/FaOBNaYhVis9NrSYGNPLyjzkmTD1OqSc8o7A9y2RA=",
"axe.min.js": "sha256-KpiyZmcHc5wnCsMY7WLhvQEuB3wz1mjV7UA//ifbCK4="
},
"3.2.0": {
"axe.js": "sha256-wdCvSfDepBhwcvTqB0gm586ywpla6Yi81qLCHjegILM=",
"axe.min.js": "sha256-Tvf4toyAt1NFmmkuLsgStXW+4pcG5GG9ugopPoOvOwg="
Expand All @@ -135,6 +143,14 @@
"axe.js": "sha256-ekZaZcmreeOq0/Hm0MYYpjK2k/HfLIBchbdzynX2s1A=",
"axe.min.js": "sha256-WUsm7HQhfTPm48UUbRuQCZ6mXZXpO+trPivOXYelKM0="
},
"3.2.3": {
"axe.js": "sha256-l36pxPggxG0w7W9WFK21lyw9uaObTj3M5gS1Fl7ZABo=",
"axe.min.js": "sha256-c+LGvM2VcJVUXwaqzmDeKLDBMJSZgKUhnW9GK3JkZ5o="
},
"3.2.4": {
"axe.js": "sha256-ivWpHKUmPbJou+nUFAChPX5yPDjqikwFrNZ86P2iqVU=",
"axe.min.js": "sha256-UdB2/jj+GtCW6wjDSS6a2k1s07pFKbL/77mtyqU45Wc="
},
"3.3.0": {
"axe.js": "sha256-IPwXSv4YYXnxEsNQj30armipJWS7+ZFgF+UbQnHZEJc=",
"axe.min.js": "sha256-K5dF2aKG6IIZpZZDQrZrJi0XDDjz0mMbHcAkVtj5+ic="
Expand All @@ -150,5 +166,9 @@
"3.3.3": {
"axe.js": "sha256-cWikFVL1B7T3kafsX1ESurvIh/+2bFrhX8CKJJUNnQ0=",
"axe.min.js": "sha256-L/faUr+k2zA3fuo4l2T7mIpMxL8vPB3CWsSujoLyKLk="
},
"3.3.4": {
"axe.js": "sha256-hcKoJVuQBu5iOURV1//SJrAFn4Gx8rooN/SmKOr5o9g=",
"axe.min.js": "sha256-P/yLNTZPLmpl/OLh4pfocIWG8J6HDuv9oXNhFIRvIOc="
}
}
}
2 changes: 1 addition & 1 deletion test/mock/frames/responder.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>
var utils = {};
var axe = {
version: '3.3.3'
version: '3.3.4'
};
</script>
<script src="../../../lib/core/utils/respondable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/mock/frames/results-timeout.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>
var utils = {};
var axe = {
version: '3.3.3'
version: '3.3.4'
};
</script>
<script src="../../../lib/core/utils/respondable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/mock/frames/send-command-to-parent.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>
var utils = {};
var axe = {
version: '3.3.3'
version: '3.3.4'
};
</script>
<script src="../../../lib/core/utils/respondable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/mock/frames/throwing.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>
var utils = {};
var axe = {
version: '3.3.3'
version: '3.3.4'
};
</script>
<script src="../../../lib/core/utils/respondable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

// This enables free communication between frames with
// to the current version of axe:
axe.version = '3.3.3';
axe.version = '3.3.4';

0 comments on commit 40c977e

Please sign in to comment.