|
| 1 | +<a name="10.1.0"></a> |
| 2 | +# 10.1.0 (2023-03-23) |
| 3 | +[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v10.0.2...v10.1.0) |
| 4 | + |
| 5 | +We expect this release to ship in the DevTools of [Chrome 114](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. |
| 6 | + |
| 7 | +## New Contributors |
| 8 | + |
| 9 | +Thanks to our new contributors 👽🐷🐰🐯🐻! |
| 10 | + |
| 11 | +- Do Thanh Hai @dothanhhai |
| 12 | +- Jongwoo Han @jongwooo |
| 13 | +- Henry Lim @limhenry |
| 14 | +- Sepehr Safari @sepehr-safari |
| 15 | + |
| 16 | +## Notable Changes |
| 17 | + |
| 18 | +* report: group third-party entities ([#14655](https://github.com/GoogleChrome/lighthouse/pull/14655)) |
| 19 | + |
| 20 | +## Core |
| 21 | + |
| 22 | +* cap byte-efficiency-audit scores to a max of 1 ([#14921](https://github.com/GoogleChrome/lighthouse/pull/14921)) |
| 23 | +* correctly truncate unicode strings ([#14911](https://github.com/GoogleChrome/lighthouse/pull/14911)) |
| 24 | +* allow any audit details type to be used in an opportunity ([#14903](https://github.com/GoogleChrome/lighthouse/pull/14903)) |
| 25 | +* audit: update link for source maps to chrome developer docs ([#14855](https://github.com/GoogleChrome/lighthouse/pull/14855)) |
| 26 | +* cls: ignore `had_recent_input` by timing window ([#14402](https://github.com/GoogleChrome/lighthouse/pull/14402)) |
| 27 | +* doctype: handle optional trace correctly ([#14918](https://github.com/GoogleChrome/lighthouse/pull/14918)) |
| 28 | +* legacy-javascript: add focus-visible polyfill ([#14827](https://github.com/GoogleChrome/lighthouse/pull/14827)) |
| 29 | +* tap-targets: update audit description ([#14869](https://github.com/GoogleChrome/lighthouse/pull/14869)) |
| 30 | +* trace-processor: support single process trace ([#14901](https://github.com/GoogleChrome/lighthouse/pull/14901)) |
| 31 | +* uses-responsive-images-snapshot: ignore CSS images ([#14890](https://github.com/GoogleChrome/lighthouse/pull/14890)) |
| 32 | + |
| 33 | +## CLI |
| 34 | + |
| 35 | +* fix `--channel` flag ([#14924](https://github.com/GoogleChrome/lighthouse/pull/14924)) |
| 36 | + |
| 37 | +## Report |
| 38 | + |
| 39 | +* update table hover shades ([#14873](https://github.com/GoogleChrome/lighthouse/pull/14873)) |
| 40 | +* consistently use our monospace font stack ([#14842](https://github.com/GoogleChrome/lighthouse/pull/14842)) |
| 41 | + |
| 42 | +## Deps |
| 43 | + |
| 44 | +* upgrade `http-link-header` and node polyfills ([#14889](https://github.com/GoogleChrome/lighthouse/pull/14889)) |
| 45 | +* upgrade soft navigation plugin ([#14883](https://github.com/GoogleChrome/lighthouse/pull/14883)) |
| 46 | +* testdouble: update, move off forked quibble ([#14863](https://github.com/GoogleChrome/lighthouse/pull/14863)) |
| 47 | + |
| 48 | +## Clients |
| 49 | + |
| 50 | +* bundled: include soft navigation plugin ([#14874](https://github.com/GoogleChrome/lighthouse/pull/14874)) |
| 51 | +* lr: remove FCP 3G from config ([#14910](https://github.com/GoogleChrome/lighthouse/pull/14910)) |
| 52 | +* viewer: link to diff tool's new URL ([#14865](https://github.com/GoogleChrome/lighthouse/pull/14865)) |
| 53 | +* viewer: rework landing with link to lhci diff tool ([#14851](https://github.com/GoogleChrome/lighthouse/pull/14851)) |
| 54 | + |
| 55 | +## Docs |
| 56 | + |
| 57 | +* fix various typos ([#14209](https://github.com/GoogleChrome/lighthouse/pull/14209)) |
| 58 | + |
| 59 | +## Tests |
| 60 | + |
| 61 | +* fix seo-tap-targets in high DPI ([#14866](https://github.com/GoogleChrome/lighthouse/pull/14866)) |
| 62 | +* devtools: reenable `issues-mixed-content` ([#14862](https://github.com/GoogleChrome/lighthouse/pull/14862)) |
| 63 | + |
| 64 | +## Misc |
| 65 | + |
| 66 | +* replace deprecated command with environment file ([#14751](https://github.com/GoogleChrome/lighthouse/pull/14751)) |
| 67 | +* fix typos of overridden ([#14877](https://github.com/GoogleChrome/lighthouse/pull/14877)) |
| 68 | + |
1 | 69 | <a name="10.0.2"></a>
|
2 | 70 | # 10.0.2 (2023-02-28)
|
3 | 71 | [Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v10.0.1...v10.0.2)
|
|
0 commit comments