Skip to content

Commit 52f2911

Browse files
committed
4.2.0
1 parent da602e1 commit 52f2911

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# lux.js changelog
22

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+
313
## 2025-05-26: v4.1.3
414

515
### Improvements

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { padStart } from "./string";
22

3-
export const VERSION = "4.1.3";
3+
export const VERSION = "4.2.0";
44

55
/**
66
* Returns the version of the script as a float to be stored in legacy systems that do not support

0 commit comments

Comments
 (0)