You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
+
**2.48.0** (7 Nov 2023)
2
+
- API endpoint routes can now be configured individually (i.e. rename /track, /engage, /groups)
3
+
- Event properties object passed to mixpanel.track() will no longer be mutated
4
+
- Super properties are now reloaded from persistence when making every tracking call (i.e., kept fresh when another tab/window in the same browser has updated them)
5
+
- Extra failsafe behavior for trying to clear queued requests when localStorage doesn't work on startup, e.g., when localStorage is full so writes fail
6
+
- Block Chrome-Lighthouse user agent
7
+
- Fix for error in add_group() when adding a new group to an existing list
8
+
1
9
**2.47.0** (27 Apr 2023)
2
10
- Collect richer marketing attribution properties for multi-touch attribution
3
11
- New implementation of previously-deprecated track_pageview() method and init option to send automatically
4
12
- Use performance.now when available for time-based entropy component of UUID-generation (thanks @adrianherd)
5
-
-looser API Host check for default JSON-payload sending to mipxanel.com hosts
13
+
-Looser API Host check for default JSON-payload sending to mipxanel.com hosts
0 commit comments