Skip to content

Releases: dequelabs/axe-core-gems

Release 2.5.0

11 Nov 14:05
Compare
Choose a tag to compare

Features

Release 2.4.1

30 Jul 11:53
bb347e5
Compare
Choose a tag to compare

Public v2.4.1 release

Release 2.4.0

14 Jul 12:12
7204257
Compare
Choose a tag to compare

Public v2.4.0 release

2.3.0

14 Mar 10:24
a7b458f
Compare
Choose a tag to compare

Features

  • Update axe-core to 3.2.2

Bug Fixes

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

2.2.1

29 Aug 08:53
11cacf4
Compare
Choose a tag to compare

Features

  • Update axe-core to 3.0.2

2.1.1

16 May 20:45
3be0027
Compare
Choose a tag to compare

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

20 Apr 11:57
Compare
Choose a tag to compare

Features

  • Update axe-core to 3.0.1

Bug Fixes

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

v1.3.3

12 May 15:48
Compare
Choose a tag to compare

Updates dependencies. Major items of note:

  • selenium-webdriver upgrades to version 3.4. When using Firefox, this requires the new geckodriver.
  • watir-webdriver (a depricated library) has been replaced with watir version 6.2.
  • axe-core, the core accessibility checking javascript functionality that this library wraps has been updated to version 2.2.0

v1.3.2

12 May 15:44
b77351f
Compare
Choose a tag to compare

Capybara iframe discovery now uses instead of .find_elements(:css, "iframe") .find_elements(:tag_name, "iframe")

v1.3.1

20 Jul 19:48
Compare
Choose a tag to compare
  • Fix bad require