Skip to content

Releases: a11ywatch/github-actions

v1.12.3

15 Jan 08:02
Compare
Choose a tag to compare

Whats Changed

  • minor update CLI to v0.8.37

v.1.12.2

07 Jan 18:26
Compare
Choose a tag to compare
  • fix CLI results errors and warnings count

Full Changelog: v1.12.1...v.1.12.2

v1.12.1

20 Dec 18:22
d0e6535
Compare
Choose a tag to compare

What's Changed

  • chore(cli): fix feature flag install by @j-mendez in #39
  • perf(ci): add cache a11ywatch_cli installation reducing image build installs 🚀 (6-10mins shaved off install re-runs).

Full Changelog: v1.12.0...v1.12.1

v1.12.0

03 Aug 01:22
Compare
Choose a tag to compare

What's Changed

  • feat(github): add list error display by @j-mendez in #26
  • add stand-alone docker image for faster startups local
  • fix update CLI req
  • add pa11y-ci comparison for upcoming large websites benches
  • fix startup detection for ready determination
  • build(sa): add protobuf compiler install by @j-mendez in #37
  • fix action results output error

Clean test results for the a11ywatch.com displaying 23/24 pages passed test

If you download the raw logs on action bench vercel you can see it

-- Revision

It can now handle vercel in under 1 min for 789urls.

Full Changelog: v1.9.4...v1.12.0

v1.9.4

09 Jul 15:28
Compare
Choose a tag to compare

What's Changed

  • build(docker): add standalone image usage by @j-mendez in #24
  • build(ci): fix upgrading cli on cached builds
  • chore(perf): improve build installs on fresh and cached builds by 100% for slim build

Full Changelog: v1.9.0...v1.9.4

v1.9.0

04 Jul 20:44
Compare
Choose a tag to compare

What's Changed

  • feat(code): add code recommendation fixes and commits to gh by @j-mendez in #22
  • feat(cache): fix cli upgrades and cache by @j-mendez in #23
  • chore(inputs): fix missing COMPUTER_VISION_SUBSCRIPTION_KEY and COMPUTER_VISION_ENDPOINT inputs

About

  • code generation with auto commits to branches
  • 500% faster build installs via caching and proper cross platform updating via cargo cargo-update

In order to enable code fixes set FIX: true.

- uses: a11ywatch/[email protected]
  with:
    WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
    FIX: true

Example of code fix output:

Example of code fix changes being applied from scan and pushed to github. Example shows a Siemese Cat and Eskimo Husky alt property being auto-filled to code.

Full Changelog: v1.7.1...v1.9.0

v1.7.1

27 Jun 00:36
Compare
Choose a tag to compare

What's Changed

  • feat(crawl): add subdomains and tld crawling by @j-mendez in #20

Get all of your subdomains and TLD websites and pages in one go.

- uses: a11ywatch/[email protected]
  with:
    WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
    SITE_WIDE: true
    SUBDOMAINS: true
    TLD: true

Full Changelog: v1.6.2...v1.7.1

v1.6.4

09 Jun 21:58
Compare
Choose a tag to compare

This release adds 2 new inputs to add to bring the awesome Computer Vision service to improve AI gather of alts. You have up to 5,000 request free per month which is a lot when it runs as a fall back after the initial handling via TensorFlow. Some other bug fixes and improvements like faster installs and startups.

example:

- uses: a11ywatch/[email protected]
  with:
    WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
    FAIL_ERRORS_COUNT: 10
    COMPUTER_VISION_SUBSCRIPTION_KEY: ${{ secrets.COMPUTER_VISION_SUBSCRIPTION_KEY }}
    COMPUTER_VISION_ENDPOINT: ${{ secrets.COMPUTER_VISION_SUBSCRIPTION_KEY }}

Full Changelog: v1.5.0...v1.6.0

v1.5.1

19 May 01:03
ea55667
Compare
Choose a tag to compare

What's Changed

  • feat(crawl): add site-wide crawl option by @j-mendez in #11
  • fix input validation for steps
  • chore(local): fix crawler local image target x86_64 for action by @j-mendez in #16
  • chore(ci): add failure counter warning and error limits by @j-mendez in #17

Full Changelog: v1.3.2...v1.5.1

Screen Shot 2022-05-19 at 6 49 35 PM

A11yWatch Github Action v1.3.2

03 May 23:38
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @arbourd in #3
  • test(local): add local build ex by @j-mendez in #6 [Local builds may only work on hosted runners]
  • fix issue with CLI parsing API tokens - serde json handling
  • fix local execution of scanning
  • add exact match for CLI ( fixing API inconsistencies )

-- Notes

Older versions of the action may not work due to CLI version differences and the docker containers.
At the moment we do not version the containers where it can cause older versions to become obsolete forcing upgrades.

New Contributors

Full Changelog: v1.2.43...v1.3.1

Full Changelog: v1.2.48...v1.3.2