4.0.0-alpha.1 (#6567)
This commit is contained in:
Родитель
21088b5983
Коммит
66100367e3
35
changelog.md
35
changelog.md
|
@ -1,3 +1,38 @@
|
|||
<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)
|
||||
|
||||
## Core
|
||||
|
||||
* skip h2 audit in LR ([#6564](https://github.com/googlechrome/lighthouse/pull/6564))
|
||||
* config: faster category validation ([#6445](https://github.com/googlechrome/lighthouse/pull/6445))
|
||||
* driver: wait for Page.frameNavigated for about:blank ([#6446](https://github.com/googlechrome/lighthouse/pull/6446))
|
||||
* lib: add chrome-extension to URL allowedProtocols and add test ([#6447](https://github.com/googlechrome/lighthouse/pull/6447))
|
||||
* pwa: audit and report group renames ([#6494](https://github.com/googlechrome/lighthouse/pull/6494))
|
||||
* seo: properly handle anchors in SVG ([#6483](https://github.com/googlechrome/lighthouse/pull/6483))
|
||||
* increase protocol timeout to 30s ([#6505](https://github.com/googlechrome/lighthouse/pull/6505), [#6531](https://github.com/googlechrome/lighthouse/pull/6531))
|
||||
|
||||
## Report
|
||||
|
||||
* pwa: give badges to groups with all passing audits ([#6504](https://github.com/googlechrome/lighthouse/pull/6504))
|
||||
* pwa: add pwa-category-renderer ([#6486](https://github.com/googlechrome/lighthouse/pull/6486))
|
||||
* compat: add details-element polyfill for Edge ([#6465](https://github.com/googlechrome/lighthouse/pull/6465))
|
||||
* compat: fix support for edge ([#6459](https://github.com/googlechrome/lighthouse/pull/6459))
|
||||
* compat: ignore Edge's Invalid Argument error ([#6456](https://github.com/googlechrome/lighthouse/pull/6456))
|
||||
* compat: fix summary rendering in FF ([#6448](https://github.com/googlechrome/lighthouse/pull/6448))
|
||||
* handle underscored not_applicable scoreDisplayMode ([#6549](https://github.com/googlechrome/lighthouse/pull/6549))
|
||||
* css: make performance category more compact ([#6437](https://github.com/googlechrome/lighthouse/pull/6437))
|
||||
* rename clump classes; give classes to all audit groups ([#6482](https://github.com/googlechrome/lighthouse/pull/6482))
|
||||
* refactor rendering of top-level failed/passing/etc clumps ([#6460](https://github.com/googlechrome/lighthouse/pull/6460))
|
||||
|
||||
## Misc
|
||||
|
||||
* build: fix viewer deploy ([#6449](https://github.com/googlechrome/lighthouse/pull/6449))
|
||||
* timing: move timing-trace to async events ([#6440](https://github.com/googlechrome/lighthouse/pull/6440))
|
||||
* update puppeteer to version 1.10.0 ([#6493](https://github.com/googlechrome/lighthouse/pull/6493))
|
||||
* readme: use official appveyor badge ([#6443](https://github.com/googlechrome/lighthouse/pull/6443))
|
||||
* i18n: convert accessibility audits ([#6229](https://github.com/googlechrome/lighthouse/pull/6229))
|
||||
|
||||
<a name="4.0.0-alpha.0"></a>
|
||||
# 4.0.0-alpha.0 (2018-10-31)
|
||||
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v3.2.0...v4.0.0-alpha.0)
|
||||
|
|
|
@ -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.0",
|
||||
"lighthouseVersion": "4.0.0-alpha.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": "lighthouse",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"description": "Lighthouse",
|
||||
"main": "./lighthouse-core/index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -3289,7 +3289,7 @@
|
|||
"warningHeader": "Warnings: "
|
||||
}
|
||||
},
|
||||
"lighthouseVersion": "4.0.0-alpha.0",
|
||||
"lighthouseVersion": "4.0.0-alpha.1",
|
||||
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
|
||||
"runWarnings": [],
|
||||
"timing": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче