Skip to content

Releases: googleads/publisher-ads-lighthouse-plugin

v0.4.0

14 Oct 17:19
Compare
Choose a tag to compare

0.4.0 (2019-10-14)

Notable changes

  • Add AdSense Support (#119)
  • Include smoke tests using Lighthouse's smokehouse (#137)

Audits

  • ad-render-blocking-resources: Make audit use display mode binary instead of numeric (#123)
  • ad-render-blocking-resources: Update audit to check all sync resources (#142)
  • ad-request-critical path: Mark as informative (#116)
  • blocking-load-event: Make audit not applicable when there are no ad related requests (#135)
  • bottleneck-requests: Tune audit (#118)
  • first-ad-paint: Modify audit to use impression ping. (#121)
  • first-ad-render: Enable audit for AdSense (#126)
  • first-ad-render: Rename audit from first-ad-paint (#125)
  • idle-network-times: Remove from config (#136)
  • loads-ad-tag-over-https: Remove redundant and broken failureDisplayValue (#130)

Messages

  • Update link in script-injected-tags audit. (#129)

Plugin

  • Sort plugin.js (#114)
  • Disable simulated throttling by default. (#120)
  • Upgrade to Lighthouse 5.4.0 (#132)

Tests

  • Fix missed type errors and ensure type checking WAI in travis (#134)
  • Include smoke tests using Lighthouse's smokehouse (#137)
  • Add smoke test to ensure all audits are not applicable when there are no ads (#141)

CLI

  • Include --full flag to run all Lighthouse categories (#139)

Utils

  • Update pubads_impl regex to cover edge cases. (#140)

Full Changelog