|
| 1 | +<a name="12.7.0"></a> |
| 2 | +# 12.7.0 (2025-06-27) |
| 3 | +[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v12.6.1...v12.7.0) |
| 4 | + |
| 5 | +We expect this release to ship in the DevTools of [Chrome 140](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within a week. |
| 6 | + |
| 7 | +## New contributors |
| 8 | + |
| 9 | +Thanks to our new contributors 👽🐷🐰🐯🐻! |
| 10 | + |
| 11 | +- demostanis @demostanis |
| 12 | +- OronW @OronW |
| 13 | + |
| 14 | +## Notable Changes |
| 15 | + |
| 16 | +The Performance category in the Lighthouse report now shows performance insight audits by default - read more [here](https://github.com/GoogleChrome/lighthouse/discussions/16462). |
| 17 | + |
| 18 | +## Core |
| 19 | + |
| 20 | +* always include headers even for empty tables ([#16534](https://github.com/GoogleChrome/lighthouse/pull/16534)) |
| 21 | +* expose error stack, artifact on runtimeError ([#16524](https://github.com/GoogleChrome/lighthouse/pull/16524)) |
| 22 | +* cache-insight: fix wrong value being used for transfer size ([#16562](https://github.com/GoogleChrome/lighthouse/pull/16562)) |
| 23 | +* config: throw an error if a filter is an empty array ([#15118](https://github.com/GoogleChrome/lighthouse/pull/15118)) |
| 24 | +* crawlable-anchors: allow placeholder anchor elements ([#16292](https://github.com/GoogleChrome/lighthouse/pull/16292)) |
| 25 | +* gather: add host DPR base artifact ([#16559](https://github.com/GoogleChrome/lighthouse/pull/16559)) |
| 26 | +* gather: deprecate executionContext.evaluateAsync ([#16518](https://github.com/GoogleChrome/lighthouse/pull/16518)) |
| 27 | +* insights: show estimated ms savings ([#16563](https://github.com/GoogleChrome/lighthouse/pull/16563)) |
| 28 | +* inspector-issues: rename to elementAccessibilityIssue ([#16561](https://github.com/GoogleChrome/lighthouse/pull/16561)) |
| 29 | +* link-text: use lang to check for only localized terms ([#16526](https://github.com/GoogleChrome/lighthouse/pull/16526)) |
| 30 | +* network-dependency-tree-insight: add preconnect advice ([#16557](https://github.com/GoogleChrome/lighthouse/pull/16557)) |
| 31 | +* plugins: support scoped npm packages ([#16550](https://github.com/GoogleChrome/lighthouse/pull/16550)) |
| 32 | +* render-blocking-resources: change column label to Duration ([#16519](https://github.com/GoogleChrome/lighthouse/pull/16519)) |
| 33 | +* timing-summary: suppress expected errors ([#16520](https://github.com/GoogleChrome/lighthouse/pull/16520)) |
| 34 | +* trace-elements: remove sentry debugging for invalid impactedNodes ([#16523](https://github.com/GoogleChrome/lighthouse/pull/16523)) |
| 35 | + |
| 36 | +## Report |
| 37 | + |
| 38 | +* show insight performance audits by default ([#16552](https://github.com/GoogleChrome/lighthouse/pull/16552)) |
| 39 | +* fix 3p filter checkbox for insight audits ([#16564](https://github.com/GoogleChrome/lighthouse/pull/16564)) |
| 40 | +* hide highlighter during print ([#16544](https://github.com/GoogleChrome/lighthouse/pull/16544)) |
| 41 | +* remove custom focus outline styles ([#16531](https://github.com/GoogleChrome/lighthouse/pull/16531)) |
| 42 | +* increase max width of 3-dot menu ([#16530](https://github.com/GoogleChrome/lighthouse/pull/16530)) |
| 43 | +* hide treemap, view trace buttons when printing ([#16529](https://github.com/GoogleChrome/lighthouse/pull/16529)) |
| 44 | + |
| 45 | +## Deps |
| 46 | + |
| 47 | +* upgrade trace_engine to 0.0.56 ([#16565](https://github.com/GoogleChrome/lighthouse/pull/16565)) |
| 48 | +* upgrade deps ([#16555](https://github.com/GoogleChrome/lighthouse/pull/16555)) |
| 49 | +* upgrade configstore to 7.0.0 ([#16148](https://github.com/GoogleChrome/lighthouse/pull/16148)) |
| 50 | +* upgrade jest packages to 29.7.0 ([#16147](https://github.com/GoogleChrome/lighthouse/pull/16147)) |
| 51 | +* sentry: upgrade to v9 ([#16541](https://github.com/GoogleChrome/lighthouse/pull/16541)) |
| 52 | + |
| 53 | +## Docs |
| 54 | + |
| 55 | +* recipes: give explicit commands for first building Lighthouse ([#16527](https://github.com/GoogleChrome/lighthouse/pull/16527)) |
| 56 | + |
| 57 | +## Tests |
| 58 | + |
| 59 | +* parallelize lantern database tests ([#16545](https://github.com/GoogleChrome/lighthouse/pull/16545)) |
| 60 | + |
| 61 | +## Misc |
| 62 | + |
| 63 | +* chore: use "Note" indentation in readme ([#16533](https://github.com/GoogleChrome/lighthouse/pull/16533)) |
| 64 | +* chore: reformat to reduce spurious newlines ([#16038](https://github.com/GoogleChrome/lighthouse/pull/16038)) |
| 65 | +* chore: rename traceEngineData to parsedTrace ([#16270](https://github.com/GoogleChrome/lighthouse/pull/16270)) |
| 66 | +* ci: fix logic for nightly publish cron ([#16556](https://github.com/GoogleChrome/lighthouse/pull/16556)) |
| 67 | +* ci: prevent nightly publish if no changes in last day ([#16547](https://github.com/GoogleChrome/lighthouse/pull/16547)) |
| 68 | +* deps: upgrade to eslint 9 ([#16327](https://github.com/GoogleChrome/lighthouse/pull/16327)) |
| 69 | + |
1 | 70 | <a name="12.6.1"></a> |
2 | 71 | # 12.6.1 (2025-06-02) |
3 | 72 | [Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v12.6.0...v12.6.1) |
@@ -53,9 +122,9 @@ We expect this release to ship in the DevTools of [Chrome 137](https://chromiumd |
53 | 122 |
|
54 | 123 | Thanks to our new contributors 👽🐷🐰🐯🐻! |
55 | 124 |
|
56 | | -Jack Franklin @jackfranklin |
57 | | -Rob Kodey @rkodey |
58 | | -Clément Barbaza @cba85 |
| 125 | +- Jack Franklin @jackfranklin |
| 126 | +- Rob Kodey @rkodey |
| 127 | +- Clément Barbaza @cba85 |
59 | 128 |
|
60 | 129 | ## Notable Changes |
61 | 130 |
|
|
0 commit comments