Skip to content

Commit

Permalink
v4.1.0 (#7102)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Jan 28, 2019
1 parent 577c84d commit aa68eae
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 4 deletions.
35 changes: 35 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
<a name="4.1.0"></a>
# 4.1.0 (2019-01-28)
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v4.0.0...v4.1.0)

## New contributors!

@castilloandres you da man, man.

## Core

* font-size audit: count code points for text length ([#6973](https://github.com/googlechrome/lighthouse/pull/6973))
* cache headers audit: ignore private, must-validate, no-cache ([#6835](https://github.com/googlechrome/lighthouse/pull/6835))
* introduce Lighthouse plugins ([#6959](https://github.com/googlechrome/lighthouse/pull/6959))
* new audit: add FCP on 3G ([#7062](https://github.com/googlechrome/lighthouse/pull/7062))

## Refactor

* refactor meta element artifacts to single `meta-elements` artifact ([#7025](https://github.com/googlechrome/lighthouse/pull/7025))
* images: cleanup `ImageUsage` to match other `*Elements` artifacts ([#7030](https://github.com/googlechrome/lighthouse/pull/7030))
* add baseArtifacts (with new WebAppManifest) to passContext ([#6957](https://github.com/googlechrome/lighthouse/pull/6957))
* use async/await in evaluateAsync ([#7038](https://github.com/googlechrome/lighthouse/pull/7038))

## Report / Viewer

* renderer: do not attempt fireworks for devtools ([#7090](https://github.com/googlechrome/lighthouse/pull/7090))
* viewer: allow loading RunnerResult json ([#7031](https://github.com/googlechrome/lighthouse/pull/7031))

## Misc

* readme: Add DebugBear to the list of integrations ([#7036](https://github.com/googlechrome/lighthouse/pull/7036))
* snyk: update snyk snapshot ([#7079](https://github.com/googlechrome/lighthouse/pull/7079))
* viewer: fix types to reference `LH.Result` ([#7051](https://github.com/googlechrome/lighthouse/pull/7051))
* replace TODOs with github issue links ([#7049](https://github.com/googlechrome/lighthouse/pull/7049))
* fix extension package path and viewer comments ([#7032](https://github.com/googlechrome/lighthouse/pull/7032))

<a name="4.0.0"></a>
# 4.0.0 (2019-01-16)

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": "4.0.0",
"version": "4.1.0",
"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",
"lighthouseVersion": "4.1.0",
"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",
"version": "4.1.0",
"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 @@ -3335,7 +3335,7 @@
"warningHeader": "Warnings: "
}
},
"lighthouseVersion": "4.0.0",
"lighthouseVersion": "4.1.0",
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"runWarnings": [],
"timing": {
Expand Down

0 comments on commit aa68eae

Please sign in to comment.