We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da602e1 commit 52f2911Copy full SHA for 52f2911
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# lux.js changelog
2
3
+## 2025-07-10: v4.2.0
4
+
5
+### Improvements
6
7
+- Long animation frame entries are sorted by duration, so the slowest entries are prioritised in the payload.
8
9
+### Bug fixes
10
11
+- Fix metric collectors not being reattached after `LUX.init` is called.
12
13
## 2025-05-26: v4.1.3
14
15
### Improvements
src/version.ts
@@ -1,6 +1,6 @@
import { padStart } from "./string";
-export const VERSION = "4.1.3";
+export const VERSION = "4.2.0";
/**
* Returns the version of the script as a float to be stored in legacy systems that do not support
0 commit comments