Skip to content

Commit

Permalink
5.6.0 (#9856)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Oct 17, 2019
1 parent e3fcd6e commit 848b543
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 4 deletions.
70 changes: 70 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@
<a name="5.6.0"></a>
# 5.6.0 (2019-10-17)
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v5.5.0...v5.6.0)

We expect this release to ship in the DevTools of Chrome 79.

## New contributors!

Thanks to @dpacassi, @lirantal and @yeonjuan for their first contributions!

## Notable

* gather: add new MainDocumentContent public artifact ([#9781](https://github.com/googlechrome/lighthouse/pull/9781))
* stack-packs: add angular, react, amp, and magento packs ([#9797](https://github.com/googlechrome/lighthouse/pull/9797))

## Core

* tracehouse: allow child to start <1ms before parent ([#9786](https://github.com/googlechrome/lighthouse/pull/9786))
* driver: fix error handling for Runtime.evaluate ([#9831](https://github.com/googlechrome/lighthouse/pull/9831))
* errors-in-console: add ignoredPatterns option ([#9480](https://github.com/googlechrome/lighthouse/pull/9480), [#9829](https://github.com/googlechrome/lighthouse/pull/9829))
* image-elements: cache naturalSize results ([#9818](https://github.com/googlechrome/lighthouse/pull/9818))
* link-elements: ignore non-HTMLLinkElements ([#9765](https://github.com/googlechrome/lighthouse/pull/9765))
* optimized-images: log errors ([#9782](https://github.com/googlechrome/lighthouse/pull/9782))
* seo: support korean in link-text audit ([#9804](https://github.com/googlechrome/lighthouse/pull/9804))
* tracehouse: allow nested trace events without an end ([#9785](https://github.com/googlechrome/lighthouse/pull/9785))
* rename Element to LHElement ([#9832](https://github.com/googlechrome/lighthouse/pull/9832))

## Deps

* update third-party-web to 0.11.0 ([#9849](https://github.com/googlechrome/lighthouse/pull/9849))
* snyk: update snyk snapshot ([#9793](https://github.com/googlechrome/lighthouse/pull/9793))

## Report

* rephrase titles for 3rdparty & crc ([#9419](https://github.com/googlechrome/lighthouse/pull/9419))
* rewrite dom-size description ([#9821](https://github.com/googlechrome/lighthouse/pull/9821))
* update logo in top bar ([#9728](https://github.com/googlechrome/lighthouse/pull/9728))
* remove some dead code ([#9800](https://github.com/googlechrome/lighthouse/pull/9800))

## Clients

* lr: don't include html report assets in bundle ([#9828](https://github.com/googlechrome/lighthouse/pull/9828))
* viewer: minify inlined report-generator bundle ([#9596](https://github.com/googlechrome/lighthouse/pull/9596))

## I18n

* import: web.dev links and small corrections ([#9846](https://github.com/googlechrome/lighthouse/pull/9846))
* import translations ([#9802](https://github.com/googlechrome/lighthouse/pull/9802))

## Docs

* related-projects: add lighthouse-check ([#9753](https://github.com/googlechrome/lighthouse/pull/9753))
* related-projects: add the is-website-vulnerable CLI tool ([#9810](https://github.com/googlechrome/lighthouse/pull/9810))
* related-projects: add the gradle lighthouse plugin ([#9789](https://github.com/googlechrome/lighthouse/pull/9789))
* document 'meaning' field in i18n readme ([#9787](https://github.com/googlechrome/lighthouse/pull/9787))
* update stale references to audits ([#9760](https://github.com/googlechrome/lighthouse/pull/9760))

## Tests

* use firehouse smoke test runner to test bundle ([#9791](https://github.com/googlechrome/lighthouse/pull/9791))
* attempt bundle test three times in CI ([#9830](https://github.com/googlechrome/lighthouse/pull/9830))
* smokehouse: fix tmp directory creation ([#9855](https://github.com/googlechrome/lighthouse/pull/9855))
* smokehouse: use static requires for test definitions ([#9501](https://github.com/googlechrome/lighthouse/pull/9501))

## Misc

* build: minify report javascript for lightrider report generator ([#9823](https://github.com/googlechrome/lighthouse/pull/9823))
* more releasing tweaks ([#9772](https://github.com/googlechrome/lighthouse/pull/9772))
* add compare-timings script ([#9723](https://github.com/googlechrome/lighthouse/pull/9723), [#9776](https://github.com/googlechrome/lighthouse/pull/9776))

<a name="5.5.0"></a>
# 5.5.0 (2019-10-02)

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": "5.5.0",
"version": "5.6.0",
"minimum_chrome_version": "72",
"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": "5.5.0",
"lighthouseVersion": "5.6.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": "5.5.0",
"version": "5.6.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 @@ -3990,7 +3990,7 @@
"warningHeader": "Warnings: "
}
},
"lighthouseVersion": "5.5.0",
"lighthouseVersion": "5.6.0",
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"runWarnings": [],
"stackPacks": [
Expand Down

0 comments on commit 848b543

Please sign in to comment.