Skip to content

Commit

Permalink
v8.3.0 (#12903)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Aug 10, 2021
1 parent 0af1672 commit 4af17b5
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 11 deletions.
54 changes: 53 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
<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)

We expect this release to ship in the DevTools of [Chrome 94](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.

## New Contriubutors

Thanks to our new contributors 👽🐷🐰🐯🐻!

- Haruaki OTAKE @aaharu
- Georgi Yonchev @g-yonchev
- Kartike Bansal @kraten

## Core

* fix resource size calculation of cached images ([#12612](https://github.com/GoogleChrome/lighthouse/pull/12612))
* convert core `.d.ts` files to modules ([#12870](https://github.com/GoogleChrome/lighthouse/pull/12870), [#12880](https://github.com/GoogleChrome/lighthouse/pull/12880), [#12888](https://github.com/GoogleChrome/lighthouse/pull/12888))

## ⛏️👷 Fraggle Rock

Support for auditing user flows ([#11313](https://github.com/GoogleChrome/lighthouse/issues/11313))

* override quiet windows for observed performance ([#12873](https://github.com/GoogleChrome/lighthouse/pull/12873))

## Report

* autogenerate components.js from templates.html ([#12803](https://github.com/GoogleChrome/lighthouse/pull/12803))
* reword SEO category description ([#12877](https://github.com/GoogleChrome/lighthouse/pull/12877))
* dom: handle undefined link url from proto roundtrip ([#12872](https://github.com/GoogleChrome/lighthouse/pull/12872))

## Deps

* csp-evaluator: upgrade to exactly 1.0.4 ([#12858](https://github.com/GoogleChrome/lighthouse/pull/12858))

## Clients

* viewer: convert to ES modules ([#12878](https://github.com/GoogleChrome/lighthouse/pull/12878))

## I18n

* import ([#12893](https://github.com/GoogleChrome/lighthouse/pull/12893))

## Docs

* readme: add SpeedVitals to the list of integrations ([#12866](https://github.com/GoogleChrome/lighthouse/pull/12866))

## Misc

* remove nyc config ([#12876](https://github.com/GoogleChrome/lighthouse/pull/12876))
* npmignore all of dist/ except standalone report ([#12855](https://github.com/GoogleChrome/lighthouse/pull/12855))

<a name="8.2.0"></a>
# 8.2.0 (2021-08-03)
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v8.1.0...v8.2.0)
Expand Down Expand Up @@ -72,7 +124,7 @@ We expect this release to ship in the DevTools of [Chrome 93](https://chromiumda

## New contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!
Thanks to our new contributors 👽🐷🐰🐯🐻!

- Todor Totev @todortotev
- Tanner Dolby @tannerdolby
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ A Lighthouse plugin is just a node module with a name that starts with `lighthou
"name": "lighthouse-plugin-cats",
"main": "plugin.js",
"peerDependencies": {
"lighthouse": "^8.2.0"
"lighthouse": "^8.3.0"
},
"devDependencies": {
"lighthouse": "^8.2.0"
"lighthouse": "^8.3.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/custom-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"scripts": {},
"devDependencies": {
"lighthouse": "^8.2.0"
"lighthouse": "^8.3.0"
}
}
2 changes: 1 addition & 1 deletion docs/recipes/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"lighthouse": "^8.2.0"
"lighthouse": "^8.3.0"
}
}
4 changes: 2 additions & 2 deletions docs/recipes/lighthouse-plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"main": "./plugin.js",
"peerDependencies": {
"lighthouse": "^8.2.0"
"lighthouse": "^8.3.0"
},
"devDependencies": {
"lighthouse": "^8.2.0"
"lighthouse": "^8.3.0"
}
}
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 @@ -8,7 +8,7 @@
"axe-core": "4.1.3"
}
},
"lighthouseVersion": "8.2.0",
"lighthouseVersion": "8.3.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": "8.2.0",
"version": "8.3.0",
"description": "Automated auditing, performance metrics, and best practices for the web.",
"main": "./lighthouse-core/index.js",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Generate report: enabled visible

=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-emulate-pass.html
Version: 8.2.0
Version: 8.3.0
formFactor: mobile
screenEmulation: {
"mobile": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Generating results...

=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
Version: 8.2.0
Version: 8.3.0
ViewportDimensions: {
"innerWidth": 980,
"innerHeight": 1743,
Expand Down

0 comments on commit 4af17b5

Please sign in to comment.