Skip to content

Releases: dequelabs/axe-core

Release 4.3.0

12 Jul 16:13
6d925ea
Compare
Choose a tag to compare

Features

  • options: accept a string for options.runOnly (4392bc0)
  • runPartial: Test without frame communication (#3006) (42738b5)
  • utils: add getFrameContexts method (#2995) (f478bab)
  • deprecate autocomplete appropriate check (#2917) (1fe1487)
  • Remove deprecated phantomjs example (#2913) (4a01ffe)
  • Support multiple languages at once in builds (#2994) (f18a56b)
  • rule: add ACT Rule IDs to test rule objects (#2866) (cc1ebf5), closes #2820

Bug Fixes

  • accText: ignore text in embedded content elements (#3022) (fa4f926), closes #3017
  • aria-allowed-attr: allow aria-posinset and aria-setsize on row elements for treegrids (#2952) (24e6115)
  • aria-allowed-attr: pass aria-label on some HTML elements (#2935) (d2584ed)
  • aria-level: New check for aria-level > 6 as needs review (#3061) (73d3ae1)
  • aria-roles: Mark as needs review if both none and presentation are used on element with no implicit role (#2989) (70c683c)
  • autocomplete-appropriate: pass for autocomplete=username and type=email (#2896) (43394bc)
  • color-contrast: add special case for new sr-only technique (#2985) (d6a72f9)
  • color-contrast: check for pseudo elements on element itself, not just parents (#2980) (9b6ccd0)
  • color-contrast-matches: only absolutely positioned elements using clip should be not visible (#3038) (e93fdb1)
  • combobox: support aria 1.2 pattern for comboboxes (#3033) (5ab026d)
  • frame-tested: run without respondable (#2942) (c046114)
  • getStandards: Read standards from utils (#2903) (f1a0368)
  • heading-order: Prevent crash on page with iframes but no headings (#2965) (99e7f0c)
  • heading-order: use aria-level on headings in addition to role=header elements (#3028) (caccd38)
  • page-no-duplicate: don't count elements hidden from screenreaders as potential duplicates (#3051) (5e0098b)
  • publish-metadata: use fail message for rules with reviewOnFail:true (#2987) (b6dc5f6)
  • utils: unify selecting nodes in shadow tree with shadowSelect() (#3068) (21681da)
  • JS error in @axe-core/react caused by stale reference to heading (b7094c8)
  • Remove unnecessary files from npm package (#3054) (7600b7c)
  • meta-viewport: test that a user-scalable number does not prevent zoom (b3562fb)
  • region: contents in iframes should pass the region rule if the iframe itself is in a region (#2949) (43145d6)
  • required-parent: Allow *item > group > *item nesting (#2898) (59b4a7e)
  • SerialVirtualNode: properly handle empty string attributes (#3042) (dddbc0a)
  • sri-history: add backported releases (#3004) (6eecf34)
  • treat input with no role as textbox (#2929) (13d909d)
  • types: make evaluate check optional (#2902) (417f572)

Release 4.2.3

22 Jun 14:52
b53af11
Compare
Choose a tag to compare

Bug Fixes

  • accText: ignore text in embedded content elements (#3022) (8fb4635), closes #3017
  • color-contrast: add special case for new sr-only technique (#2985) (79cbf01)
  • color-contrast: check for pseudo elements on element itself, not just parents (#2980) (3122550)
  • frame-tested: run without respondable (#2942) (a1d725d)
  • publish-metadata: use fail message for rules with reviewOnFail:true (#2987) (00fefa9)
  • sri-history: add backported releases (#3004) (0332e80)

Release v4.0.3

16 Jun 11:59
Compare
Choose a tag to compare

Bug Fixes

  • add noHtml to axe.configure (e1aafb1)
  • do not allow postMessage with axe version of x.y.z (cc4551f)

Release v3.5.6

16 Jun 11:54
Compare
Choose a tag to compare

Bug Fixes

  • add noHtml to axe.configure (8982c1a)
  • do not allow postMessage with axe version of x.y.z (fde6ab2)

Release v3.4.3

16 Jun 11:47
Compare
Choose a tag to compare

Bug Fixes

  • add noHtml to axe.configure (eec4282)
  • do not allow postMessage with axe version of x.y.z (b317100)

Release v3.3.4

16 Jun 11:37
Compare
Choose a tag to compare

Bug Fixes

  • add noHtml to axe.configure (ec5a4d7)
  • do not allow postMessage with axe version of x.y.z (7ccd858)

Release v3.1.3

16 Jun 11:19
Compare
Choose a tag to compare

Bug Fixes

  • add noHtml to axe.configure (dee205b)
  • do not allow postMessage with axe version of x.y.z (e93f394)

Release v3.2.4

16 Jun 11:32
Compare
Choose a tag to compare

Bug Fixes

  • add noHtml to axe.configure (e994323)
  • do not allow postMessage with axe version of x.y.z (a05264f)

Release v3.0.4

16 Jun 11:01
Compare
Choose a tag to compare

Bug Fixes

  • add noHtml to axe.configure (2e18f0c)
  • do not allow postMessage with axe version of x.y.z (9e62c8c)

Release 4.2.2

03 Jun 16:56
a6fcb75
Compare
Choose a tag to compare

Bug Fixes

  • aria-allowed-attr: allow aria-posinset and aria-setsize on row elements for treegrids (#2952) (3023e69)
  • heading-order: Prevent crash on page with iframes but no headings (#2965) (4b7db37)
  • meta-viewport: test that a user-scalable number does not prevent zoom (048c5c1)
  • JS error in @axe-core/react caused by stale reference to heading (3afda4e)