Skip to content

Releases: Lullabot/drainpipe-dev

v3.8.0

02 May 18:46
Compare
Choose a tag to compare

v3.7.1

16 Apr 14:40
Compare
Choose a tag to compare

v3.7.0

10 Apr 20:28
Compare
Choose a tag to compare

v3.6.0

21 Mar 20:45
Compare
Choose a tag to compare

v3.5.0

29 Feb 17:14
Compare
Choose a tag to compare

v3.4.0

29 Nov 10:38
Compare
Choose a tag to compare

v3.3.0

30 Oct 17:09
Compare
Choose a tag to compare

v3.2.0

05 Oct 12:24
Compare
Choose a tag to compare

v3.1.2

27 Jul 12:31
Compare
Choose a tag to compare

See https://github.com/Lullabot/drainpipe/releases/tag/v3.1.2

Nightwatch

Upgrading your project will require you to:

  • Remove nightwatch-accessibility
  • Add nightwatch-axe-verbose
  • Swap .initAccessibility() for .axeInject() e.g.
    browser
        .axeInject()
        .axeRun('body')
    
  • If using Yarn Berry, .yarnrc.yml will need to contain the following:
    packageExtensions:
      "nightwatch@*":
        dependencies:
          ws: "*"
          lodash: "*"
    
  • Other package managers should add lodash manually to devDependencies

v3.1.1

26 Jul 01:42
Compare
Choose a tag to compare