Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Releases: openedx-unsupported/bok-choy

v0.5.2 (04/25/2016)

25 Apr 15:57
Compare
Choose a tag to compare

v0.5.2 (04/25/16)

  • Support Opera browser
  • Improve browser instantiation logic to include retries

v0.5.1 (3/28/16)

29 Mar 13:42
Compare
Choose a tag to compare
  • Bug fix to XSS vulnerability auditing feature

v0.5.0 (3/22/16)

21 Mar 23:18
Compare
Choose a tag to compare
  • Implement feature for XSS (cross-site scripting) vulnerability auditing
  • Added scroll_to_element(element_selector)
  • Make browser instantiation more resilient to transient webdriver failures
  • Disable default promo tabs on firefox profile
  • Updates for contributors (i.e. we use Slack now, not IRC)
  • Various improvements for how the bok-choy repo itself is tested
  • Python version compatibility improvements

v0.4.10 (01/21/16)

22 Jan 16:14
Compare
Choose a tag to compare

Deploy-only release

v0.4.9 (01/19/2016)

21 Jan 13:23
Compare
Choose a tag to compare

Meta!

  • This release contains the ability to release....to pypi via Travis

v0.4.8 (01/19/2016)

20 Jan 17:18
Compare
Choose a tag to compare
  • Improved check for custom rules file format [a11y rules]
  • Use docker for Travis builds, fixed some linting
  • Capability for custom firefox path using the SELENIUM_FIREFOX_PATH environment variable

v0.4.7

22 Oct 20:49
Compare
Choose a tag to compare

v0.4.7 (10/22/15)

  • Added BrowserQuery is_focused method and focused property
  • Ability to include custom rules in an axe-core accessibility audit

v0.4.6

07 Oct 13:52
Compare
Choose a tag to compare

v0.4.6 (10/07/15)

  • Allow A11yAudits to run on browsers other than phantomjs

v0.4.5

29 Sep 13:33
Compare
Choose a tag to compare

v0.4.5 (09/29/15)

  • Fix for generating a11y API documentation.

v0.4.4

28 Sep 21:13
Compare
Choose a tag to compare

v0.4.4 (09/28/15)

  • Added check the loading state of the document in wait_for_page to reduce flakiness due to synchronization/timing in tests.
  • Refactored accesibility auditing feature. Two accessibility auditing rulesets now available:
    • axe-core ruleset (default)
    • google's accessibility dev tools ruleset
  • Update browsermob proxy version to the latest