Skip to content

Commit

Permalink
v9.1.0 (#13431)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Nov 25, 2021
1 parent e942375 commit 8100b80
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 12 deletions.
70 changes: 70 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@
<a name="9.1.0"></a>
# 9.1.0 (2021-11-24)
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.0.0...v9.1.0)

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

## New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

- @whitep4nth3r
- Adam Read @adamread

## Notable Changes

* If using Next.js, you will now see advice specific to it in some audits ([#13424](https://github.com/GoogleChrome/lighthouse/pull/13424))

## Core

* canonical: remove cross-origin check ([#13412](https://github.com/GoogleChrome/lighthouse/pull/13412))
* add original location to most usages of source-location ([#13393](https://github.com/GoogleChrome/lighthouse/pull/13393))
* mindfully order properties in the lhr ([#13418](https://github.com/GoogleChrome/lighthouse/pull/13418))
* ensure log-normal score is always in correct range ([#13392](https://github.com/GoogleChrome/lighthouse/pull/13392))
* installable-manifest: pipeline-restarted check ([#13365](https://github.com/GoogleChrome/lighthouse/pull/13365))

## Report

* remove margin when saving html in standalone report ([#13409](https://github.com/GoogleChrome/lighthouse/pull/13409))
* consistent red display text ([#13391](https://github.com/GoogleChrome/lighthouse/pull/13391))
* treemap: correct percentages when 0 bytes JS ([#13382](https://github.com/GoogleChrome/lighthouse/pull/13382))

## ⛏️👷 Fraggle Rock

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

* rebaseline sample ([#13358](https://github.com/GoogleChrome/lighthouse/pull/13358))
* report api ([#13374](https://github.com/GoogleChrome/lighthouse/pull/13374))

## Deps

* remove browserify ([#13417](https://github.com/GoogleChrome/lighthouse/pull/13417))
* update to typescript 4.5 ([#13399](https://github.com/GoogleChrome/lighthouse/pull/13399))
* snyk: update snyk snapshot ([#13388](https://github.com/GoogleChrome/lighthouse/pull/13388))

## Clients

* devtools: remove report.css ([#13377](https://github.com/GoogleChrome/lighthouse/pull/13377))
* viewer: add support for flow reports ([#13260](https://github.com/GoogleChrome/lighthouse/pull/13260))

## I18n

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

## Docs

* example to save flow as json ([#13415](https://github.com/GoogleChrome/lighthouse/pull/13415))
* throttling: clarify throttle npm name ([#13371](https://github.com/GoogleChrome/lighthouse/pull/13371))

## Tests

* fix undefined HTMLInputElement in bundle-test ([#13421](https://github.com/GoogleChrome/lighthouse/pull/13421))
* make inline-fs-test not reliant on cwd ([#13420](https://github.com/GoogleChrome/lighthouse/pull/13420))
* increase timeout for axe test ([#13386](https://github.com/GoogleChrome/lighthouse/pull/13386))

## Misc

* build: replace browserify with rollup ([#13416](https://github.com/GoogleChrome/lighthouse/pull/13416), [#13406](https://github.com/GoogleChrome/lighthouse/pull/13406), [#13407](https://github.com/GoogleChrome/lighthouse/pull/13407), [#13408](https://github.com/GoogleChrome/lighthouse/pull/13408))
* build: prevent over optimization of computeBenchmarkIndex ([#13366](https://github.com/GoogleChrome/lighthouse/pull/13366))
* treemap: remove postMessage. refactor options input ([#13356](https://github.com/GoogleChrome/lighthouse/pull/13356))

<a name="9.0.0"></a>
# 9.0.0 (2021-11-15)
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v8.6.0...v9.0.0)
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": "^9.0.0"
"lighthouse": "^9.1.0"
},
"devDependencies": {
"lighthouse": "^9.0.0"
"lighthouse": "^9.1.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": "^9.0.0"
"lighthouse": "^9.1.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": "^9.0.0"
"lighthouse": "^9.1.0"
}
}
2 changes: 1 addition & 1 deletion docs/recipes/lighthouse-plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"main": "./plugin.js",
"peerDependencies": {
"lighthouse": "^9.0.0"
"lighthouse": "^9.1.0"
},
"devDependencies": {
"lighthouse": "^8.6.0"
Expand Down
3 changes: 0 additions & 3 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ Now that the integrations are confirmed to work, go back to `lighthouse` folder.
```sh
# Prepare the commit, replace x.x.x with the desired version
bash ./lighthouse-core/scripts/release/prepare-commit.sh x.x.x

# Rebaseline DevTools tests one more time (only version number should change).
yarn build-devtools && yarn update:test-devtools
```

1. Edit changelog.md before opening the PR
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lighthouseVersion": "9.0.0",
"lighthouseVersion": "9.1.0",
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"fetchTime": "2021-09-07T20:11:11.853Z",
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": "9.0.0",
"version": "9.1.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: 9.0.0
Version: 9.1.0
formFactor: mobile
screenEmulation: {
"mobile": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Generating results...

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

0 comments on commit 8100b80

Please sign in to comment.