Skip to content

Commit

Permalink
4.0.0-beta (#6685)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Nov 29, 2018
1 parent 28c544e commit 9f58eb4
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
36 changes: 36 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
<a name="4.0.0-beta"></a>
# 4.0.0-beta (2018-11-29)
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v4.0.0-alpha.1...v4.0.0-beta)

## Core

* service-worker: check that test page is in SW scope ([#6609](https://github.com/googlechrome/lighthouse/pull/6609))
* throw fatally on page hang ([#6497](https://github.com/googlechrome/lighthouse/pull/6497))
* define new DNS failure LH Error ([#6579](https://github.com/googlechrome/lighthouse/pull/6579))
* assert securityIssues before getPageLoadError ([#6578](https://github.com/googlechrome/lighthouse/pull/6578))
* remove protocol timeout for Page.navigate ([#6413](https://github.com/googlechrome/lighthouse/pull/6413))
* rename webapp-install-banner audit to installable-manifest ([#6630](https://github.com/googlechrome/lighthouse/pull/6630))
* computed-artifacts: fix cache and add perf timing ([#6619](https://github.com/googlechrome/lighthouse/pull/6619))

## Report

* add PWA category badge gauge ([#6526](https://github.com/googlechrome/lighthouse/pull/6526), [#6670](https://github.com/googlechrome/lighthouse/pull/6670))
* give passed-opportunities group an icon ([#6594](https://github.com/googlechrome/lighthouse/pull/6594))
* safari: fix dropdown overlap translateZ ([#6546](https://github.com/googlechrome/lighthouse/pull/6546))
* use details-element-polyfill from node_modules ([#6593](https://github.com/googlechrome/lighthouse/pull/6593), [#6607](https://github.com/googlechrome/lighthouse/pull/6607))

## CLI

* exit and kill Chrome on unhandledRejection ([#6394](https://github.com/googlechrome/lighthouse/pull/6394))

## Tests

* add smoketest for slow service worker ([#6648](https://github.com/googlechrome/lighthouse/pull/6648))

## Misc

* tsc: infer dom.createElement type from tag name ([#6637](https://github.com/googlechrome/lighthouse/pull/6637))
* rename core/gather/computed/ to core/computed/ ([#6618](https://github.com/googlechrome/lighthouse/pull/6618))
* rename typings/ to types/ ([#6617](https://github.com/googlechrome/lighthouse/pull/6617))
* bump extension version ([#6569](https://github.com/googlechrome/lighthouse/pull/6569))

<a name="4.0.0-alpha.1"></a>
# 4.0.0-alpha.1 (2018-11-15)
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v4.0.0-alpha.0...v4.0.0-alpha.1)
Expand Down
2 changes: 1 addition & 1 deletion clients/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "3.3.0.4001",
"version": "3.3.0.4100",
"minimum_chrome_version": "66",
"manifest_version": 2,
"description": "__MSG_appDescription__",
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"hostUserAgent": "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",
"benchmarkIndex": 1000
},
"lighthouseVersion": "4.0.0-alpha.1",
"lighthouseVersion": "4.0.0-beta",
"fetchTime": "2018-03-13T00:55:45.840Z",
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lighthouse",
"version": "4.0.0-alpha.1",
"version": "4.0.0-beta",
"description": "Lighthouse",
"main": "./lighthouse-core/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion proto/sample_v2_round_trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,7 @@
"warningHeader": "Warnings: "
}
},
"lighthouseVersion": "4.0.0-alpha.1",
"lighthouseVersion": "4.0.0-beta",
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"runWarnings": [],
"timing": {
Expand Down

0 comments on commit 9f58eb4

Please sign in to comment.