All Versions
77
Latest Version
Avg Release Cycle
41 days
Latest Release
646 days ago

Changelog History
Page 6

  • v3.0.0-alpha.9 Changes

    January 18, 2018

    ๐Ÿ› Bug Fixes

    • aria-errormessage: adds support for aria-errormessage (#517) (c96f58c)
    • check: fix bug with async checks (441ca95)
    • color-contrast: allow disabled label children (db26bc9)
    • color-contrast: incl. elements w/ line breaks (a464918)
    • commons/aria: allow aria-required on checkbox role (3e21c6e)
    • adjust color algorithm for inline elements (7f8491e)
    • ๐Ÿ‘ Allow checkbox and radio groups with hidden aria-labelledby targets #188 (6149bde)
    • Ensure overloaded Array.prototype won't crash axe (ea57ef2)
    • ๐Ÿ– handle contrast of multiline inline el's (f9d565f)
    • Polyfills are made non-enumerable #648. (#649) (48d8703)
    • โœ‚ Remove href-no-hash rule (342cb6e)
    • Return inapplicable results (#473). (c9caeff)
    • ๐Ÿ›  Several of fixes for IE and Edge (#577) (63e1272)
    • skip-link rule now checks if a target exists (f7f9cf3)
    • commons/aria: allow aria-required on radio role (58b76a6)
    • commons/dom: fix isFocusable functions by checking screenreader (#658) (c665d0b), closes #647
    • core/utils/querySelectorAll: Ensure that elements do not get tested twice (#666) (a76a454)
    • required-children: add combobox > listbox exception (#559) (8d0991f)
    • rules/region: Treat <section> as a landmark if it has an accessible name #640 (#642) (c11b442)

    ๐Ÿ”‹ Features

    • โž• Add rule, landmark-main-is-top-level (#462) (63040bd)
    • collect-results-from-frames: add frameWaitTime option (#661) (8016ad1)
    • landmark-one-main: add rule ensuring one main landmark in document (#498) (dfc6069)
    • reporter: return one result of each type instead of zero when resultTypes is used (#604) (216a83b), closes #603
    • rule: Flag div/p/spans/headings in focus order (ce5f3dc), closes #632
    • ๐Ÿ‘ allow options in aria-allowed-attr, aria-required-attr (#673) (61ac303)
    • 0๏ธโƒฃ Enable all rules by default (18263eb)
    • ๐Ÿ‘Œ Improve generated selectors for namespaced elements in XHTML (#582) (9e3ca45), closes #563

    ๐Ÿ’ฅ BREAKING CHANGES

    • Skip-link rule no longer requires skip lins with a focusable target.
  • v3.0.0-alpha.8 Changes

    October 20, 2017

    ๐Ÿ› Bug Fixes

    • aria-allowed-attr: align rowcount, colcount, and colindex with 1.1 spec (#555) (10efa88)
    • required-children: add combobox > listbox exception (#559) (8d0991f)
    • โž• Added message about expected contrast ratio (#381) (#562) (9e30d64)
  • v3.0.0-alpha.6 Changes

    September 27, 2017

    ๐Ÿ› Bug Fixes

    • aria: adding support for aria-expanded in menuitem (#521) (b30b451)
    • color-contrast: Include THEAD and TBODY in contrast checks (#514) (f98f8bd)
    • ๐Ÿš€ Match prerelease versions for helpUrl (#546) (5300577)
    • helpUrl: Properly parse x.0 versions (#550) (a51c5ce)
    • postinstall: use node, more conditionals (#520) (f5b5299)
    • responsible: Restrict error construction to known errors (0128a7e)
  • v3.0.0-alpha.5 Changes

    September 25, 2017

    ๐Ÿ› Bug Fixes

    • aria: adding support for aria-expanded in menuitem (#521) (b30b451)
    • postinstall: use node, more conditionals (#520) (f5b5299)
    • ๐Ÿš€ Match prerelease versions for helpUrl (#546) (5300577)
  • v3.0.0-alpha.4 Changes

    September 08, 2017

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  fix(color-contrast): Include THEAD and TBODY in contrast checks (#514) (f98f8bd)
    • ๐Ÿ›  fix(responsible): Restrict error construction to known errors (#513) (0128a7e)

    ๐Ÿ”‹ Features:

    • ๐Ÿ“„ docs: Document how to propose axe-core rules (#507) (cabd329)
  • v3.0.0-alpha.3 Changes

    September 06, 2017

    ๐Ÿ› Bug fixes:

    • โž• Additional ARIA 1.1. support and tests (#509) (9b4d2ee)
    • ๐Ÿ›  fix: RestoreScroll was running out of sync (#508) (ff3df2d)
  • v3.0.0-alpha.2 Changes

    September 01, 2017

    ๐Ÿ› Bug Fixes

    • copy precommit hook as file, not a link (16f2f76)
    • ๐Ÿ‘ expand tr support for color contrast (5a77c2f)
    • Ignore shadowRoots on elements that don't allow them (7f66ee8)
    • only run postinstall if .git exists (1107783)
    • try telling circle to skip .git/hooks (674408f)
    • ๐Ÿ‘‰ Use frame query that supports shadow dom (#492) (94008ff)

    ๐Ÿ”‹ Features

    • โšก๏ธ feat: Add sri-history file and update process (25ddb47)
    • feat: add standard-version (e1e067d)
  • v3.0.0-alpha.1 Changes

    August 16, 2017

    ๐Ÿ› Bug Fixes

    • โž• add copyright banner back in to axe.js (2aac29a)
    • Adjust if formatting (2211d78)
    • Align impact levels with Deque Way (28f4477)
    • ๐Ÿ‘ Allow to have no kind attribute (f996d0f)
    • ๐Ÿ‘ complete shadow support for color matches (f0fe551)
    • aria: Allow implicit attribute values (b949749)
    • Set relatedNodes on color/link-in-block rules (#407) (7fde0fe)
    • aria: Treegrid should own rows, not treeitems (645d1fa)
    • Correct flattened tree algorithm to include the shadow host (#405) (70985b0)
    • โœ… Ensure all tests pass in Chrome (0b0240f)
    • ensure document is fetched from correct node (b28597c)
    • Exclude any checks from output if one passed (#466) (2dd3d68)
    • โœ… get tests all passing (#457) (4874327)
    • get virtualNode with getNodeFromTree (9bf2870)
    • getComposedParent should not return slot nodes (#438) (0478cbd)
    • Have table rules use shadow DOM (453be1b)
    • help-same-as-label for shadow DOM (dbbc544)
    • incomplete results should have impact (fcc51eb)
    • Let findUp work on shadow root children (0252218)
    • Let findUp work on shadow root children (#447) (0f98481)
    • Minimise scrolling in getBackgroundColor (f4551bb)
    • โœ… Pass all tests that use accessibleText (7ea8d6b)
    • checks/aria/required-children: add exception for native input combobox missing textbox (81ee2e4)
    • ๐Ÿ‘‰ use virtualNode in duplicate-img-label (82e51bc)
    • is-in-text-block: Add Shadow DOM support (a125f79)
    • pass virtualNode to Rule.run (4534e86)
    • Properly output error stack (56f1867)
    • โœ‚ Remove log statements (6a6bd73)
    • โœ… Solve a few tests (02daad1)
    • ๐Ÿ‘‰ Use getAttribute(id) over .id (#374) (353b53f)
    • โœ… Use testUtils in table tests (364d5cd)
    • ๐Ÿ‘‰ use virtualNode in title-only check (5fb06e3)
    • โœ… whitespace in hidden-content test (99e8b73)

    ๐Ÿ”‹ Features

    • โž• Add aria-orientation to additional roles (bb07c2d)
    • โž• add check testUtils (6f53279)
    • โž• Add dom.getComposedParent function (aac57c0)
    • โž• Add Japanese localisation (5f8c9c8)
    • โž• Add new ARIA 1.1 values for haspopup (9f7da56)
    • โž• Add option restoreScroll (d55f3cd)
    • โž• add S.C. 2.4.4 to link-name rule. Fixes #369 (70728e6)
    • โž• add SD support to color-contrast-matches (b595b42)
    • โž• Add shadow DOM support to list checks (#439) (d92c1a1)
    • โž• Add shadow DOM to duplicate-img-label check (#443) (2c0b075)
    • โž• Add shadow DOM to landmark check (98f6023)
    • โž• add shadow support to aria-required-children (f729e25)
    • โž• add shadow support to group-labelledby (e2a9642)
    • โž• Add sri-history file and update process (#476) (25ddb47)
    • ๐Ÿ‘ Allow hidden-content to work through shadow DOM bounds (789d62e)
    • fieldset check shadow DOM (da148d3)
    • ๐Ÿ‘‰ Make explicit check consider shadow DOM (#442) (9ddfc0f)
    • ๐Ÿ‘‰ Make region check work with shadow DOM (ecd222f)
    • โš™ Run text.accessibleText() on virtual elements (#420) (414fcbe)
    • ๐Ÿ‘ ShadowDOM support for media checks (0f21574)
    • aria: Support progressive ARIA 1.1 attributes / roles (#468) (ebb2a5d)
    • aria-required-parent: add Shadow DOM support (6ed29f0)
    • duplicate-id: Add shadow DOM support (439bc71)
    • ๐Ÿ”— link-in-text-block: Add shadow DOM support (46a2cca)
    • shadow DOM: Create commons virtual methods, for backward compatibility (86a4c25)
  • v2.4.2 Changes

    September 25, 2017

    ๐Ÿ› Bug Fixes

    • aria: adding support for aria-expanded in menuitem (#521) (b4c42fe)
    • ๐Ÿš€ Match prerelease versions for helpUrl (#546) (c166708)
    • ๐Ÿ›  fix(node4): use var to declare variables (#541) (c72badb)
  • v2.4.1 Changes

    September 12, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix(postinstall): use node, more conditionals (#520) (98fac8a)