Skip to content

Releases: microsoft/accessibility-insights-action

Accessibility Insights for Azure DevOps Extension v1.1.0

01 Nov 23:52
bb94c01
Compare
Choose a tag to compare

Accessibility Insights for Azure DevOps Extension

Get the extension in the Visual Studio Marketplace

Welcome to the November 1st release of Accessibility Insights for Azure DevOps Extension!

Highlights

The Accessibility Insights for Azure DevOps Extension helps integrate automated accessibility tests in your Azure pipeline. The Accessibility Insights for Azure DevOps Extension uses the axe-core rules engine to scan websites and web apps for common accessibility issues.

In v1.1.0, we have added functionality to:

  • Support a baseline file that tracks known accessibility violations within the scope of pages that are scanned (note that baseline support is limited to static web pages at this time and is not applicable to pages that contain any dynamic content).
  • Identify changes in accessibility scan violations between the current state and the baseline file.
  • Highlight new accessibility scan violations in the combined scan report.
  • Provide guidance (via PR comments) to help the PR author to either investigate/fix new accessibility violations or to update the baseline file, as appropriate.

Check the how to use the Azure DevOps extension documentation for more information on how to get started.

Changes in this release

  • Fix behavior when multiple reporters have errors (#943)
  • Support workflow enforcement in GitHub repos (#942)
  • Add support to handle escape artifacts in the url (#939)
  • Update baseline file after crawling (#938)
  • Plumb baselineFile from config to crawler (#936)
  • Add ArtifactsInfoProvider to get artifacts URL in ADO PR comment (#935)
  • Add documentation for baseline in extension (#932)
  • Plumb baseline evaluation to progress reporter (#933)
  • Consume scanner package 0.10.3 (#931)
  • Use baseline types from scan package (#927)
  • Set a singleWorker option in Action/Extension (#928)
  • Update scan, report, and inversify packages (#924)
  • Modify ADO PR comments to include baseline info (#909)
  • Add singleWorker Option (#900)
  • Enforce workflow with baseline (#898)
  • Add Baseline input parameters (#885)

Accessibility Insights for Azure DevOps Extension v1.0.2

28 Sep 23:19
7a48481
Compare
Choose a tag to compare

Accessibility Insights for Azure DevOps Extension

Get the extension in the Visual Studio Marketplace

Welcome to the April 13th 2022 release of Accessibility Insights for Azure DevOps Extension!

Bug Fixes

Patch release to add an Overview for the VS Marketplace

Changes:

  • 7a48481 feat: add overview.md and preview flag (#879)
  • 2353526 chore(deps-dev): bump mocha from 9.1.1 to 9.1.2 (#872)
  • e6ab7ad chore(deps-dev): bump webpack from 5.53.0 to 5.54.0 (#870)
  • 2646fbf chore(deps-dev): bump @types/lodash from 4.14.173 to 4.14.175 (#875)
  • f7aa3ef chore(deps): bump @octokit/rest from 18.11.0 to 18.11.2 (#876)
  • 64b9dd3 chore(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0 (#869)
  • 6010134 chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#863)
  • dc145b0 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#857)
  • 38ee87b chore(deps-dev): bump jest-junit from 12.2.0 to 12.3.0 (#867)
  • bb4378a chore(deps): bump @octokit/rest from 18.10.0 to 18.11.0 (#868)
See More
  • db6c284 chore(deps-dev): bump ts-loader from 9.2.5 to 9.2.6 (#861)
  • f9d5a6f chore(deps-dev): bump @types/jest from 27.0.1 to 27.0.2 (#862)
  • b7e017a chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2 (#856)
  • f10c942 chore(deps-dev): bump jest from 27.2.0 to 27.2.1 (#855)
  • c90e6dc chore: add missing parameters to fix yaml (#865) [ #864 ]
  • ce137e9 chore: change visibility in yaml files (#864)

This list of changes was auto generated.

Accessibility Insights Action - Azure DevOps Extension v1.0.0

22 Sep 18:17
714c8f0
Compare
Choose a tag to compare

Accessibility Insights Action - Azure DevOps Extension

Get the extension in the Visual Studio Marketplace

Welcome to the September 20th release of Accessibility Insights Action - Azure DevOps Extension!

Highlights

The Accessibility Insights Action - Azure DevOps Extension helps integrate automated accessibility tests in your Azure pipeline. The Accessibility Insights Action uses the axe-core rules engine to scan websites and web apps for common accessibility issues.

In v1.0.0, it can:

  • scan a single page or also crawl and scan pages accessed from links on the given page. This can work for static files in your repository or remote URLs
  • add a comment to your pull request on your Azure DevOps repo with the results summary from the scan
  • (optionally) block pull requests from merging if accessibility issues were found

See How to use the Azure DevOps extension for more information on how to get started.

Changes:

  • chore(deps): bump tar from 4.4.15 to 4.4.19 by @dependabot in #815
  • feat(ado/behavior): Add ADOTaskConfig by @AhmedAbdoOrtiga in #813
  • chore(deps): bump @octokit/rest from 18.9.1 to 18.10.0 by @dependabot in #816
  • feat(ado/behavior): Add scanner/crawler inputs to the ADO task.json config by @AhmedAbdoOrtiga in #820
  • chore(deps-dev): bump webpack from 5.51.1 to 5.52.0 by @dependabot in #821
  • chore(deps-dev): bump fork-ts-checker-webpack-plugin from 6.3.2 to 6.3.3 by @dependabot in #822
  • chore(deps): bump azure-pipelines-task-lib from 3.1.8 to 3.1.9 by @dependabot in #818
  • feat(mvp-ado-extension-behavior): Add optional inputs to task.json and config by @jalkire in #823
  • chore(deps-dev): bump jest from 27.1.0 to 27.1.1 by @dependabot in #827
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 by @dependabot in #824
  • chore(deps): bump axios from 0.21.1 to 0.21.4 by @dependabot in #830
  • feat(mvp-ado-extension-behavior): enable strictNullChecks in ado-extension by @lisli1 in #829
  • feat(mvp-ado-extension-behavior): Introduce AdoPullRequestCommentCreator by @jalkire in #828
  • fix: Fix issues from strictNullChecks merge by @jalkire in #831
  • chore(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0 by @dependabot in #825
  • chore(deps): bump marked from 3.0.2 to 3.0.3 by @dependabot in #832
  • chore(deps-dev): bump prettier from 2.3.2 to 2.4.0 by @dependabot in #833
  • chore(deps-dev): bump webpack from 5.52.0 to 5.52.1 by @dependabot in #834
  • feat(mvp-ado-extension-behavior): Improve AdoPullRequestCommentCreator behavior by @jalkire in #835
  • feat(mvp-ado-extension-behavior): Wire Up ADO extension by @AhmedAbdoOrtiga in #836
  • feat(mvp-ado-extension-behavior): Test ADO task on a GitHub Repo by @AhmedAbdoOrtiga in #842
  • chore(deps-dev): bump jest from 27.1.1 to 27.2.0 by @dependabot in #837
  • chore(deps-dev): bump @typescript-eslint/parser from 4.31.0 to 4.31.1 by @dependabot in #838
  • chore(deps-dev): bump @types/marked from 3.0.0 to 3.0.1 by @dependabot in #840
  • feat(mvp-ado-extension-behavior): Disable e2e/ Remove the GH repo token from the task inputs by @AhmedAbdoOrtiga in #844
  • chore(deps-dev): bump typescript from 4.4.2 to 4.4.3 by @dependabot in #839
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 by @dependabot in #841
  • chore(deps): bump marked from 3.0.3 to 3.0.4 by @dependabot in #843
  • docs(mvp-ado-extension-behavior): ADO extension usage by @lisli1 in #845
  • feat(mvp-ado-extension-behavior): Add support for basic auth in AdoPullRequestCommentCreator by @jalkire in #846
  • feat(mvp-ado-extension-behavior): Show previous comment by @AhmedAbdoOrtiga in #847
  • chore(deps-dev): bump prettier from 2.4.0 to 2.4.1 by @dependabot in #849
  • chore(deps-dev): bump @types/lodash from 4.14.172 to 4.14.173 by @dependabot in #852
  • chore(deps-dev): bump webpack from 5.52.1 to 5.53.0 by @dependabot in #851
  • feat(mvp-ado-extension-behavior): Fix auth switch by using toLowerCase by @jalkire in #848
  • chore(deps): bump marked-terminal from 4.1.1 to 4.2.0 by @dependabot in #850
  • feat(mvp-ado-extension-behavior): failOnAccessibilityError by @AhmedAbdoOrtiga in #853
  • feat(mvp-ado-extension-behavior): Minor ado extension docs improvements by @jalkire in #854
  • feat(mvp-ado-extension-behavior): Update UTs to include the failOnAccessibilityError case by @AhmedAbdoOrtiga in #858
  • feat(mvp-ado-extension-behavior): update version number to 1.0.0 by @lisli1 in #859