Skip to content

Releases: SpeedCurve-Metrics/lux.js

v4.0.30

03 Feb 20:27
d726ab9
Compare
Choose a tag to compare

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

20 Jan 21:01
c6f67fa
Compare
Choose a tag to compare

Other

  • Remove LUX.enablePostBeacon configuration item.

v4.0.28

30 Oct 03:39
76a1f0a
Compare
Choose a tag to compare

Bug fixes

  • Fix bug where in some rare cases a negative INP or LCP value could be reported.

v4.0.27

19 Sep 00:18
b3143e0
Compare
Choose a tag to compare

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

25 Aug 23:54
047f5f8
Compare
Choose a tag to compare

New features

v4.0.25

04 Aug 21:01
b4556df
Compare
Choose a tag to compare

Bug fixes

  • Ensure POST beacon is sent when LUX.init() is called on pages where LUX.auto = true.
  • Prevent zero LCP values from being sent in the POST beacon.

v4.0.24

23 Jul 02:15
a2b12b3
Compare
Choose a tag to compare

Bug fixes

  • Fix POST beacon counting maxMeasureTime from beacon initialization time, rather than navigation start.

v4.0.23

12 Jul 00:51
cd43519
Compare
Choose a tag to compare

Bug fixes

  • Fix a bug where the beacon is retried on report-only CSP violations.

v4.0.22

12 Jul 00:50
575e6ac
Compare
Choose a tag to compare

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

02 Jul 20:49
376e6f9
Compare
Choose a tag to compare

Bug fixes

  • Attempt to fix ReferenceError: Can't find variable: performance errors in some older browsers.