Skip to content

Releases: Lullabot/drainpipe

v3.8.0

02 May 18:43
df3ae29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.1...v3.8.0

v3.7.1

15 Apr 12:54
4708e0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.7.1

v3.7.0

10 Apr 00:40
47fb6f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.7.0

v3.6.0

21 Mar 20:42
f0d5cb8
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update dependency autoprefixer to ^10.4.18 by @renovate in #462
  • fix(deps): update dependency cssnano to ^6.1.0 by @renovate in #466
  • chore(deps): update dependency composer/composer to ^2.7.2 by @renovate in #474
  • fix(deps): update dependency mockery/mockery to ^1.6.9 by @renovate in #475
  • fix(deps): update dependency sass to ^1.72.0 by @renovate in #477
  • Add a test for the binary installer and fix error when upgrading task binary by @justafish in #479
  • chore(deps): update guillaumefalourd/assert-command-line-output action to v2.3 by @renovate in #480
  • fix(deps): update dependency postcss to ^8.4.36 by @renovate in #486
  • Issue #464: Adding support for Tugboat online step. by @mrdavidburns in #471
  • Issue #129: Wrong architecture for binaries downloaded on ARM Macs by @justafish in #483
  • Issue #385: Update actions/upload-artifact and actions/download-artifact to v4 by @penyaskito in #467
  • Update PANTHEON_SITE_NAME and TERMINUS_PLUGINS to prefer variables over secrets by @davereid in #470
  • fix(deps): update dependency mockery/mockery to ^1.6.10 by @renovate in #487
  • fix(deps): update dependency postcss to ^8.4.37 by @renovate in #488
  • fix(deps): update dependency cssnano to ^6.1.1 by @renovate in #489
  • fix(deps): update dependency postcss to ^8.4.38 by @renovate in #491
  • fix(deps): update dependency autoprefixer to ^10.4.19 by @renovate in #490

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

29 Feb 17:11
b3b8c00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.1...v3.4.2

v3.4.1

09 Feb 15:54
ebafad3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v4.0.0

v3.4.0

29 Nov 10:34
24eba25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

30 Oct 17:04
76cde07
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Issue #287: Fix coding standards violation in settings.tugboat.php by @justafish in #295

Misc

Dependency Updates

Full Changelog: v3.2.0...v3.2.1

v3.2.0

05 Oct 12:16
3b71adb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

v3.1.2

27 Jul 12:28
11d56ee
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v3.1.1...v3.1.2