-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v8.4.0 #13017
Merged
Merged
v8.4.0 #13017
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,105 @@ | ||
<a name="8.4.0"></a> | ||
# 8.4.0 (2021-09-07) | ||
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v8.3.0...v8.4.0) | ||
|
||
We expect this release to ship in the DevTools of [Chrome 95](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. | ||
|
||
## New Contributors | ||
|
||
Thanks to our new contributors 👽🐷🐰🐯🐻! | ||
|
||
Emmanouil Zoumpoulakis @emzoumpo | ||
Milutin Kristofic @milutin | ||
Bjørn Erik Pedersen @bep | ||
Jerome Cukier @jckr | ||
Saurav Kumar @svkrclg | ||
|
||
## New Audits | ||
|
||
* Detect when the LCP element is lazy-loaded. Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more](https://web.dev/lcp-lazy-loading/) ([#12838](https://github.com/GoogleChrome/lighthouse/pull/12838)) | ||
|
||
## Core | ||
|
||
* network-request: identify filesystem resources as non-network ([#12970](https://github.com/GoogleChrome/lighthouse/pull/12970)) | ||
* extract independent LHR types ([#12914](https://github.com/GoogleChrome/lighthouse/pull/12914)) | ||
* viewport: add viewport audit as perf diagnostic ([#12972](https://github.com/GoogleChrome/lighthouse/pull/12972)) | ||
* csp-evaluator: bump package version ([#12990](https://github.com/GoogleChrome/lighthouse/pull/12990)) | ||
* config: keep full-page-screenshot in skipAudits case ([#12645](https://github.com/GoogleChrome/lighthouse/pull/12645)) | ||
* large-javascript-libraries: delete ([#12941](https://github.com/GoogleChrome/lighthouse/pull/12941)) | ||
|
||
## ⛏️👷 Fraggle Rock | ||
|
||
Support for auditing user flows ([#11313](https://github.com/GoogleChrome/lighthouse/issues/11313)) | ||
|
||
* collect devtoolsLogs on pageLoadError ([#12980](https://github.com/GoogleChrome/lighthouse/pull/12980)) | ||
* add config validation ([#12945](https://github.com/GoogleChrome/lighthouse/pull/12945)) | ||
* align navigation failure behavior ([#12862](https://github.com/GoogleChrome/lighthouse/pull/12862)) | ||
* add protocol timeout to session ([#12913](https://github.com/GoogleChrome/lighthouse/pull/12913)) | ||
* parity on Stacks and FullPageSnapshot gatherers ([#12907](https://github.com/GoogleChrome/lighthouse/pull/12907)) | ||
* http-status-code: navigation only ([#13005](https://github.com/GoogleChrome/lighthouse/pull/13005)) | ||
* add --debugNavigation setting ([#12902](https://github.com/GoogleChrome/lighthouse/pull/12902)) | ||
|
||
## Report | ||
|
||
* accessible n/a icon ([#12984](https://github.com/GoogleChrome/lighthouse/pull/12984)) | ||
* split topbar features ([#12926](https://github.com/GoogleChrome/lighthouse/pull/12926)) | ||
* prefix all classnames with lh- ([#12985](https://github.com/GoogleChrome/lighthouse/pull/12985)) | ||
* isolate type checking ([#12953](https://github.com/GoogleChrome/lighthouse/pull/12953), [#12952](https://github.com/GoogleChrome/lighthouse/pull/12952), [#12951](https://github.com/GoogleChrome/lighthouse/pull/12951)) | ||
* extract independent types ([#12946](https://github.com/GoogleChrome/lighthouse/pull/12946), [#12940](https://github.com/GoogleChrome/lighthouse/pull/12940)) | ||
* use postMessage to open viewer outside devtools ([#12927](https://github.com/GoogleChrome/lighthouse/pull/12927)) | ||
* better deduping of warnings ([#12355](https://github.com/GoogleChrome/lighthouse/pull/12355)) | ||
* flow: sidebar mocks ([#13002](https://github.com/GoogleChrome/lighthouse/pull/13002)) | ||
* flow: embedded lighthouse report ([#12989](https://github.com/GoogleChrome/lighthouse/pull/12989)) | ||
* flow: summary page ([#12973](https://github.com/GoogleChrome/lighthouse/pull/12973)) | ||
* flow: navigation sidebar ([#12929](https://github.com/GoogleChrome/lighthouse/pull/12929)) | ||
* flow: standalone shell report with preact ([#12850](https://github.com/GoogleChrome/lighthouse/pull/12850)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could put these under fraggle rock |
||
|
||
|
||
## Deps | ||
|
||
* snyk: update snyk snapshot ([#13001](https://github.com/GoogleChrome/lighthouse/pull/13001), [#12982](https://github.com/GoogleChrome/lighthouse/pull/12982)) | ||
* update to typescript 4.4.2 ([#12909](https://github.com/GoogleChrome/lighthouse/pull/12909), [#12999](https://github.com/GoogleChrome/lighthouse/pull/12999)) | ||
|
||
## Clients | ||
|
||
* lightrider: use iframe fetcher ([#13006](https://github.com/GoogleChrome/lighthouse/pull/13006)) | ||
* treemap: convert to ES modules ([#12892](https://github.com/GoogleChrome/lighthouse/pull/12892)) | ||
* viewer: make entire directory use modules ([#12975](https://github.com/GoogleChrome/lighthouse/pull/12975)) | ||
|
||
## Docs | ||
|
||
* auth: add missing build step in README ([#12911](https://github.com/GoogleChrome/lighthouse/pull/12911)) | ||
* changelog: fix typo in changelog.md ([#12997](https://github.com/GoogleChrome/lighthouse/pull/12997)) | ||
* hacking: add links to buildtracker/pr-tracking ([#12922](https://github.com/GoogleChrome/lighthouse/pull/12922)) | ||
|
||
## Tests | ||
|
||
* avoid node 16.9.0 ([#13012](https://github.com/GoogleChrome/lighthouse/pull/13012)) | ||
* ci: restore ToT Chromium download ([#12943](https://github.com/GoogleChrome/lighthouse/pull/12943), [#12950](https://github.com/GoogleChrome/lighthouse/pull/12950)) | ||
* dom: fix node 16 createObjectURL bug ([#12935](https://github.com/GoogleChrome/lighthouse/pull/12935)) | ||
* eslint: add import/order rule ([#12998](https://github.com/GoogleChrome/lighthouse/pull/12998)) | ||
* fr: convert screenshot expectations ([#12912](https://github.com/GoogleChrome/lighthouse/pull/12912)) | ||
* smoke: check for passing robots-txt ([#13007](https://github.com/GoogleChrome/lighthouse/pull/13007)) | ||
* smoke: fix dbw console error expectation ([#13011](https://github.com/GoogleChrome/lighthouse/pull/13011)) | ||
* smoke: print command to rerun failures ([#12924](https://github.com/GoogleChrome/lighthouse/pull/12924)) | ||
* devtools: sync ([#12899](https://github.com/GoogleChrome/lighthouse/pull/12899)) | ||
* devtools: tsc type override bug workaround ([#12933](https://github.com/GoogleChrome/lighthouse/pull/12933)) | ||
* create faux psi report ([#12815](https://github.com/GoogleChrome/lighthouse/pull/12815)) | ||
|
||
## Misc | ||
|
||
* the great sample rebaseline ([#12932](https://github.com/GoogleChrome/lighthouse/pull/12932)) | ||
* build: sample flow report ([#12930](https://github.com/GoogleChrome/lighthouse/pull/12930)) | ||
* build: do not include locales in devtools bundle ([#12921](https://github.com/GoogleChrome/lighthouse/pull/12921)) | ||
* build: remove template.html from devtools report resources ([#12891](https://github.com/GoogleChrome/lighthouse/pull/12891)) | ||
* build: create UMD bundle build ([#12898](https://github.com/GoogleChrome/lighthouse/pull/12898)) | ||
* build: normalize sample-report build naming ([#12901](https://github.com/GoogleChrome/lighthouse/pull/12901)) | ||
* build: prefer paths when using gh-pages-app ([#12905](https://github.com/GoogleChrome/lighthouse/pull/12905)) | ||
* build: refactor devtools bundle tweaking ([#12974](https://github.com/GoogleChrome/lighthouse/pull/12974)) | ||
* tweak folder used for vercel deployment ([#12879](https://github.com/GoogleChrome/lighthouse/pull/12879)) | ||
* cli: improve error if invalid value for `--output` argument is passed ([#12836](https://github.com/GoogleChrome/lighthouse/pull/12836)) | ||
* exit collect-strings script with error code on failure ([#12971](https://github.com/GoogleChrome/lighthouse/pull/12971)) | ||
|
||
<a name="8.3.0"></a> | ||
# 8.3.0 (2021-08-10) | ||
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v8.2.0...v8.3.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"private": true, | ||
"scripts": {}, | ||
"devDependencies": { | ||
"lighthouse": "^8.3.0" | ||
"lighthouse": "^8.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a lot of these aren't the report, maybe combine these (and #12914 under "Core") and make it "restructure types to use project references" (or something like that) and move to core or misc?