3.1.1 (#5992)
This commit is contained in:
Родитель
aa50f7dc8b
Коммит
44dcc5db04
22
changelog.md
22
changelog.md
|
@ -1,3 +1,9 @@
|
|||
<a name="3.1.1"></a>
|
||||
# 3.1.1 (2018-09-07)
|
||||
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v3.1.0...v3.1.1)
|
||||
|
||||
* update report score legend to match updated color buckets ([#5985](https://github.com/googlechrome/lighthouse/pull/5985))
|
||||
|
||||
<a name="3.1.0"></a>
|
||||
# 3.1.0 (2018-09-06)
|
||||
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v3.0.3...v3.1.0)
|
||||
|
@ -7,6 +13,20 @@ Huge thanks to @midzer and @justinribeiro for being so darn helpful. Great stuff
|
|||
|
||||
And thanks to @mettamatt for some helpful documentation. Who doesn't love better docs?!
|
||||
|
||||
## Notable changes
|
||||
|
||||
* red/orange/green color buckets for scores are tougher now. ([#5831](https://github.com/googlechrome/lighthouse/pull/5831))
|
||||
|
||||
| | Previously | Now |
|
||||
|-|-|-|
|
||||
| Red (bad) | 0-44 | 0-49 |
|
||||
| Orange (average)| 45-74 | 50-89 |
|
||||
| Green (good)| 75-100 | 90-100 |
|
||||
|
||||
Scoring itself hasn't changed; only what color is used to decorate a score.
|
||||
|
||||
* trace-processor: fix bug where top-level events weren't being found in the trace ([#5841](https://github.com/googlechrome/lighthouse/pull/5841))
|
||||
|
||||
## Core
|
||||
|
||||
* normalize URL before checking equality ([#5960](https://github.com/googlechrome/lighthouse/pull/5960))
|
||||
|
@ -32,7 +52,6 @@ And thanks to @mettamatt for some helpful documentation. Who doesn't love better
|
|||
* screenshot-thumbnails: improve caching ([#5976](https://github.com/googlechrome/lighthouse/pull/5976))
|
||||
* ttfb: reuse requestMainResource ([#5657](https://github.com/googlechrome/lighthouse/pull/5657))
|
||||
* trace-of-tab: only use navstart of chrome/http documents ([#5917](https://github.com/googlechrome/lighthouse/pull/5917))
|
||||
* trace-processor: use new toplevel task event name ([#5841](https://github.com/googlechrome/lighthouse/pull/5841))
|
||||
* tracing-processor: throw on no top level events ([#5878](https://github.com/googlechrome/lighthouse/pull/5878))
|
||||
* uses-long-cache-ttl: handle multiple cache-control headers ([#5745](https://github.com/googlechrome/lighthouse/pull/5745))
|
||||
|
||||
|
@ -88,7 +107,6 @@ And thanks to @mettamatt for some helpful documentation. Who doesn't love better
|
|||
## Report
|
||||
|
||||
* link to our own "unused css" reference doc ([#5698](https://github.com/googlechrome/lighthouse/pull/5698))
|
||||
* make red/orange/green score color thresholds tougher ([#5831](https://github.com/googlechrome/lighthouse/pull/5831))
|
||||
* expose prepareLabData directly as a fn ([#5818](https://github.com/googlechrome/lighthouse/pull/5818))
|
||||
* responsive styles ([#5706](https://github.com/googlechrome/lighthouse/pull/5706))
|
||||
* add PSI.prepareLabData() ([#5804](https://github.com/googlechrome/lighthouse/pull/5804))
|
||||
|
|
|
@ -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": "3.1.0",
|
||||
"lighthouseVersion": "3.1.1",
|
||||
"fetchTime": "2018-03-13T00:55:45.840Z",
|
||||
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
|
||||
"finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "__MSG_appName__",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"minimum_chrome_version": "66",
|
||||
"manifest_version": 2,
|
||||
"description": "__MSG_appDescription__",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lighthouse",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Lighthouse",
|
||||
"main": "./lighthouse-core/index.js",
|
||||
"bin": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче