Skip to content

1.6.5

Compare
Choose a tag to compare
@paulirish paulirish released this 22 Apr 19:13
· 4603 commits to main since this release

This is a maintenance release on the stable 1.6 branch.

Master branch (tagged at 2.0.0-alpha) is under some heavy refactors, so we're holding off on shipping a new version. Expect one by mid-May.
( Poke around recent PRs and issues if you're curious what we're up to ;)

In the meantime, only a few changes here in 1.6.5:

Audits

  • Improve HTTPS audit by using network records rather than Security domain, which is broken on Android.(original pr #1918) (#2054)
  • Disable unused css rules audit for now, as we want to revisit correctness later (#1912)

Report

  • Add legend to decipher iconography left to us by the ancient ones (#1841)
  • Print doesn't cut off expanded audit details (#1870)
  • Biggin icons for a11y (#1856)
  • Tweak report colors so that we are WCAG2AA valid.

CLI

  • support multiple output modes (#1813)
  • add update-notifier. (#1890)

Testing

  • smokehouse: fix flakiness of dom-size expectation (#1881)
  • include a normal CLI run in the travis build.

Misc

  • remove npm prepublish (#1889)

Thanks to @ebidel and @paulirish for merging this stuff back to stable branch.