From 6b81a5017fea230f457886a47678490a9e107068 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Fri, 20 Oct 2017 17:58:25 +0200 Subject: [PATCH] chore: Release axe-core 3.0.0-alpha.8 --- CHANGELOG.md | 17 +++++++++++++++++ axe.d.ts | 2 +- bower.json | 2 +- package.json | 2 +- sri-history.json | 4 ++++ 5 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c3c0d4d7..7b4f77406b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [3.0.0-alpha.8](https://github.com/dequelabs/axe-core/compare/v3.0.0-alpha.6...v3.0.0-alpha.8) (2017-10-20) + + +### Bug Fixes + +* **aria-allowed-attr:** align rowcount, colcount, and colindex with 1.1 spec ([#555](https://github.com/dequelabs/axe-core/issues/555)) ([10efa88](https://github.com/dequelabs/axe-core/commit/10efa88)) +* **required-children:** add combobox > listbox exception ([#559](https://github.com/dequelabs/axe-core/issues/559)) ([8d0991f](https://github.com/dequelabs/axe-core/commit/8d0991f)) +* Added message about expected contrast ratio ([#381](https://github.com/dequelabs/axe-core/issues/381)) ([#562](https://github.com/dequelabs/axe-core/issues/562)) ([9e30d64](https://github.com/dequelabs/axe-core/commit/9e30d64)) + + +### Performance Improvements + +* **reporter:** add option to limit result types to be processed ([#568](https://github.com/dequelabs/axe-core/issues/568)) ([42b46d9](https://github.com/dequelabs/axe-core/commit/42b46d9)), closes [#512](https://github.com/dequelabs/axe-core/issues/512) + + + # [3.0.0-alpha.7](https://github.com/dequelabs/axe-core/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2017-10-20) diff --git a/axe.d.ts b/axe.d.ts index efb0823fe6..7a53a2eb88 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -1,4 +1,4 @@ -// Type definitions for axe-core 3.0.0-alpha.7 +// Type definitions for axe-core 3.0.0-alpha.8 // Project: https://github.com/dequelabs/axe-core // Definitions by: Marcy Sutton diff --git a/bower.json b/bower.json index 874bb9064f..0260dcd62b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "axe-core", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "contributors": [ { "name": "David Sturley", diff --git a/package.json b/package.json index 63b1de909a..f0e8002dd7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axe-core", "description": "Accessibility engine for automated Web UI testing", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "license": "MPL-2.0", "engines": { "node": ">=4" diff --git a/sri-history.json b/sri-history.json index 00ee4f9755..35b47709a3 100644 --- a/sri-history.json +++ b/sri-history.json @@ -58,5 +58,9 @@ "3.0.0-alpha.7": { "axe.js": "sha256-10kIurI2DW5bjegHOgc/MMSHiiXK2CAVWCQfoN6h0fs=", "axe.min.js": "sha256-cDpGlEEbGsAh0MI82ZFwvX+oOpD5j+uo+kjKH/gJ5t4=" + }, + "3.0.0-alpha.8": { + "axe.js": "sha256-1ZYjd7ajlao8zM/E8GJLh7u0H/uoMgO5K1fayVUOW5Q=", + "axe.min.js": "sha256-hqbtoVFN2hNjaNhgH2anN1itc31jUDUnOX2cj/6SR2M=" } } \ No newline at end of file