|
| 1 | +<a name="9.5.0"></a> |
| 2 | +# 9.5.0 (2022-03-09) |
| 3 | +[Full Changelog](https://github.com/compare/v9.4.0...v9.5.0) |
| 4 | + |
| 5 | +We expect this release to ship in the DevTools of [Chrome 101](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. |
| 6 | + |
| 7 | +## New Contributors |
| 8 | + |
| 9 | +Thanks to our new contributor 👽🐷🐰🐯🐻! |
| 10 | + |
| 11 | +- Marc Hassan @mhassan1 |
| 12 | + |
| 13 | +## Core |
| 14 | + |
| 15 | +* full-page-screenshot: leave emulated width unchanged ([#13643](https://github.com/GoogleChrome/lighthouse/pull/13643)) |
| 16 | +* inspector-issues: update sameSiteCookie to cookie ([#13708](https://github.com/GoogleChrome/lighthouse/pull/13708)) |
| 17 | +* script-treemap-data: correct value for size ([#13716](https://github.com/GoogleChrome/lighthouse/pull/13716)) |
| 18 | +* lighthouse-logger: convert to ES modules ([#13720](https://github.com/GoogleChrome/lighthouse/pull/13720)) |
| 19 | + |
| 20 | +## ⛏️👷 Fraggle Rock |
| 21 | + |
| 22 | + Support for auditing user flows ([#11313](https://github.com/GoogleChrome/lighthouse/issues/11313)) |
| 23 | + |
| 24 | +* separate audit phase for flows ([#13623](https://github.com/GoogleChrome/lighthouse/pull/13623)) |
| 25 | +* use frame url in gather context ([#13699](https://github.com/GoogleChrome/lighthouse/pull/13699)) |
| 26 | +* add `logLevel` to config context ([#13681](https://github.com/GoogleChrome/lighthouse/pull/13681)) |
| 27 | +* user-flow: audit flow from artifacts json ([#13715](https://github.com/GoogleChrome/lighthouse/pull/13715)) |
| 28 | + |
| 29 | +## Report |
| 30 | + |
| 31 | +* fix timespan/snapshot sticky header ([#13732](https://github.com/GoogleChrome/lighthouse/pull/13732)) |
| 32 | + |
| 33 | +## Deps |
| 34 | + |
| 35 | +* lodash: replace `lodash` per-method packages with full `lodash` ([#13695](https://github.com/GoogleChrome/lighthouse/pull/13695)) |
| 36 | +* snyk: update snyk snapshot ([#13731](https://github.com/GoogleChrome/lighthouse/pull/13731) [#13712](https://github.com/GoogleChrome/lighthouse/pull/13712)) |
| 37 | + |
| 38 | +## Clients |
| 39 | + |
| 40 | +* convert devtools and lightrider entries to ES modules ([#13722](https://github.com/GoogleChrome/lighthouse/pull/13722)) |
| 41 | + |
| 42 | +## Tests |
| 43 | + |
| 44 | +* add more cases for oopif smoke test ([#13705](https://github.com/GoogleChrome/lighthouse/pull/13705)) |
| 45 | +* devtools: add yarn install timeout ([#13717](https://github.com/GoogleChrome/lighthouse/pull/13717)) |
| 46 | +* devtools: update Lighthouse sniffer for smokes ([#13693](https://github.com/GoogleChrome/lighthouse/pull/13693)) |
| 47 | +* devtools: navigation web test ([#13673](https://github.com/GoogleChrome/lighthouse/pull/13673)) |
| 48 | +* smoke: enable more devtools smoke tests ([#13624](https://github.com/GoogleChrome/lighthouse/pull/13624)) |
| 49 | +* smoke: add _excludes and _runner ([#13707](https://github.com/GoogleChrome/lighthouse/pull/13707)) |
| 50 | + |
| 51 | +## Misc |
| 52 | + |
| 53 | +* support --chrome-flags in run devtools script ([#13625](https://github.com/GoogleChrome/lighthouse/pull/13625)) |
| 54 | + |
1 | 55 | <a name="9.4.0"></a>
|
2 | 56 | # 9.4.0 (2022-02-16)
|
3 | 57 | [Full Changelog](https://github.com/compare/v9.3.1...v9.4.0)
|
|
0 commit comments