blob: 80aabcf4335db464ad2997f309c3fb0dc30b8c65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Largest Contentful Paint Changelog
This is a list of changes to [Largest Contentful Paint](https://web.dev/lcp).
* Chrome 83
* Metric definition improvement: [Largest Contentful Paint measurement stops at first input or scroll](2020_05_lcp.md)
* Metric definition improvement: [Largest Contentful Paint properly accounts for visual size of background images](2020_05_lcp.md)
* Chrome 81
* Metric definition improvement: [Largest Text Paint correctly reported while largest image is loading](2020_04_lcp.md)
* Chrome 79
* Metric is elevated to stable; changes in metric definition will be reported in this log.
* Chrome 77
* Experimental metric exposed via API: [Largest Contentful Paint](https://web.dev/lcp/) available via [PerformanceObserver API](https://wicg.github.io/largest-contentful-paint/)
|