Skip to content

Latest commit

 

History

History
310 lines (156 loc) · 17.4 KB

CHANGELOG.md

File metadata and controls

310 lines (156 loc) · 17.4 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

4.9.0 (2024-03-26)

Features

4.8.2 (2024-02-07)

Bug Fixes

4.8.1 (2024-01-15)

Bug Fixes

4.8.0 (2023-09-27)

Features

Bug Fixes

  • axe-core-api: pin axe-core version to accept patch updates only (#334) (c204367)
  • capybara: open browser based on passed symbol (#303) (c43ee49)
  • capybara: open selected browser (#305) (311e4da)
  • capybara: respect browser choice (#307) (bb0471d)
  • gracefully handle unloaded iframes (#315) (bef7d97)
  • handle spurious axe.runPartial returning null (#324) (3dca4c2)
  • Update axe-core to v4.6.3 (#298) (4dbab74)
  • watir: spawn firefox windows on windows (#306) (74de72f)

4.7.0 (2023-04-27)

Features

Bug Fixes

4.6.1 (2023-04-10)

Bug Fixes

4.6.0 (2023-01-19)

Features

4.5.1 (2022-11-21)

Features

Bug Fixes

4.5.0 (2022-11-04)

Features

Bug Fixes

  • Allow none values for ValueObject, since can be set by CheckedNode result type (#228) (d7f6d36)
  • only set allowedOrigin when needed (#248) (8fa09ad)
  • update to use axe-core 4.5.1 (#263) (abce5a5)

4.4.2 (2022-09-30)

Features

Bug Fixes

  • Allow none values for ValueObject, since can be set by CheckedNode result type (#228) (d7f6d36)
  • only set allowedOrigin when needed (#248) (8fa09ad)

4.4.1 (2022-06-27)

Features

4.4.0 (2022-02-08)

Features

Bug Fixes

4.3.3 (2021-10-26)

Bug Fixes

  • only set allowedOrigin when needed (ff7226b)

4.3.2 (2021-09-27)

Bug Fixes

4.3.1 (2021-09-22)

Bug Fixes

  • update error-handling link to correct url (#212) (5d6d4c3)

4.3.0 (2021-09-20)

Features

4.2.1 (2021-06-16)

Features

4.1.0 (2021-05-20)

Features

Bug Fixes

4.1.0 (2020-11-18)

Features

  • Update axe-core to v4.1.0

4.0.0 (2020-08-25)

Features

  • feat: rename BeAccessible to BeAxeClean (#138) b702a53
  • feat: axe-core-api gem (#113) d8acb9d
  • feat: axe-core-cucumber gem (#105) a0f5d77
  • feat: axe-core-rspec gem (#104) 6acf37c
  • feat: axe-core-capybara gem (#103) aad434d
  • feat: axe-core-watir gem (#102) 4831ab1
  • feat: axe-core-selenium gem (#101) f1f203c

Bug Fixes

  • fix: use axe-core-api gem in axe-core-watir gem (#118) 16ab9cd
  • fix: use axe-core-api gem in axe-core-selenium gem (#117) 9c1c93c
  • fix: use axe-core-api gem in axe-core-rspec gem (#116) 6144aa9
  • fix: use axe-core-api gem in axe-core-cucumber gem (#115) 39fd531
  • fix: use axe-core-api gem in axe-core-capybara gem (#114) c5f466a
  • fix(axe-core-gems): add e2e tests and set up rake tasks (#110) a8ac475
  • fix: allow to configure browser as a Symbol argument for webdrivers (#109) 9e116d7

BREAKING CHANGES

  • axe-matchers gem is deprecated. Refer README for usage instructions on axe-core-gems

2.6.0 (2020-02-18)

Features

2.5.0 (2019-11-06)

Features

2.4.1 (2019-07-29)

Bug Fixes

2.4.0 (2019-07-11)

Features

  • not use named capture groups in cucumber step regex (#64) (4f118a1)

Features

2.3.0 (2019-03-06)

  • Update axe-core to 3.2.2

Features

  • gems vulnerability by removing lock files in examples (#53) (648aeca)
  • security vulnerability (#52) (14736f2)

2.2.1 (2018-08-29)

Features

  • Update axe-core to 3.1.1

2.1.1 (2018-05-16)

Features

  • Update axe-core to 3.0.2

Bug Fixes

  • Enhance results object with summary and target attributes to align with axe-core results

2.1.0 (2018-04-20)

Features

  • Update axe-core to 3.0.1

Bug Fixes

  • Prevent Cucumber from choking on comments (#32)
  • Defines serialization for Audit Results (#33)