Skip to content

Latest commit

 

History

History
532 lines (340 loc) · 23.8 KB

CHANGELOG.md

File metadata and controls

532 lines (340 loc) · 23.8 KB

v6.1.1 (2023-08-24)

🐛 Bug Fix

  • #514 Ensures context for current URL & route middleware reporting (@drewlee)

Committers: 1

v6.1.0 (2023-06-21)

🚀 Enhancement

Committers: 1

v6.0.0 (2023-06-21)

💥 Breaking Change

🐛 Bug Fix

🏠 Internal

Committers: 3

v6.0.0-0 (2023-06-13)

💥 Breaking Change

🐛 Bug Fix

🏠 Internal

Committers: 2

v5.2.1 (2023-05-25)

🐛 Bug Fix

Committers: 1

v5.2.0 (2023-02-02)

🐛 Bug Fix

  • #491 Fixes currentRouteName middleware reporter test failures (@drewlee)

Committers: 1

v5.1.0 (2022-12-03)

🚀 Enhancement

🐛 Bug Fix

Committers: 1

v5.0.0 (2021-12-28)

💥 Breaking Change

🐛 Bug Fix

🏠 Internal

Committers: 2

v4.3.0 (2021-11-11)

🚀 Enhancement

🏠 Internal

  • #322 Adds get-port to ensure we have an available port (@scalvert)

Committers: 3

v4.2.1 (2021-10-18)

🐛 Bug Fix

  • #298 Fixes duplicate identifier issue by ignoring type checking of .d.ts files in node_modules (@scalvert)

🏠 Internal

Committers: 2

v4.2.0 (2021-08-24)

🐛 Bug Fix

  • #289 Fixes deprecate call to include for and since props (@scalvert)

🏠 Internal

  • #288 Convert to using external middleware reporter package (@scalvert)

Committers: 1

v4.1.2 (2021-07-01)

🐛 Bug Fix

  • #272 Fixes issue when violations count is reported to be 0 (@scalvert)

🏠 Internal

Committers: 1

v4.1.1 (2021-06-24)

🐛 Bug Fix

  • #270 Fixes URL mutation when setting the enableA11yAudit query parameter (@drewlee)

Committers: 1

v4.1.0 (2021-06-18)

🚀 Enhancement

  • #267 Provide conditional usage for 'setupMiddlewareReporter' (@drewlee)

Committers: 1

v4.0.8 (2021-06-11)

🐛 Bug Fix

🏠 Internal

Committers: 2

v4.0.7 (2021-05-11)

🐛 Bug Fix

Committers: 1

v4.0.6 (2021-04-28)

🐛 Bug Fix

  • #258 Don't print to the console when there are no issues (@nlfurniss)

Committers: 1

v4.0.5 (2021-04-27)

🏠 Internal

  • #256 Moves to using promise-based API for axe invocation (@scalvert)

Committers: 1

v4.0.4 (2021-04-22)

🏠 Internal

Committers: 1

v4.0.3 (2021-04-16)

🐛 Bug Fix

  • #251 Removes unnecessary, legacy build code for inclusion of axe dependencies. (@MelSumner)

📝 Documentation

  • #243 Correct link to axe-core API docs (@danwenzel)
  • #240 Updating README to indicate the need to use query param with global setup helper (@scalvert)
  • #239 Correct import path of setRunOptions in README (@danwenzel)

🏠 Internal

Committers: 4

v4.0.2 (2021-02-25)

🐛 Bug Fix

🏠 Internal

Committers: 1

v4.0.1 (2021-02-09)

🐛 Bug Fix

  • #233 Fix cannot find module qunit under embroider (@thoov)

📝 Documentation

🏠 Internal

Committers: 3

v4.0.0 (2020-11-03)

📝 Documentation

🏠 Internal

Committers: 2

v4.0.0-beta.2 (2020-09-22)

🚀 Enhancement

  • #217 Updating result schema to include more specific data (@scalvert)

📝 Documentation

  • #215 Updates the README and ensures correct jsdocs are present for all public APIs (@scalvert)

🏠 Internal

  • #218 Downgrading ember-cli-typescript to 3.0.0 for embroider compatability (@scalvert)
  • #219 Update ember-qunit to latest beta. (@rwjblue)
  • #216 chore(deps): update dependency node-fetch to v2.6.1 [security] (@renovate[bot])

Committers: 2

v4.0.0-beta.1 (2020-09-11)

💥 Breaking Change

  • #205 Remove audit components in favor of industry standard tools (@scalvert)

🚀 Enhancement

🏠 Internal

Committers: 1

v4.0.0-beta.0 (2020-08-31)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

  • #182 Unpinning dependencies to allow for easier blueprint upgrades (@scalvert)

🏠 Internal

Committers: 3

