From e68c2ef7c5e2d2b3ea7854bfa14ced70d7288c94 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 8 Mar 2023 16:13:56 +0100 Subject: [PATCH] fix(player): fix clickmap selectors --- tracker/tracker/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tracker/tracker/CHANGELOG.md b/tracker/tracker/CHANGELOG.md index e3a4c3d78..6a8e25690 100644 --- a/tracker/tracker/CHANGELOG.md +++ b/tracker/tracker/CHANGELOG.md @@ -3,6 +3,8 @@ - Default text input mode is now Obscured - Use `@medv/finder` instead of our own implementation of `getSelector` for better clickmaps experience +## 5.0.0 + - Added "tel" to supported input types - Added `{ withCurrentTime: true }` to `tracker.getSessionURL` method which will return sessionURL with current session's timestamp - Added Network module that captures fetch/xhr by default (with no plugin required)