-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
5.6.0 #9856
5.6.0 #9856
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,75 @@ | ||
<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, @housseindjirdeh, @lirantal and @yeonjuan for their first contributions! | ||
|
||
## Clients | ||
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. clients should probably be bumped to somewhere down below |
||
|
||
* 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)) | ||
|
||
## Core | ||
|
||
* 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)) | ||
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. new stack packs and new artifact probably worth calling out as "Notable changes" (or whatever) |
||
* 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)) | ||
* 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)) | ||
|
||
## 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 | ||
|
||
* readme: add Lighthouse Check to related projects ([#9753](https://github.com/googlechrome/lighthouse/pull/9753)) | ||
connorjclark marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* 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)) | ||
|
||
## Scripts | ||
connorjclark marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* compare-timings.js --compare ([#9776](https://github.com/googlechrome/lighthouse/pull/9776)) | ||
|
||
## Tests | ||
|
||
* build: use firehouse smoke test runner to test bundle ([#9791](https://github.com/googlechrome/lighthouse/pull/9791)) | ||
connorjclark marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* build: 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)) | ||
* errors-in-console: warn on use of unrecognized audit options ([#9829](https://github.com/googlechrome/lighthouse/pull/9829)) | ||
connorjclark marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* more releasing tweaks ([#9772](https://github.com/googlechrome/lighthouse/pull/9772)) | ||
* add compare-timings script ([#9723](https://github.com/googlechrome/lighthouse/pull/9723)) | ||
|
||
<a name="5.5.0"></a> | ||
# 5.5.0 (2019-10-02) | ||
|
||
|
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.
@housseindjirdeh is already in https://github.com/GoogleChrome/lighthouse/releases/tag/v5.0.0