3.0.2 / 2020-06-29

  • Update dependency ember-cli-htmlbars to v5.2.0
  • Update dependency eslint-plugin-ember to v8.9.0
  • Update dependency sass to v1.26.9
  • Update ember packages
  • Update dependency axe-core to v3.5.5
  • Update dependency eslint-plugin-ember to v8.7.0

3.0.1 / 2020-05-18

  • Update dependency ember-cli-version-checker to v5.1.1
  • Update dependency eslint-plugin-ember to v8.5.1
  • Update ember packages

3.0.0 / 2020-05-07

  • Drops support for Ember 2.18 due to major dependencies
  • Drops support for Node.js v8 due to EOL
  • Update eslint
  • Update dependency ember-cli-version-checker to v5
  • Update dependency @ember/optional-features to v1
  • Update ember packages
  • Update sass
  • Update dependency ember-cli-github-pages to v0.2.2
  • Update dependency axe-core to v3.5.3
  • Update dependency ember-radio-button to v2

2.0.0 / 2019-11-21

  • Upgrade Ember CLI to 3.12 LTS and drop Node.js 6 support (#138)

1.1.1 / 2019-09-29

  • Fixes code included in production builds #108

1.1.0 / 2019-09-09

  • Bumps axe-core to v3.3
  • Adds concurrent-axe strict check to counter next() 0 value
  • Fixes #124, allows a11yAudit to account for axe inlude/exclude context param
  • Fixes #127, removes use of Ember.Logger
  • Fixes #107 by adding app re-exports

0.5.7 / 2019-03-08

  • Axe-core version bump to 3.2.2

0.5.6 / 2018-11-22

  • Adds user timing mechanism for performance profiling
  • Use process.env.EMBER_ENV for env check

0.5.5 / 2018-11-04

  • Fixes #113: provides empty object if axeOptions are not defined to prevent axe.run from failing

0.5.4 / 2018-10-22

  • Fix services for engines, add option to exclude axe-core for component audits

0.5.3 / 2018-10-01

  • Update axe-core to 3.1.2 (#109)
  • Make aXe v3 compatible with component audit
  • Fix “Visual Noise Level” demo page

0.5.2 / 2018-06-05

  • Improve Test Failure Messages (#103)
  • Update README with aXe Options and Scoped Auditing (#104)
  • Upgrade axe-core to 2.6.1 (#98)
  • Fix: a11yAudit not using default axeOptions (#100)

0.5.1 / 2018-02-20

  • Update Ember-CLI to 2.18.x (#94)
  • Add check of isDestroyed when running an audit (#92)

0.5.0 / 2017-10-19

  • Update a couple more dependencies
  • Update runtime dependencies

0.4.4 / 2017-10-05

  • Package upgrades and locking version of htmlbars-inline-precompile
  • update README -change double-ticks to single-ticks
  • update README to combine axeOptions examples
  • README - example to disable color contrast scroll

0.4.3 / 2017-06-21

  • Present information in an easy-to-digest format #18 (#78)
  • Add example on Readme to disable specific checks

0.4.2 / 2017-05-19

  • Add release notes
  • Update axe-core version and range

0.4.1 / 2017-03-24

  • Don't include content for production builds

0.4.0 / 2017-03-22

  • Update readme with new features/info
  • Support passing options as a single argument to a11yAudit
  • feat(a11yAudit): opt in to a11yAudit
  • Fix axe-component error test
  • Ensure super call is bounded

0.3.0 / 27-02-2017

  • Replace jshint with eslint
  • Update readme with new, simpler test API
  • Remove auto-run feature
  • Ensure axe-core is included in production test builds
  • Remove blueprint tests from npm scripts
  • Remove babel polyfill from test app

0.2.2 / 20-02-2017

  • Allow turnAuditOff to be defined globally

0.2.1 / 15-02-2017

  • Include axe-core in all non-prod environments

0.2.0 / 15-02-2017

  • Properly report exceptions
  • Move axe-core to npm dependency
  • Add a11y-audit test helper
  • Add waiter to ensure audits finish running before tests finish
  • Upgrade all dependencies
  • Remove application references in initializers

0.1.6 / 16-08-2016

  • Ensure version of axe-core added to projects is in sync with the current dependency.
  • Implement initial testing for this behavior within node-tests/blueprint-test.js

0.1.5 / 09-08-2016

  • Fix parsing of axeViolationClassNames, which previously wasn't reading strings the right way (#36)

0.1.4 / 11-07-2016

  • Update to axe-core @ 2.0.5. For ember-a11y-testing, that fixes this

0.1.3 / 16-06-2016

0.1.2 / 16-06-2016

  • Create CHANGELOG.md 👍
  • Update to axe-core @ 1.1.1 and ensure that addBowerPackageToProject in the default blueprint explicitly matches the version.