axe-core 3.5.0-canary.9eff89f → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,33 +2,6 @@
2
2
 
3
3
  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.
4
4
 
5
- ## [3.5.0-canary.9eff89f](https://github.com/dequelabs/axe-core/compare/v3.5.0...v3.5.0-canary.9eff89f) (2020-02-11)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * ignores axe.ping responses that do not contain axe=true ([7d8aa42](https://github.com/dequelabs/axe-core/commit/7d8aa4256574ea87903ab84eb4467163c36d17e5))
11
- * input[role=button][value='correct'] should pass ([#1897](https://github.com/dequelabs/axe-core/issues/1897)) ([3aba02c](https://github.com/dequelabs/axe-core/commit/3aba02c0a59d8d267465aadb41d21d924f5b5d77))
12
- * remove heading from list of widget roles ([#1882](https://github.com/dequelabs/axe-core/issues/1882)) ([beb458f](https://github.com/dequelabs/axe-core/commit/beb458fe3c8bbddb657f03d6e35fefff5b7db6f8))
13
- * **td-has-headers:** greatly improve performance of td-has-headers rule ([#1887](https://github.com/dequelabs/axe-core/issues/1887)) ([a588cad](https://github.com/dequelabs/axe-core/commit/a588cadbd6f9a80db97311823d9fdf59519891d1))
14
- * removes flaky test in axe Pro api check ([f2b3b54](https://github.com/dequelabs/axe-core/commit/f2b3b54722eda64c954d96959ea398b230f0bc21))
15
- * **aria-allowed-role:** allow role combobox on input tel, search, url, and email ([#1850](https://github.com/dequelabs/axe-core/issues/1850)) ([75d3c8b](https://github.com/dequelabs/axe-core/commit/75d3c8b5d2583160031b9fd068686e113cd5a185))
16
- * **axe.d.ts:** RunOnly.values should not accept a RunOnlyOption ([#1888](https://github.com/dequelabs/axe-core/issues/1888)) ([94b1466](https://github.com/dequelabs/axe-core/commit/94b146667ac8b2196ea7bb9cd7a9975a6565cd96))
17
- * **build:** add lang query parameter to helpUrl when builing with a locale ([#1909](https://github.com/dequelabs/axe-core/issues/1909)) ([a2f0247](https://github.com/dequelabs/axe-core/commit/a2f02472d98de24e41d54c8756e366ad62f2d2ee))
18
- * **color-contrast:** properly pass options to check ([#2033](https://github.com/dequelabs/axe-core/issues/2033)) ([26b99c0](https://github.com/dequelabs/axe-core/commit/26b99c0a511bd6fffaaca7535d732f26b39ef46e))
19
- * **color-contrast:** take into account parent opacity for foreground color ([#1902](https://github.com/dequelabs/axe-core/issues/1902)) ([639c41b](https://github.com/dequelabs/axe-core/commit/639c41bd6d4cdc5a8f9cb31c2030afd716ba1051))
20
- * **commons:** avoid unicode regex encoding in axe.min.js ([#2024](https://github.com/dequelabs/axe-core/issues/2024)) ([ae90dc4](https://github.com/dequelabs/axe-core/commit/ae90dc47521f6047f71befcb3551686cf857208d))
21
- * **is-focusable:** use tabindex attribute instead of property ([#1912](https://github.com/dequelabs/axe-core/issues/1912)) ([aa5314d](https://github.com/dequelabs/axe-core/commit/aa5314d14dfee8b3f0721ac46c5aaebc425c550b))
22
- * **is-icon-ligature:** ignore whitespace characters ([#1908](https://github.com/dequelabs/axe-core/issues/1908)) ([77fc838](https://github.com/dequelabs/axe-core/commit/77fc83892e2fa0967d36047577c61f88b7fe954c))
23
- * **is-ligature-icon:** rename canvas to canvasContext ([#1880](https://github.com/dequelabs/axe-core/issues/1880)) ([604ba4f](https://github.com/dequelabs/axe-core/commit/604ba4ffcb2ddb70318cd2e498978d484a00dcd4))
24
- * **link-name:** test role=link when there is no href ([#1921](https://github.com/dequelabs/axe-core/issues/1921)) ([e839c57](https://github.com/dequelabs/axe-core/commit/e839c5772414655684b6cea4d05a1c01ee98a303))
25
- * **listitem:** clarify that li elements must be contained in a list or role=list ([#1894](https://github.com/dequelabs/axe-core/issues/1894)) ([8fa0964](https://github.com/dequelabs/axe-core/commit/8fa0964f5fd15fabac988d5a135735e0bc481944))
26
- * **locales:** fix incompeteMessageFallback to be a string rather than an object ([#1853](https://github.com/dequelabs/axe-core/issues/1853)) ([02a1d8a](https://github.com/dequelabs/axe-core/commit/02a1d8a097f1958a1f22f47169cb567559614358))
27
- * **run:** throw error if axe.run is called after a run has started but not completed ([#1914](https://github.com/dequelabs/axe-core/issues/1914)) ([290d125](https://github.com/dequelabs/axe-core/commit/290d125be32c7304d7456a385032a8409a3f1f4f))
28
- * **server-side-image-map:** return as needs review rather than failure ([#1898](https://github.com/dequelabs/axe-core/issues/1898)) ([ce73af9](https://github.com/dequelabs/axe-core/commit/ce73af9acbb04fde22187949fd94a52f43658b8b))
29
- * **tabindex:** don't error when tabindex property is overridden ([#1910](https://github.com/dequelabs/axe-core/issues/1910)) ([e6875ee](https://github.com/dequelabs/axe-core/commit/e6875ee203af7ce02a8a8ccc61caad96a065f70c))
30
- * **typings:** add proper return value to getRule ([#1900](https://github.com/dequelabs/axe-core/issues/1900)) ([0d7c3d2](https://github.com/dequelabs/axe-core/commit/0d7c3d20334b6814f4c7b2fd108d46d4c4754d03))
31
-
32
5
  ## [3.5.0](https://github.com/dequelabs/axe-core/compare/v3.4.0...v3.5.0) (2020-02-04)
33
6
 
34
7
  ### Features
package/axe.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! axe v3.5.0-canary.9eff89f
1
+ /*! axe v3.5.0
2
2
  * Copyright (c) 2020 Deque Systems, Inc.
3
3
  *
4
4
  * Your use of this Source Code Form is subject to the terms of the Mozilla Public
@@ -26,7 +26,7 @@
26
26
  return _typeof(obj);
27
27
  }
28
28
  var axe = axe || {};
29
- axe.version = '3.5.0-canary.9eff89f';
29
+ axe.version = '3.5.0';
30
30
  if (typeof define === 'function' && define.amd) {
31
31
  define('axe-core', [], function() {
32
32
  'use strict';