diff --git a/CHANGELOG.md b/CHANGELOG.md index cead3dda3c..5112fd31ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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)) + + +## [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)) + ## [3.1.2](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.1.2) (2018-09-07) @@ -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)) + ## [3.0.3](https://github.com/dequelabs/axe-core/compare/v3.0.2...v3.0.3) (2018-06-04) diff --git a/bower.json b/bower.json index 1fe0ab631a..cf163a9dff 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "axe-core", - "version": "3.3.3", + "version": "3.3.4", "contributors": [ { "name": "David Sturley", diff --git a/package.json b/package.json index f928d117e8..835f3c43e1 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/sri-history.json b/sri-history.json index 63c8d65103..8b737f7b60 100644 --- a/sri-history.json +++ b/sri-history.json @@ -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=" @@ -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=" @@ -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=" @@ -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=" } -} +} \ No newline at end of file diff --git a/test/mock/frames/responder.html b/test/mock/frames/responder.html index 002e272800..74c80e75f0 100644 --- a/test/mock/frames/responder.html +++ b/test/mock/frames/responder.html @@ -8,7 +8,7 @@ diff --git a/test/mock/frames/results-timeout.html b/test/mock/frames/results-timeout.html index c499ee603f..885f9d4bd5 100644 --- a/test/mock/frames/results-timeout.html +++ b/test/mock/frames/results-timeout.html @@ -8,7 +8,7 @@ diff --git a/test/mock/frames/send-command-to-parent.html b/test/mock/frames/send-command-to-parent.html index 38edb336fd..a886df699d 100644 --- a/test/mock/frames/send-command-to-parent.html +++ b/test/mock/frames/send-command-to-parent.html @@ -8,7 +8,7 @@ diff --git a/test/mock/frames/throwing.html b/test/mock/frames/throwing.html index 0d6bf6fe3a..81d13b5066 100644 --- a/test/mock/frames/throwing.html +++ b/test/mock/frames/throwing.html @@ -8,7 +8,7 @@ diff --git a/test/version.js b/test/version.js index 3d5bfff053..299396ea31 100644 --- a/test/version.js +++ b/test/version.js @@ -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';