mixpanel-browser 2.57.1 → 2.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ jobs:
12
12
 
13
13
  strategy:
14
14
  matrix:
15
- node-version: [16.x, 18.x, 20.x]
15
+ node-version: [20.x, 22.x]
16
16
 
17
17
  steps:
18
18
  - uses: actions/checkout@v4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ **2.59.0** (21 Jan 2025)
2
+ - Initial Autocapture support
3
+ - Block more crawlers (AmazonBot, more Yandex bots)
4
+
5
+ **2.58.0** (16 Dec 2024)
6
+ - Added canvas recording option
7
+ - Session Replay checkpoint events now include a starting URL
8
+
1
9
  **2.57.1** (12 Dec 2024)
2
10
  - Asynchronous abstractions (primarily Promise support) introduced in internal refactor of batch/queue/retry system.
3
11