From 996c5d7ea19e1f7622fd4b2b2b85d6e60460a8d1 Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Thu, 24 May 2018 10:47:23 -0700 Subject: [PATCH] v3.0.0-beta.0 (#5328) --- changelog.md | 43 +++++++++++++++++++++ lighthouse-core/test/results/sample_v2.json | 2 +- lighthouse-extension/app/manifest.json | 2 +- package.json | 2 +- 4 files changed, 46 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index f3db83d16435..65f84832fe0c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,46 @@ + +# 3.0.0-beta.0 (2018-05-24) +[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v3.0.0-alpha.2...v3.0.0-beta.0) + +## Core + +* lantern: handle disk cache simulation ([#5221](https://github.com/googlechrome/lighthouse/pull/5221)) +* network-recorder: handle QUIC requests ([#5256](https://github.com/googlechrome/lighthouse/pull/5256)) +* tsc: add type checking to viewer ([#5258](https://github.com/googlechrome/lighthouse/pull/5258)) +* tsc: add tsc type checking to report ([#5195](https://github.com/googlechrome/lighthouse/pull/5195)) + +## Deps + +* snyk: prettify snyk snapshot ([#5080](https://github.com/googlechrome/lighthouse/pull/5080)) + +## Docs + +* readme: add Garie to related projects ([#5272](https://github.com/googlechrome/lighthouse/pull/5272)) + +## Extension + +* expose URL shim ([#5293](https://github.com/googlechrome/lighthouse/pull/5293)) +* another speculative fix for getCurrentTabURL; more logging ([#5323](https://github.com/googlechrome/lighthouse/pull/5323)) + +## Report + +* updates for devtools roll ([#5326](https://github.com/googlechrome/lighthouse/pull/5326)) +* audit warnings are no longer top-level ([#5270](https://github.com/googlechrome/lighthouse/pull/5270)) +* move runtime settings to footer ([#5295](https://github.com/googlechrome/lighthouse/pull/5295)) +* avoid paint storms on scrolly header ([#5207](https://github.com/googlechrome/lighthouse/pull/5207)) +* restore missing non-applicable icon ([#5267](https://github.com/googlechrome/lighthouse/pull/5267)) +* animated chevrons ([#5137](https://github.com/googlechrome/lighthouse/pull/5137)) +* DRY up audit & opportunity rendering ([#5136](https://github.com/googlechrome/lighthouse/pull/5136)) + +## Misc + +* github: add github PR and issue templates ([#5163](https://github.com/googlechrome/lighthouse/pull/5163)) +* plots: extend default config ([#5309](https://github.com/googlechrome/lighthouse/pull/5309)) +* scripts: add lantern evaluation scripts ([#5257](https://github.com/googlechrome/lighthouse/pull/5257)) +* scripts: add trace/devtoolslog minification scripts ([#5237](https://github.com/googlechrome/lighthouse/pull/5237)) +* viewer: fix saving as gist ([#5251](https://github.com/googlechrome/lighthouse/pull/5251)) +* remove checkboxes from bug report template ([#5330](https://github.com/googlechrome/lighthouse/pull/5330)) + # 3.0.0-alpha.2 (2018-05-16) [Full Changelog](https://github.com/googlechrome/lighthouse/compare/v3.0.0-alpha...v3.0.0-alpha.2) diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index 8ce2bf8fd844..9ee82156f2d4 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -1,6 +1,6 @@ { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3358.0 Safari/537.36", - "lighthouseVersion": "3.0.0-alpha.2", + "lighthouseVersion": "3.0.0-beta.0", "fetchTime": "2018-03-13T00:55:45.840Z", "requestedUrl": "http://localhost/dobetterweb/dbw_tester.html", "finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html", diff --git a/lighthouse-extension/app/manifest.json b/lighthouse-extension/app/manifest.json index e624e127f140..c68d1f86f284 100644 --- a/lighthouse-extension/app/manifest.json +++ b/lighthouse-extension/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "2.10.0.3002", + "version": "2.10.1.3000", "minimum_chrome_version": "56", "manifest_version": 2, "description": "__MSG_appDescription__", diff --git a/package.json b/package.json index 61271a0a57d8..0a2a3173c90b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse", - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.0", "description": "Lighthouse", "main": "./lighthouse-core/index.js", "bin": {