Releases: SpeedCurve-Metrics/lux.js
Releases · SpeedCurve-Metrics/lux.js
v4.0.30
Bug fixes
- Limit the number of CLS attribution sources to prevent large beacon payloads.
- Prevent generating element selectors that are longer than the maximum size.
v4.0.29
v4.0.28
Bug fixes
- Fix bug where in some rare cases a negative INP or LCP value could be reported.
v4.0.27
Bug fixes
- Fix bug where custom data values that were changed to
null
after previously being non-null were not being removed from the beacon.
v4.0.26
New features
- Capture the
deliveryType
of the document.
v4.0.25
Bug fixes
- Ensure POST beacon is sent when
LUX.init()
is called on pages whereLUX.auto = true
. - Prevent zero LCP values from being sent in the POST beacon.
v4.0.24
Bug fixes
- Fix POST beacon counting
maxMeasureTime
from beacon initialization time, rather than navigation start.
v4.0.23
Bug fixes
- Fix a bug where the beacon is retried on report-only CSP violations.
v4.0.22
Improvements
- CSP violations caused by the new beacon are automatically caught, and the beacon is retried on the same domain as the original beacon.
v4.0.21
Bug fixes
- Attempt to fix
ReferenceError: Can't find variable: performance
errors in some older browsers.